OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trylock
(Results
1 - 7
of
7
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CMutex.h
51
int32_t
trylock
(void);
CMutex.cpp
66
int32_t CMutex::
trylock
(
function in class:CMutex
/external/valgrind/main/drd/tests/
trylock.stderr.exp
11
by 0x........: main (
trylock
.c:?)
14
by 0x........: main (
trylock
.c:?)
/external/valgrind/main/drd/
drd_mutex.h
44
const Bool
trylock
);
drd_mutex.c
234
const Bool
trylock
)
245
trylock
? "pre_mutex_lock " : "mutex_trylock ",
264
if (!
trylock
/external/kernel-headers/original/linux/
lockdep.h
179
int
trylock
;
member in struct:held_lock
234
int
trylock
, int read, int check, unsigned long ip);
/external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp
35
bool
TryLock
() __attribute__((exclusive_trylock_function(true)));
3674
bool Foo::
trylock
() { return true; }
function in class:MultipleAttributeTest::Foo
[
all
...]
Completed in 138 milliseconds