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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_pth.h266 * The _PT_PTHREAD_YIELD function is called from a signal handler.
271 #define _PT_PTHREAD_YIELD() pthread_yield() macro
277 #define _PT_PTHREAD_YIELD() pthread_yield_np() macro
280 #define _PT_PTHREAD_YIELD() (*_PT_aix_yield_fcn)() macro
283 #define _PT_PTHREAD_YIELD() \ macro
293 #define _PT_PTHREAD_YIELD() sched_yield() macro
295 #error "Need to define _PT_PTHREAD_YIELD for this platform"
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c844 _PT_PTHREAD_YIELD();

Completed in 73 milliseconds