OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thr_state_loc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc
85
ThreadState **
thr_state_loc
= cur_thread_location();
local in function:__tsan::cur_thread
86
if (
thr_state_loc
== nullptr || main_thread_identity == 0) {
89
ThreadState **fake_tls = (ThreadState **)MemToShadow((uptr)
thr_state_loc
);
99
ThreadState **
thr_state_loc
= cur_thread_location();
local in function:__tsan::cur_thread_finalize
100
if (
thr_state_loc
== nullptr) {
105
ThreadState **fake_tls = (ThreadState **)MemToShadow((uptr)
thr_state_loc
);
269
ThreadState **
thr_state_loc
= cur_thread_location();
local in function:__tsan::ImitateTlsWrite
270
if (
thr_state_loc
== nullptr) {
273
uptr thr_state_start = (uptr)
thr_state_loc
;
Completed in 12 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025