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},326 if (sizeof(jmp_table) != sizeof(pthread_func_t) * PJT_MAX * 2) in _libpthread_init()
195 typedef void (*pthread_func_t)(void); typedef196 typedef pthread_func_t pthread_func_entry_t[2];
64 (pthread_func_t)entry, (pthread_func_t)entry