Searched refs:_pthread_clear_qos_tsd (Results 1 - 7 of 7) sorted by last modified time

/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread.c1780 _pthread_clear_qos_tsd(mach_port_t thread_port) function
H A Dinternal.h467 _pthread_clear_qos_tsd(mach_port_t thread_port);
/macosx-10.10.1/Libsystem-1213/
H A Dinit.c56 extern void _pthread_clear_qos_tsd(mach_port_t) __attribute__((weak_import));
91 // no-op _pthread_clear_qos_tsd in the simulator, as its an upcall from libsyscall
92 #define _pthread_clear_qos_tsd NULL macro
120 .pthread_clear_qos_tsd = _pthread_clear_qos_tsd,
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/
H A D_libc_funcptr.c77 _pthread_clear_qos_tsd(mach_port_t thread_port) function
H A Dgetiopolicy_np.c28 extern void _pthread_clear_qos_tsd(mach_port_t);
71 _pthread_clear_qos_tsd(MACH_PORT_NULL);
H A Dsetpriority.c29 extern void _pthread_clear_qos_tsd(mach_port_t);
40 _pthread_clear_qos_tsd(MACH_PORT_NULL);
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Dthread_act.c32 extern void _pthread_clear_qos_tsd(mach_port_t port);
41 _pthread_clear_qos_tsd(thr_act);
56 _pthread_clear_qos_tsd(thread);
71 _pthread_clear_qos_tsd(thr_act);

Completed in 131 milliseconds