Home
last modified time | relevance | path

Searched refs:__thr_jtable (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/gen/
H A D_pthread_stubs.c66 pthread_func_entry_t __thr_jtable[PJT_MAX] = { variable
158 func = (FUNC_TYPE(name))__thr_jtable[idx][0]; \
164 func = (FUNC_TYPE(name))__thr_jtable[idx][1]; \
177 func = (FUNC_TYPE(name))__thr_jtable[idx][0]; \
183 func = (FUNC_TYPE(name))__thr_jtable[idx][1]; \
196 func = (FUNC_TYPE(name))__thr_jtable[idx][0]; \
202 func = (FUNC_TYPE(name))__thr_jtable[idx][1]; \
215 func = (FUNC_TYPE(name))__thr_jtable[idx][0]; \
221 func = (FUNC_TYPE(name))__thr_jtable[idx][1]; \
H A DSymbol.map467 __thr_jtable;
/freebsd/lib/libc/include/
H A Dlibc_private.h198 extern pthread_func_entry_t __thr_jtable[];
/freebsd/lib/libthr/thread/
H A Dthr_init.c328 memcpy(__thr_jtable, jmp_table, sizeof(jmp_table)); in _libpthread_init()