OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lockid
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/cpueater/
daemonize.c
37
char
lockid
[32];
local
100
snprintf(
lockid
, 32, "daemonize%d", (int) getpid());
101
acquire_wake_lock(PARTIAL_WAKE_LOCK,
lockid
);
118
release_wake_lock(
lockid
);
/system/vold/
cryptfs.c
1598
char
lockid
[32] = { 0 };
local
[
all
...]
Completed in 554 milliseconds