Home
last modified time | relevance | path

Searched refs:_wait_count (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Devent.cpp30 context(ctx), _wait_count(1), _status(0), in event()
44 if (_wait_count && !--_wait_count) in trigger_self()
68 _wait_count = 0; in abort_self()
86 return _wait_count; in wait_count()
106 if (_wait_count) { in chain()
107 ev._wait_count++; in chain()
116 cv.wait(lock, [=]{ return !_wait_count; }); in wait_signalled()
Devent.hpp91 unsigned _wait_count; member in clover::event