Searched defs:MAYBE_SCHED_YIELD (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h581 # define MAYBE_SCHED_YIELD() ((void)((&sched_yield != NULL) ? sched_yield() : 0)) macro
583 # define MAYBE_SCHED_YIELD() ((void)sched_yield())
586 # define MAYBE_SCHED_YIELD() ((void)0)
610 MAYBE_SCHED_YIELD(); \
616 MAYBE_SCHED_YIELD();
654 (MAYBE_SCHED_YIELD(), \
688 # define k5_os_mutex_unlock(M) (MAYBE_SCHED_YIELD(),k5_pthread_mutex_unlock(M))
576 # define MAYBE_SCHED_YIELD macro
578 # define MAYBE_SCHED_YIELD macro

Completed in 47 milliseconds