Searched defs:Semaphore (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/libtiutils/
H A DSemaphore.h32 class Semaphore class in namespace:Ti::Utils
36 Semaphore();
37 ~Semaphore();
H A DSemaphore.cpp19 #include "Semaphore.h"
33 Semaphore::Semaphore() function in class:Ti::Utils::Semaphore
46 Semaphore::~Semaphore()
59 status_t Semaphore::Release()
88 status_t Semaphore::Create(int count)
126 status_t Semaphore::Wait()
150 status_t Semaphore::Signal()
169 int Semaphore
[all...]
/hardware/ti/omap4xxx/libtiutils/
H A DSemaphore.h29 class Semaphore class in namespace:android
33 Semaphore();
34 ~Semaphore();
H A DSemaphore.cpp19 #include "Semaphore.h"
32 Semaphore::Semaphore() function in class:android::Semaphore
45 Semaphore::~Semaphore()
58 status_t Semaphore::Release()
87 status_t Semaphore::Create(int count)
125 status_t Semaphore::Wait()
149 status_t Semaphore::Signal()
168 int Semaphore
[all...]

Completed in 71 milliseconds