/external/mesa3d/src/util/ |
u_thread.h | 49 ret = thrd_create( &thread, routine, param ); 53 ret = thrd_create( &thread, routine, param );
|
/external/virglrenderer/src/gallium/auxiliary/os/ |
os_thread.h | 66 ret = thrd_create( &thread, routine, param ); 70 ret = thrd_create( &thread, routine, param );
|
/external/mesa3d/include/c11/ |
threads_posix.h | 281 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function
|
threads_win32.h | 492 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function
|
/external/virglrenderer/src/gallium/include/c11/ |
threads_posix.h | 257 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function
|
threads_win32.h | 478 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function
|