OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetThreadSelf
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_win.cpp
115
uptr
GetThreadSelf
() {
sanitizer_posix_libcdep.cpp
54
uptr
GetThreadSelf
() {
sanitizer_fuchsia.cpp
69
uptr
GetThreadSelf
() { return reinterpret_cast<uptr>(thrd_current()); }
71
tid_t GetTid() { return
GetThreadSelf
(); }
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_win.cpp
111
uptr
GetThreadSelf
() {
sanitizer_posix_libcdep.cpp
54
uptr
GetThreadSelf
() {
sanitizer_fuchsia.cpp
68
uptr
GetThreadSelf
() { return reinterpret_cast<uptr>(thrd_current()); }
70
tid_t GetTid() { return
GetThreadSelf
(); }
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix_libcdep.cc
56
uptr
GetThreadSelf
() {
sanitizer_rtems.cc
61
uptr
GetThreadSelf
() { return static_cast<uptr>(pthread_self()); }
63
tid_t GetTid() { return
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
());
Completed in 155 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026