Home
last modified time | relevance | path

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

/dflybsd-src/lib/libpthread/
H A DMakefile75 pthread_switch_add_np.3 \
147 MLINKS+=pthread_switch_add_np.3 pthread_switch_delete_np.3
/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_switch_np.c54 __strong_reference(_pthread_switch_add_np, pthread_switch_add_np);
/dflybsd-src/include/
H A Dpthread_np.h78 int pthread_switch_add_np(pthread_switch_routine_t);
/dflybsd-src/lib/libc/include/
H A Dnamespace.h206 #define pthread_switch_add_np _pthread_switch_add_np macro
H A Dun-namespace.h187 #undef pthread_switch_add_np
/dflybsd-src/lib/libthread_xu/
H A Dpthread.map323 pthread_switch_add_np;
/dflybsd-src/lib/libc/gen/
H A D_pthread_stubs.c180 WR(stub_zero, pthread_switch_add_np);
H A DSymbol.map142 pthread_switch_add_np;
/dflybsd-src/test/libpthread/
H A Dmutex_d.c1485 assert (pthread_switch_add_np (kern_switch) == 0); in main()