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

  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.cpp 30 context(ctx), _wait_count(1), _status(0),
44 if (!--_wait_count)
82 return _wait_count;
102 if (_wait_count) {
103 ev._wait_count++;
112 cv.wait(lock, [=]{ return !_wait_count; });
event.hpp 91 unsigned _wait_count; member in class:clover::event

Completed in 375 milliseconds