Home
last modified time | relevance | path

Searched refs:pipe_thread (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h52 typedef pthread_t pipe_thread; typedef
57 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param ) in pipe_thread_create()
59 pipe_thread thread; in pipe_thread_create()
72 static INLINE int pipe_thread_wait( pipe_thread thread ) in pipe_thread_wait()
77 static INLINE int pipe_thread_destroy( pipe_thread thread ) in pipe_thread_destroy()
133 typedef HANDLE pipe_thread; typedef
138 static INLINE pipe_thread pipe_thread_create( void *(WINAPI * routine)( void *), void *param ) in pipe_thread_create()
144 static INLINE int pipe_thread_wait( pipe_thread thread ) in pipe_thread_wait()
151 static INLINE int pipe_thread_destroy( pipe_thread thread ) in pipe_thread_destroy()
247 typedef unsigned pipe_thread; typedef
[all …]
/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c45 static pipe_thread threads[NUM_THREADS];
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.h77 pipe_thread thread;
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_priv.h126 pipe_thread threads[LP_MAX_THREADS];
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c57 pipe_thread thread;