OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetThreadSelf
(Results
1 - 4
of
4
) sorted by relevancy
/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 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025