Searched refs:pipe_thread (Results 1 – 5 of 5) sorted by relevance
52 typedef pthread_t pipe_thread; typedef57 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; typedef138 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 …]
45 static pipe_thread threads[NUM_THREADS];
77 pipe_thread thread;
126 pipe_thread threads[LP_MAX_THREADS];
57 pipe_thread thread;