OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:csemaphore
(Results
1 - 9
of
9
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CSemaphore.h
44
class
CSemaphore
49
CSemaphore
(int size = 0);
51
~
CSemaphore
(void);
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()
CThread.h
37
#include "
CSemaphore
.h"
76
CSemaphore
*m_sem;
NetlinkConnection.h
47
#include "
CSemaphore
.h"
209
CSemaphore
dataLeft;
CThread.cpp
42
m_sem = new
CSemaphore
();
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.h
43
#include "
CSemaphore
.h"
58
CSemaphore
schedSync; /**< Semaphore to synchronize S-SIQs with scheduler thread */
TrustZoneDevice.cpp
43
#include "
CSemaphore
.h"
/hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk
57
Common/
CSemaphore
.cpp \
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h
83
CSemaphore
mcpSessionNotification; /**< Semaphore to synchronize incoming notifications for the MCP session */
Completed in 81 milliseconds