OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pipe_barrier
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/auxiliary/os/
os_thread.h
168
*
pipe_barrier
173
typedef pthread_barrier_t
pipe_barrier
;
typedef
175
static inline void pipe_barrier_init(
pipe_barrier
*barrier, unsigned count)
180
static inline void pipe_barrier_destroy(
pipe_barrier
*barrier)
185
static inline void pipe_barrier_wait(
pipe_barrier
*barrier)
199
}
pipe_barrier
;
typedef in typeref:struct:__anon27547
201
static inline void pipe_barrier_init(
pipe_barrier
*barrier, unsigned count)
210
static inline void pipe_barrier_destroy(
pipe_barrier
*barrier)
217
static inline void pipe_barrier_wait(
pipe_barrier
*barrier)
/external/mesa3d/src/gallium/tests/unit/
pipe_barrier_test.c
30
* Test case for
pipe_barrier
.
50
static
pipe_barrier
barrier;
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h
133
pipe_barrier
barrier;
Completed in 335 milliseconds