Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/c11/
Dthreads.h88 typedef int (*thrd_start_t)(void *); typedef
166 int thrd_create(thrd_t *, thrd_start_t, void *);
/hardware/google/gfxstream/guest/mesa/src/c11/impl/
Dthreads_posix.c58 thrd_start_t func;
270 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
Dthreads_win32.c63 thrd_start_t func;
294 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()