OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnnotateThreadName
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/tsan/lit_tests/
thread_name.cc
6
extern "C" void
AnnotateThreadName
(const char *f, int l, const char *name);
12
AnnotateThreadName
(__FILE__, __LINE__, "Thread1");
21
AnnotateThreadName
(__FILE__, __LINE__, "Thread2");
/external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.c
109
void DYNAMIC_ANNOTATIONS_NAME(
AnnotateThreadName
)(
dynamic_annotations.h
306
DYNAMIC_ANNOTATIONS_NAME(
AnnotateThreadName
)(__FILE__, __LINE__, name)
507
void DYNAMIC_ANNOTATIONS_NAME(
AnnotateThreadName
)(
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc
354
void INTERFACE_ATTRIBUTE
AnnotateThreadName
(
356
SCOPED_ANNOTATION(
AnnotateThreadName
);
Completed in 44 milliseconds