Home
last modified time | relevance | path

Searched refs:LOCK_NB (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
DFileBase.cpp37 #define LOCK_NB 0 macro
162 lock_operation |= LOCK_NB; in lock()
/frameworks/native/cmds/installd/
Dcommands.c736 if (flock(out_fd, LOCK_EX | LOCK_NB) != 0) { in dexopt()