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

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_switch_np.c51 _pthread_switch_add_np(pthread_switch_routine_t routine __unused)
57 _pthread_switch_delete_np(pthread_switch_routine_t routine __unused)
/freebsd-13-stable/include/
H A Dpthread_np.h42 typedef void (*pthread_switch_routine_t)(pthread_t, pthread_t); typedef
72 int pthread_switch_add_np(pthread_switch_routine_t);
73 int pthread_switch_delete_np(pthread_switch_routine_t);

Completed in 95 milliseconds