OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsanThreadRegistry
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_thread_registry.cc
12
//
AsanThreadRegistry
-related code.
AsanThreadRegistry
is a container
23
static
AsanThreadRegistry
asan_thread_registry(LINKER_INITIALIZED);
25
AsanThreadRegistry
&
asanThreadRegistry
() {
29
AsanThreadRegistry
::
AsanThreadRegistry
(LinkerInitialized x)
36
void
AsanThreadRegistry
::Init() {
46
void
AsanThreadRegistry
::RegisterThread(AsanThread *thread) {
58
void
AsanThreadRegistry
::UnregisterThread(AsanThread *thread)
[
all
...]
asan_thread_registry.h
27
// of
AsanThreadRegistry
for the whole program.
28
//
AsanThreadRegistry
is thread-safe.
29
class
AsanThreadRegistry
{
31
explicit
AsanThreadRegistry
(LinkerInitialized);
81
AsanThreadRegistry
&
asanThreadRegistry
();
Completed in 25 milliseconds