Searched refs:f (Results 1 – 5 of 5) sorted by relevance
/nptl/ |
A D | cleanup_routine.c | 22 ___pthread_cleanup_routine (struct __pthread_cleanup_frame *f) in ___pthread_cleanup_routine() argument 24 if (f->__do_it) in ___pthread_cleanup_routine() 25 f->__cancel_routine (f->__cancel_arg); in ___pthread_cleanup_routine()
|
A D | tst-cancel7.c | 54 FILE *f = xfopen (pidfile, "w"); in sl() local 56 fprintf (f, "%lld\n", (long long) getpid ()); in sl() 57 fflush (f); in sl() 69 if (fcntl (fileno (f), F_SETLK, &fl) != 0) in sl() 125 FILE *f = xfopen (pidfilename, "r+"); in do_test() local 128 if (fscanf (f, "%lld\n", &ll) != 1) in do_test() 138 if (fcntl (fileno (f), F_GETLK, &fl) != 0) in do_test() 150 xfclose (f); in do_test() 158 FILE *f = fopen (pidfilename, "r+"); in do_cleanup() local 161 if (f != NULL && fscanf (f, "%lld\n", &ll) == 1) in do_cleanup() [all …]
|
A D | tst-pthread-attr-affinity.c | 28 #define RETURN_IF_FAIL(f, ...) \ argument 30 int ret = f (__VA_ARGS__); \ 34 #f, ret, errno); \
|
A D | tst-tls6.sh | 35 for aligned in a e f; do
|
A D | tst-default-attr.c | 28 #define RETURN_IF_FAIL(f, ...) \ argument 30 int ret = f (__VA_ARGS__); \ 34 #f, ret, errno); \
|
Completed in 7 milliseconds