Lines Matching refs:Semaphore
23 Semaphore::Semaphore(int count) { in Semaphore() function in v8::base::Semaphore
31 Semaphore::~Semaphore() { in ~Semaphore()
37 void Semaphore::Signal() { in Signal()
44 void Semaphore::Wait() { in Wait()
53 bool Semaphore::WaitFor(const TimeDelta& rel_time) { in WaitFor()
75 Semaphore::Semaphore(int count) {
83 Semaphore::~Semaphore() {
89 void Semaphore::Signal() {
98 void Semaphore::Wait() {
109 bool Semaphore::WaitFor(const TimeDelta& rel_time) {
137 Semaphore::Semaphore(int count) {
144 Semaphore::~Semaphore() {
150 void Semaphore::Signal() {
158 void Semaphore::Wait() {
165 bool Semaphore::WaitFor(const TimeDelta& rel_time) {