Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/os/
Dos_thread.h52 typedef thrd_t pipe_thread; typedef
57 static inline pipe_thread pipe_thread_create( PIPE_THREAD_ROUTINE((*routine), ), void *param )
59 pipe_thread thread;
78 static inline int pipe_thread_wait( pipe_thread thread ) in pipe_thread_wait()
83 static inline int pipe_thread_destroy( pipe_thread thread ) in pipe_thread_destroy()
/external/virglrenderer/src/
Dvrend_renderer.c242 pipe_thread sync_thread;