Searched refs:pthread_func_t (Results 1 – 3 of 3) sorted by relevance
201 (pthread_func_t)entry, (pthread_func_t)entry203 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()
191 typedef int (*pthread_func_t)(void); typedef192 typedef pthread_func_t pthread_func_entry_t[2];
63 (pthread_func_t)entry, (pthread_func_t)entry