OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LK_nonRec
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/helgrind/
hg_lock_n_thread.c
71
case LK_mbRec: case
LK_nonRec
: case LK_rdwr: break;
92
if ((lock->kind ==
LK_nonRec
|| lock->kind == LK_rdwr)
hg_lock_n_thread.h
139
LK_nonRec
, /* normal mutex, definitely non recursive */
172
for
LK_nonRec
, r-holdings are not allowed, and w-holdings may
hg_main.c
273
case
LK_nonRec
:
469
case
LK_nonRec
: return "nonRec";
[
all
...]
Completed in 6138 milliseconds