OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsMainThread
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.h
35
bool
IsMainThread
() { return start_routine_ == nullptr; }
msan_thread.cc
25
GetThreadStackAndTls(
IsMainThread
(), &stack_bottom_, &stack_size,
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread.h
49
bool
IsMainThread
() { return unique_id_ == 0; }
hwasan_thread.cpp
80
if (
IsMainThread
()) {
hwasan_linux.cpp
403
GetThreadStackAndTls(
IsMainThread
(), &stack_bottom_, &stack_size, &tls_begin_,
Completed in 38 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026