Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 2 of 2) sorted by relevance

/posix/
A Dtst-getopt-cancel.c121 pthread_t thr = xpthread_create (0, test_type##_threadproc, \
123 xpthread_cancel (thr); \
125 void *rv = xpthread_join (thr); \
A Dtst-_Fork.c138 pthread_t thr = xpthread_create (NULL, mt_atfork_test, NULL); in multithread_atfork_test() local
139 xpthread_join (thr); in multithread_atfork_test()

Completed in 7 milliseconds