OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestroyLogicalThread
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h
79
virtual void
DestroyLogicalThread
(DDLogicalThread *lt) {}
sanitizer_deadlock_detector1.cc
47
void
DestroyLogicalThread
(DDLogicalThread *lt) override;
88
void DD::
DestroyLogicalThread
(DDLogicalThread *lt) {
sanitizer_deadlock_detector2.cc
91
void
DestroyLogicalThread
(DDLogicalThread *lt);
148
void DD::
DestroyLogicalThread
(DDLogicalThread *lt) {
/external/compiler-rt/lib/tsan/dd/
dd_rtl.cc
109
ctx->dd->
DestroyLogicalThread
(thr->dd_lt);
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc
137
ctx->dd->
DestroyLogicalThread
(thr->dd_lt);
Completed in 4261 milliseconds