Home
last modified time | relevance | path

Searched refs:flockfile (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dflockfile.c29 flockfile(stdout); in do_child_one()
31 puts("after first flockfile"); in do_child_one()
33 flockfile(stdout); in do_child_one()
51 flockfile(fp); in do_child_two()
H A Dfunlockfile.c33 flockfile(filep); in child_func()
57 * @tc.desc : Mutual exclusion has been tested in the test case of flockfile, so this test case tests that threads
/third_party/musl/libc-test/src/regression/
H A Dflockfile-list.c2 // flockfile linked list handling was broken
91 flockfile(g); in main()
92 flockfile(f); in main()
/third_party/musl/src/stdio/
H A Dflockfile.c4 void flockfile(FILE *f) in flockfile() function
/third_party/musl/src/passwd/
H A Dputgrent.c9 flockfile(f); in putgrent()
/third_party/mesa3d/src/util/
H A Dlog.c86 flockfile(stderr); in mesa_log_v()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h67 #define flockfile _flockfile macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h145 void flockfile(FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h147 void flockfile(FILE *);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h148 void flockfile(FILE *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h145 void flockfile(FILE *);
/third_party/musl/include/
H A Dstdio.h148 void flockfile(FILE *);
/third_party/musl/libc-test/src/api/
H A Dstdio.c45 {void(*p)(FILE*) = flockfile;} in f()
/third_party/python/Objects/
H A Dfileobject.c11 #define FLOCKFILE(f) flockfile(f)
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c1149 * Hold flockfile(stdin) while using cpunodemap for posix thread safety.
1151 * Note on locking and flockfile(FILE *):
1153 * We use flockfile() and funlockfile() instead of directly
1157 * flockfile/funlockfile will fall back to no-ops if libpthread
1160 * Since flockfile already has the moderately convoluted
1162 * this, it is easier to use flockfile() on some handy FILE *
1171 * odd use of flockfile(), because we never return to the
1175 * Also, flockfile() allows recursive nesting, so if the app
1315 * Return 0 on success with flockfile(stdin) held.
1326 flockfile(stdi in get_map()
[all...]
/third_party/musl/Benchmark/musl/
H A Dlibc_stdio.cpp682 flockfile(fp); in Bm_function_Flock_Funlockfile()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs508 pub fn flockfile(arg1: *mut FILE); in flockfile() functions
/third_party/python/
H A Dconfigure23513 flockfile(f);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2603 extern void flockfile (FILE *__stream) throw ();
[all...]

Completed in 59 milliseconds