Home
last modified time | relevance | path

Searched refs:thrd_create (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/util/
Du_thread.h49 ret = thrd_create( &thread, routine, param ); in u_thread_create()
53 ret = thrd_create( &thread, routine, param ); in u_thread_create()
/external/virglrenderer/src/gallium/auxiliary/os/
Dos_thread.h66 ret = thrd_create( &thread, routine, param );
70 ret = thrd_create( &thread, routine, param );
/external/virglrenderer/src/gallium/include/c11/
Dthreads_posix.h257 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
Dthreads_win32.h478 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
/external/mesa3d/include/c11/
Dthreads_posix.h281 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
Dthreads_win32.h492 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function