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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_thread.h 315 * 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:__anon18349
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)
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 315 * 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:__anon10833
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 193 milliseconds