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

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c434 .thread_set_wq_state32 = thread_set_wq_state32,
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h159 kern_return_t (*thread_set_wq_state32)(thread_t thread, thread_state_t state); member in struct:pthread_callbacks_s
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dpcb_native.c246 thread_set_wq_state32(thread_t thread, thread_state_t tstate) function
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dthread.h938 extern kern_return_t thread_set_wq_state32(
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_support.c295 error = pthread_kern->thread_set_wq_state32(th, (thread_state_t)ts);
344 (void) pthread_kern->thread_set_wq_state32(th, (thread_state_t)ts);
2441 (void)pthread_kern->thread_set_wq_state32(th, (thread_state_t)ts);

Completed in 114 milliseconds