OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shared_threshold_ms
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/drd/
drd_rwlock.h
42
void DRD_(rwlock_set_shared_threshold)(const UInt
shared_threshold_ms
);
drd_main.c
77
int
shared_threshold_ms
= -1;
local
129
else if VG_INT_CLO (arg, "--shared-threshold",
shared_threshold_ms
) {}
151
if (
shared_threshold_ms
!= -1)
153
DRD_(rwlock_set_shared_threshold)(
shared_threshold_ms
);
[
all
...]
drd_rwlock.c
80
void DRD_(rwlock_set_shared_threshold)(const UInt
shared_threshold_ms
)
82
DRD_(s_shared_threshold_ms) =
shared_threshold_ms
;
Completed in 1651 milliseconds