Searched refs:tf (Results 1 – 5 of 5) sorted by relevance
/rt/ |
A D | tst-shm-cancel.c | 45 tf (void *arg) in tf() function 104 if (pthread_create (&td, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-aio9.c | 15 tf (void *arg) in tf() function 91 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-aio10.c | 15 tf (void *arg) in tf() function 86 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-mqueue8.c | 50 tf (void *arg) in tf() function 128 if (pthread_create (&th, NULL, tf, (void *) l) != 0) in do_test() 186 if (pthread_create (&th, NULL, tf, (void *) l) != 0) in do_test()
|
A D | aio_misc.c | 49 __aio_create_helper_thread (pthread_t *threadp, void *(*tf) (void *), void *arg) in __aio_create_helper_thread() 57 int ret = __pthread_create (threadp, &attr, tf, arg); in __aio_create_helper_thread()
|
Completed in 11 milliseconds