OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSemaphore
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CSemaphore.cpp
35
#include "
CSemaphore
.h"
39
CSemaphore
::
CSemaphore
(int size) : m_waiters_count(0), m_count(size)
47
CSemaphore
::~
CSemaphore
()
55
void
CSemaphore
::wait()
67
bool
CSemaphore
::wait(int sec)
92
bool
CSemaphore
::wouldWait()
104
void
CSemaphore
::signal()
CSemaphore.h
44
class
CSemaphore
49
CSemaphore
(int size = 0);
51
~
CSemaphore
(void);
Completed in 187 milliseconds