Home
last modified time | relevance | path

Searched refs:ReactiveSemaphore (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/os/linux_generic/
Dreactive_semaphore.cc31 ReactiveSemaphore::ReactiveSemaphore(unsigned int value) : fd_(eventfd(value, EFD_SEMAPHORE | EFD_N… in ReactiveSemaphore() function in bluetooth::os::ReactiveSemaphore
35 ReactiveSemaphore::~ReactiveSemaphore() { in ~ReactiveSemaphore()
41 void ReactiveSemaphore::Decrease() { in Decrease()
47 void ReactiveSemaphore::Increase() { in Increase()
53 int ReactiveSemaphore::GetFd() { in GetFd()
Dreactive_semaphore.h25 class ReactiveSemaphore {
28 explicit ReactiveSemaphore(unsigned int value);
29 ~ReactiveSemaphore();
36 DISALLOW_COPY_AND_ASSIGN(ReactiveSemaphore);
/system/bt/gd/os/
Dqueue.h95 ReactiveSemaphore reactive_semaphore_;