OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tls_begin_
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.cc
26
&
tls_begin_
, &tls_size);
28
tls_end_ =
tls_begin_
+ tls_size;
36
if (
tls_begin_
!= tls_end_)
37
__msan_unpoison((void *)
tls_begin_
, tls_end_ -
tls_begin_
);
msan_thread.h
33
uptr tls_begin() { return
tls_begin_
; }
58
uptr
tls_begin_
;
member in class:__msan::MsanThread
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.h
33
uptr tls_begin() { return
tls_begin_
; }
42
tls_begin_
, tls_end_;
member in class:__lsan::ThreadContext
lsan_thread.cc
48
tls_begin_
(0),
63
tls_begin_
= args->tls_begin;
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.h
79
uptr tls_begin() { return
tls_begin_
; }
161
uptr
tls_begin_
;
member in class:__asan::AsanThread
asan_thread.cc
294
GetThreadStackAndTls(tid() == 0, &stack_bottom_, &stack_size, &
tls_begin_
,
297
tls_end_ =
tls_begin_
+ tls_size;
311
if (
tls_begin_
!= tls_end_) {
312
uptr tls_begin_aligned = RoundDownTo(
tls_begin_
, SHADOW_GRANULARITY);
asan_rtems.cc
128
tls_begin_
= options->tls_bottom;
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025