OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCK_FILE
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/utils/
opcontrol
289
LOCK_FILE
="$SESSION_DIR/lock"
766
test ! -f "$
LOCK_FILE
" || {
936
vecho "
LOCK_FILE
$
LOCK_FILE
"
973
if test ! -f "$
LOCK_FILE
"; then
978
kill -0 `cat $
LOCK_FILE
` 2>/dev/null
981
rm -f "$
LOCK_FILE
"
990
kill -USR2 `cat $
LOCK_FILE
` 2>/dev/null
997
if test ! -f "$
LOCK_FILE
"; then
1003
kill -0 `cat $
LOCK_FILE
` 2>/dev/nul
[
all
...]
/external/chromium_org/tools/coverity/
coverity.py
78
LOCK_FILE
= 'coverity.lock'
99
def _ReleaseLock(
lock_file
, lock_filename):
101
os.close(
lock_file
)
109
lock_filename = os.path.join(options.source_dir,
LOCK_FILE
)
111
lock_file
= os.open(lock_filename,
118
os.write(
lock_file
, str(os.getpid()))
136
_ReleaseLock(
lock_file
, lock_filename)
151
_ReleaseLock(
lock_file
, lock_filename)
232
_ReleaseLock(
lock_file
, lock_filename)