Home
last modified time | relevance | path

Searched refs:f (Results 1 – 5 of 5) sorted by relevance

/nptl/
A Dcleanup_routine.c22 ___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 Dtst-cancel7.c54 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 Dtst-pthread-attr-affinity.c28 #define RETURN_IF_FAIL(f, ...) \ argument
30 int ret = f (__VA_ARGS__); \
34 #f, ret, errno); \
A Dtst-tls6.sh35 for aligned in a e f; do
A Dtst-default-attr.c28 #define RETURN_IF_FAIL(f, ...) \ argument
30 int ret = f (__VA_ARGS__); \
34 #f, ret, errno); \

Completed in 7 milliseconds