/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/ |
pipe_barrier_test.c | 74 threads[i] = pipe_thread_create(thread_function, (void *) &thread_ids[i]);
|
/external/mesa3d/src/gallium/tests/unit/ |
pipe_barrier_test.c | 74 threads[i] = pipe_thread_create(thread_function, (void *) &thread_ids[i]);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_thread.h | 57 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param ) function 138 static INLINE pipe_thread pipe_thread_create( void *(WINAPI * routine)( void *), void *param ) function 252 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param ) function
|
/external/mesa3d/src/gallium/auxiliary/os/ |
os_thread.h | 57 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param ) function 138 static INLINE pipe_thread pipe_thread_create( void *(WINAPI * routine)( void *), void *param ) function 252 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param ) function
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 868 rast->threads[i] = pipe_thread_create(thread_function,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_core.c | 858 tr_rbug->thread = pipe_thread_create(rbug_thread, tr_rbug);
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
radeon_drm_cs.c | 193 cs->thread = pipe_thread_create(radeon_drm_cs_emit_ioctl, cs);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 868 rast->threads[i] = pipe_thread_create(thread_function,
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_core.c | 858 tr_rbug->thread = pipe_thread_create(rbug_thread, tr_rbug);
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_drm_cs.c | 193 cs->thread = pipe_thread_create(radeon_drm_cs_emit_ioctl, cs);
|