Searched refs:pthread_switch_routine_t (Results 1 – 1 of 1) sorted by relevance
46 typedef void (*pthread_switch_routine_t)(pthread_t, pthread_t); typedef47 int _pthread_switch_add_np(pthread_switch_routine_t routine);48 int _pthread_switch_delete_np(pthread_switch_routine_t routine);51 _pthread_switch_add_np(pthread_switch_routine_t routine __unused) in _pthread_switch_add_np()57 _pthread_switch_delete_np(pthread_switch_routine_t routine __unused) in _pthread_switch_delete_np()