OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoThreadMutex
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/include/
NfcAdaptation.h
53
class
AutoThreadMutex
56
AutoThreadMutex
(ThreadMutex &m);
57
virtual ~
AutoThreadMutex
();
/external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp
91
AutoThreadMutex
a(sLock);
146
AutoThreadMutex
guard(mCondVar);
170
AutoThreadMutex
a(sLock);
234
AutoThreadMutex
guard(CondVar);
727
AutoThreadMutex
a(*this);
733
** Function:
AutoThreadMutex
::
AutoThreadMutex
()
740
AutoThreadMutex
::
AutoThreadMutex
(ThreadMutex &m)
748
** Function:
AutoThreadMutex
::~AutoThreadMutex(
[
all
...]
Completed in 245 milliseconds