Searched refs:thrd_start_t (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads.h42 typedef int (*thrd_start_t)(void*); typedef in typeref:typename:int (*)(void *)
H A Dthreads_posix.h78 thrd_start_t func;
281 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
H A Dthreads_win32.h138 thrd_start_t func;
482 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
/xsrc/external/mit/MesaLib/dist/include/c11/
H A Dthreads.h42 typedef int (*thrd_start_t)(void*); typedef in typeref:typename:int (*)(void *)
H A Dthreads_posix.h78 thrd_start_t func;
281 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
H A Dthreads_win32.h114 thrd_start_t func;
351 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)

Completed in 10 milliseconds