HomeSort by relevance Sort by last modified time
    Searched defs:pipe_thread (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_thread.h 50 /* pipe_thread
52 typedef pthread_t pipe_thread; typedef
57 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param )
59 pipe_thread thread;
72 static INLINE int pipe_thread_wait( pipe_thread thread )
77 static INLINE int pipe_thread_destroy( pipe_thread thread )
131 /* pipe_thread
133 typedef HANDLE pipe_thread; typedef
138 static INLINE pipe_thread pipe_thread_create( void *(WINAPI * routine)( void *), void *param )
144 static INLINE int pipe_thread_wait( pipe_thread thread
247 typedef unsigned pipe_thread; typedef
    [all...]
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 50 /* pipe_thread
52 typedef pthread_t pipe_thread; typedef
57 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param )
59 pipe_thread thread;
72 static INLINE int pipe_thread_wait( pipe_thread thread )
77 static INLINE int pipe_thread_destroy( pipe_thread thread )
131 /* pipe_thread
133 typedef HANDLE pipe_thread; typedef
138 static INLINE pipe_thread pipe_thread_create( void *(WINAPI * routine)( void *), void *param )
144 static INLINE int pipe_thread_wait( pipe_thread thread
247 typedef unsigned pipe_thread; typedef
    [all...]

Completed in 37 milliseconds