Searched refs:thrd_create (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/util/ |
D | u_thread.h | 49 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/ |
D | os_thread.h | 66 ret = thrd_create( &thread, routine, param ); 70 ret = thrd_create( &thread, routine, param );
|
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_posix.h | 257 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|
D | threads_win32.h | 478 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|
/external/mesa3d/include/c11/ |
D | threads_posix.h | 281 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|
D | threads_win32.h | 492 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|