Searched defs:pipe_barrier (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_thread.h315 * pipe_barrier
320 typedef pthread_barrier_t pipe_barrier; typedef
322 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count)
327 static INLINE void pipe_barrier_destroy(pipe_barrier *barrier)
332 static INLINE void pipe_barrier_wait(pipe_barrier *barrier)
346 } pipe_barrier; typedef in typeref:struct:__anon14463
348 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count)
357 static INLINE void pipe_barrier_destroy(pipe_barrier *barrier)
364 static INLINE void pipe_barrier_wait(pipe_barrier *barrier)

Completed in 87 milliseconds