Home
last modified time | relevance | path

Searched refs:pthread_switch_add_np (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/lib/libthr/thread/
H A Dthr_switch_np.c44 __weak_reference(_pthread_switch_add_np, pthread_switch_add_np);
/freebsd-14.2/include/
H A Dpthread_np.h70 int pthread_switch_add_np(pthread_switch_routine_t);
/freebsd-14.2/lib/libthr/
H A Dpthread.map120 pthread_switch_add_np;
/freebsd-14.2/share/man/man3/
H A DMakefile461 pthread_switch_add_np.3 \
526 PTHREAD_MLINKS+=pthread_switch_add_np.3 pthread_switch_delete_np.3
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h187 #undef pthread_switch_add_np
H A Dnamespace.h206 #define pthread_switch_add_np _pthread_switch_add_np macro