OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetThreadSelf
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_rtems.cc
61
uptr
GetThreadSelf
() { return static_cast<uptr>(pthread_self()); }
63
tid_t GetTid() { return
GetThreadSelf
(); }
sanitizer_symbolizer_report.cc
245
uptr current =
GetThreadSelf
();
sanitizer_fuchsia.cc
65
uptr
GetThreadSelf
() { return reinterpret_cast<uptr>(thrd_current()); }
67
tid_t GetTid() { return
GetThreadSelf
(); }
sanitizer_win.cc
92
uptr
GetThreadSelf
() {
779
owner_ =
GetThreadSelf
();
789
CHECK_EQ(owner_,
GetThreadSelf
());
sanitizer_posix_libcdep.cc
56
uptr
GetThreadSelf
() {
sanitizer_common.h
77
uptr
GetThreadSelf
();
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc
431
(void *)
GetThreadSelf
());
Completed in 17 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025