OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_inited
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors.h
46
return !thr->
is_inited
|| thr->ignore_interceptors || thr->in_ignored_lib;
114
(!cur_thread_init()->
is_inited
)
tsan_interceptors_mac.cpp
190
if (!cur_thread()->
is_inited
) {
200
if (!cur_thread()->
is_inited
) {
212
if (!cur_thread()->
is_inited
) {
222
if (!cur_thread()->
is_inited
) {
232
if (!cur_thread()->
is_inited
) {
244
if (!cur_thread()->
is_inited
) {
253
if (!cur_thread()->
is_inited
|| cur_thread()->is_dead) {
263
if (!cur_thread()->
is_inited
|| cur_thread()->is_dead) {
272
if (!cur_thread()->
is_inited
|| cur_thread()->is_dead) {
283
if (!cur_thread()->
is_inited
|| cur_thread()->is_dead)
[
all
...]
tsan_malloc_mac.cpp
25
#define COMMON_MALLOC_SANITIZER_INITIALIZED (cur_thread()->
is_inited
)
tsan_rtl_thread.cpp
210
thr->
is_inited
= true;
223
thr->
is_inited
= false;
tsan_rtl.cpp
893
if (!thr->
is_inited
) // May happen during bootstrap.
tsan_rtl.h
197
bool
is_inited
;
member in struct:__tsan::ThreadState
tsan_interceptors_posix.cpp
288
if (!thr_->
is_inited
) return;
298
if (!thr_->
is_inited
) return;
546
if (!thr->
is_inited
) // called from libc guts during bootstrap
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.h
40
if (!thr->
is_inited
|| thr->ignore_interceptors || thr->in_ignored_lib) \
tsan_malloc_mac.cc
25
#define COMMON_MALLOC_SANITIZER_INITIALIZED (cur_thread()->
is_inited
)
tsan_interceptors_mac.cc
181
if (!cur_thread()->
is_inited
) {
191
if (!cur_thread()->
is_inited
) {
203
if (!cur_thread()->
is_inited
) {
213
if (!cur_thread()->
is_inited
) {
223
if (!cur_thread()->
is_inited
) {
235
if (!cur_thread()->
is_inited
) {
tsan_rtl_thread.cc
121
thr->
is_inited
= true;
tsan_interceptors.cc
161
(!cur_thread()->
is_inited
)
257
if (!thr_->
is_inited
) return;
267
if (!thr_->
is_inited
) return;
496
if (!thr->
is_inited
) // called from libc guts during bootstrap
tsan_rtl.cc
535
if (!thr->
is_inited
) // May happen during bootstrap.
tsan_rtl.h
419
bool
is_inited
;
member in struct:__tsan::ThreadState
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_mac.cpp
189
if (!cur_thread()->
is_inited
) {
199
if (!cur_thread()->
is_inited
) {
211
if (!cur_thread()->
is_inited
) {
221
if (!cur_thread()->
is_inited
) {
231
if (!cur_thread()->
is_inited
) {
243
if (!cur_thread()->
is_inited
) {
252
if (!cur_thread()->
is_inited
|| cur_thread()->is_dead) {
262
if (!cur_thread()->
is_inited
|| cur_thread()->is_dead) {
271
if (!cur_thread()->
is_inited
|| cur_thread()->is_dead) {
282
if (!cur_thread()->
is_inited
|| cur_thread()->is_dead)
[
all
...]
tsan_interceptors.h
66
if (!thr->
is_inited
|| thr->ignore_interceptors || thr->in_ignored_lib) \
tsan_malloc_mac.cpp
24
#define COMMON_MALLOC_SANITIZER_INITIALIZED (cur_thread()->
is_inited
)
tsan_rtl_thread.cpp
215
thr->
is_inited
= true;
tsan_rtl.cpp
555
if (!thr->
is_inited
) // May happen during bootstrap.
tsan_interceptors_posix.cpp
156
(!cur_thread_init()->
is_inited
)
248
if (!thr_->
is_inited
) return;
258
if (!thr_->
is_inited
) return;
490
if (!thr->
is_inited
) // called from libc guts during bootstrap
tsan_rtl.h
182
bool
is_inited
;
member in struct:__tsan::ThreadState
Completed in 57 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026