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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c24 #define os_thread_join(thr, statusp) \ macro
52 #define os_thread_join(thr, statusp) pthread_join((thr), (statusp)) macro
391 (void)os_thread_join(kidsp[i], &retp);
560 (void)os_thread_join(wakep, &retp);

Completed in 164 milliseconds