OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_sensitive_thread_hook_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
monitor.cc
103
bool (*Monitor::
is_sensitive_thread_hook_
)() = NULL;
member in namespace:art
107
if (
is_sensitive_thread_hook_
!= NULL) {
108
return (*
is_sensitive_thread_hook_
)();
115
is_sensitive_thread_hook_
= is_sensitive_thread_hook;
[
all
...]
monitor.h
150
static bool (*
is_sensitive_thread_hook_
)();
member in class:art::Monitor
Completed in 31 milliseconds