Searched refs:pthread_func_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_init.c159 (pthread_func_t)entry, (pthread_func_t)entry
161 static pthread_func_t jmp_table[][2] = {
189 {(pthread_func_t)__pthread_cond_wait,
190 (pthread_func_t)_pthread_cond_wait}, /* PJT_COND_WAIT */
205 {(pthread_func_t)__pthread_mutex_lock,
206 (pthread_func_t)_pthread_mutex_lock}, /* PJT_MUTEX_LOCK */
207 {(pthread_func_t)__pthread_mutex_trylock,
208 (pthread_func_t)_pthread_mutex_trylock},/* PJT_MUTEX_TRYLOCK */
263 if (sizeof(jmp_table) != (sizeof(pthread_func_t) * PJT_MA
[all...]
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_init.c198 (pthread_func_t)entry, (pthread_func_t)entry
200 static pthread_func_t jmp_table[][2] = {
228 {(pthread_func_t)__pthread_cond_wait,
229 (pthread_func_t)_pthread_cond_wait}, /* PJT_COND_WAIT */
244 {(pthread_func_t)__pthread_mutex_lock,
245 (pthread_func_t)_pthread_mutex_lock}, /* PJT_MUTEX_LOCK */
246 {(pthread_func_t)__pthread_mutex_trylock,
247 (pthread_func_t)_pthread_mutex_trylock},/* PJT_MUTEX_TRYLOCK */
317 if (sizeof(jmp_table) != (sizeof(pthread_func_t) * PJT_MA
[all...]
/freebsd-10.2-release/lib/libc/include/
H A Dlibc_private.h174 typedef int (*pthread_func_t)(void); typedef
175 typedef pthread_func_t pthread_func_entry_t[2];
/freebsd-10.2-release/lib/libc/gen/
H A D_pthread_stubs.c62 (pthread_func_t)entry, (pthread_func_t)entry

Completed in 109 milliseconds