Lines Matching refs:INLINE
57 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param ) 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()
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()
252 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param ) in pipe_thread_create()
257 static INLINE int pipe_thread_wait( pipe_thread thread ) in pipe_thread_wait()
262 static INLINE int pipe_thread_destroy( pipe_thread thread ) in pipe_thread_destroy()
322 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count) in pipe_barrier_init()
327 static INLINE void pipe_barrier_destroy(pipe_barrier *barrier) in pipe_barrier_destroy()
332 static INLINE void pipe_barrier_wait(pipe_barrier *barrier) in pipe_barrier_wait()
348 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count) in pipe_barrier_init()
357 static INLINE void pipe_barrier_destroy(pipe_barrier *barrier) in pipe_barrier_destroy()
364 static INLINE void pipe_barrier_wait(pipe_barrier *barrier) in pipe_barrier_wait()
402 static INLINE void
410 static INLINE void
418 static INLINE void
428 static INLINE void
458 static INLINE void
472 static INLINE void *
489 static INLINE void