HomeSort by relevance Sort by last modified time
    Searched refs:pipe_thread_create (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/tests/unit/
pipe_barrier_test.c 74 threads[i] = pipe_thread_create(thread_function, (void *) &thread_ids[i]);
  /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/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.c 868 rast->threads[i] = pipe_thread_create(thread_function,
  /external/mesa3d/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/rbug/
rbug_core.c 858 tr_rbug->thread = pipe_thread_create(rbug_thread, tr_rbug);

Completed in 361 milliseconds