OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tls_begin_
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/lsan/
lsan_thread.h
29
uptr tls_begin() { return
tls_begin_
; }
36
tls_begin_
, tls_end_;
member in class:__lsan::ThreadContext
lsan_thread.cc
57
tls_begin_
(0),
70
tls_begin_
= args->tls_begin;
/external/compiler-rt/lib/asan/
asan_thread.h
66
uptr tls_begin() { return
tls_begin_
; }
102
uptr
tls_begin_
;
member in class:__asan::AsanThread
asan_thread.cc
149
GetThreadStackAndTls(tid() == 0, &stack_bottom_, &stack_size, &
tls_begin_
,
local
152
tls_end_ =
tls_begin_
+ tls_size;
160
if (
tls_begin_
!= tls_end_)
161
PoisonShadow(
tls_begin_
, tls_end_ -
tls_begin_
, 0);
Completed in 735 milliseconds