Searched refs:pthread_switch_routine_t (Results 1 - 2 of 2) sorted by last modified time

/freebsd-current/lib/libthr/thread/
H A Dthr_switch_np.c48 _pthread_switch_add_np(pthread_switch_routine_t routine __unused)
54 _pthread_switch_delete_np(pthread_switch_routine_t routine __unused)
/freebsd-current/include/
H A Dpthread_np.h40 typedef void (*pthread_switch_routine_t)(pthread_t, pthread_t); typedef
70 int pthread_switch_add_np(pthread_switch_routine_t);
71 int pthread_switch_delete_np(pthread_switch_routine_t);

Completed in 100 milliseconds