Home
last modified time | relevance | path

Searched refs:pthread_func_t (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/lib/libthr/thread/
H A Dthr_init.c201 (pthread_func_t)entry, (pthread_func_t)entry
203 static pthread_func_t jmp_table[][2] = {
231 [PJT_COND_WAIT] = {(pthread_func_t)__thr_cond_wait,
232 (pthread_func_t)_thr_cond_wait},
324 if (sizeof(jmp_table) != sizeof(pthread_func_t) * PJT_MAX * 2) in _libpthread_init()
/freebsd-14.2/lib/libc/include/
H A Dlibc_private.h191 typedef int (*pthread_func_t)(void); typedef
192 typedef pthread_func_t pthread_func_entry_t[2];
/freebsd-14.2/lib/libc/gen/
H A D_pthread_stubs.c63 (pthread_func_t)entry, (pthread_func_t)entry