OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lockpid
(Results
1 - 1
of
1
) sorted by null
/external/qemu/android/utils/
filelock.c
137
int len,
lockpid
;
local
149
lockpid
= atoi(buf);
152
if (
lockpid
== 0)
153
lockpid
= -1;
173
if (pe32.th32ProcessID ==
lockpid
) {
183
D( "the file '%s' is locked by process ID %d\n", lock->file,
lockpid
);
285
int
lockpid
= 0;
299
lockpid
= atoi(buf);
308
if (
lockpid
> 0) {
309
CHECKED(rc, kill(
lockpid
, 0 ))
[
all
...]
Completed in 37 milliseconds