OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCurrentThread
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_linux.cc
23
u32
GetCurrentThread
() { return current_thread_tid; }
lsan_thread.cc
94
thread_registry->FinishThread(
GetCurrentThread
());
100
if (
GetCurrentThread
() == kInvalidTid)
103
return (ThreadContext *)thread_registry->GetThreadLocked(
GetCurrentThread
());
124
if (
GetCurrentThread
() == 0)
lsan_thread.h
54
u32
GetCurrentThread
();
lsan_mac.cc
71
if (
GetCurrentThread
() == kInvalidTid) {
105
lsan_ctxt->parent_tid =
GetCurrentThread
();
152
int parent_tid =
GetCurrentThread
(); \
lsan.cc
80
HandleDeadlySignal(siginfo, context,
GetCurrentThread
(), &OnStackUnwind,
lsan_common_mac.cc
88
u32
GetCurrentThread
() {
lsan_interceptors.cc
397
int tid = ThreadCreate(
GetCurrentThread
(), *(uptr *)th,
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.h
66
MsanThread *
GetCurrentThread
();
msan_linux.cc
202
MsanThread *
GetCurrentThread
() {
234
MsanThread *
GetCurrentThread
() {
msan_allocator.cc
153
MsanThread *t =
GetCurrentThread
();
202
MsanThread *t =
GetCurrentThread
();
msan.cc
227
MsanThread *t =
GetCurrentThread
();
305
MsanThread *t =
GetCurrentThread
();
msan_interceptors.cc
968
if (MsanThread *t =
GetCurrentThread
())
972
if (MsanThread *t =
GetCurrentThread
())
1301
if (MsanThread *t =
GetCurrentThread
()) { \
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_unwind_win.cc
66
while (StackWalk64(machine_type, GetCurrentProcess(),
GetCurrentThread
(),
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc
118
DCHECK_NE(
GetCurrentThread
(), this);
119
DCHECK_NE(
GetCurrentThread
(), nullptr);
asan_rtems.cc
122
DCHECK_NE(
GetCurrentThread
(), this);
123
DCHECK_NE(
GetCurrentThread
(), nullptr);
asan_stack.h
42
if ((t =
GetCurrentThread
()) && !t->isUnwinding()) {
51
/* If
GetCurrentThread
() has failed, try to do slow unwind anyways. */
asan_thread.cc
404
AsanThread *
GetCurrentThread
() {
439
AsanThread *t =
GetCurrentThread
();
516
AsanThread *t =
GetCurrentThread
();
528
AsanThread *t =
GetCurrentThread
();
asan_stats.cc
118
AsanThread *t =
GetCurrentThread
();
asan_thread.h
190
AsanThread *
GetCurrentThread
();
asan_mac.cc
180
AsanThread *t =
GetCurrentThread
();
asan_interceptors.cc
66
AsanThread *t =
GetCurrentThread
();
143
if (AsanThread *t =
GetCurrentThread
()) { \
asan_report.cc
145
DescribeThread(
GetCurrentThread
());
374
AsanThread *t =
GetCurrentThread
();
asan_fake_stack.cc
189
AsanThread *t =
GetCurrentThread
();
asan_allocator.cc
449
AsanThread *t =
GetCurrentThread
();
572
AsanThread *t =
GetCurrentThread
();
760
AsanThread *t =
GetCurrentThread
();
asan_rtl.cc
554
AsanThread *curr_thread =
GetCurrentThread
();
Completed in 28 milliseconds
1
2
Indexes created Mon Sep 29 03:10:08 GMT 2025