OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unLock
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.h
67
//!
Unlock
Mutex
68
bool
unLock
(void);
96
//!
Unlock
on destructor
97
inline ~Autolock() { mLock.
unLock
(); }
ExynosMutex.cpp
137
bool ExynosMutex::
unLock
(void)
145
ALOGD("%s::%s'
unlock
() start", __func__, m_name);
148
((Mutex *)m_mutex)->
unlock
();
151
ALOGD("%s::%s'
unlock
() end", __func__, m_name);
235
return ((ExynosMutex *)handle)->
unLock
();
Completed in 785 milliseconds