OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadStatusRunning
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc
41
CHECK(status ==
ThreadStatusRunning
||
76
status =
ThreadStatusRunning
;
220
CHECK_EQ(SANITIZER_FUCHSIA ? ThreadStatusCreated :
ThreadStatusRunning
,
290
if (tctx->status ==
ThreadStatusRunning
) {
sanitizer_thread_registry.h
27
ThreadStatusRunning
, // The thread is currently running.
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp
40
CHECK(status ==
ThreadStatusRunning
||
75
status =
ThreadStatusRunning
;
217
CHECK_EQ(SANITIZER_FUCHSIA ? ThreadStatusCreated :
ThreadStatusRunning
,
285
if (tctx->status ==
ThreadStatusRunning
) {
sanitizer_thread_registry.h
26
ThreadStatusRunning
, // The thread is currently running.
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_rtems.cc
183
DCHECK(status == ThreadStatusCreated || status ==
ThreadStatusRunning
);
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_thread.cpp
104
(asanThreadRegistry().FinishThread(tid) ==
ThreadStatusRunning
);
asan_allocator.cpp
1181
// Note
ThreadStatusRunning
is required because there is a small window where
1182
// the thread status switches to `
ThreadStatusRunning
` but the `arg` pointer
1185
atctx->status !=
ThreadStatusRunning
)
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_mutex.cc
419
if (tctx->status ==
ThreadStatusRunning
)
462
if (tctx->status ==
ThreadStatusRunning
)
tsan_rtl_report.cc
202
rt->running = (tctx->status ==
ThreadStatusRunning
);
234
if (tctx->status !=
ThreadStatusRunning
)
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_mutex.cpp
418
if (tctx->status ==
ThreadStatusRunning
) {
474
if (tctx->status ==
ThreadStatusRunning
)
tsan_rtl_report.cpp
211
rt->running = (tctx->status ==
ThreadStatusRunning
);
243
if (tctx->status !=
ThreadStatusRunning
)
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc
533
if (tctx->status ==
ThreadStatusRunning
) {
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp
616
if (tctx->status ==
ThreadStatusRunning
) {
Completed in 51 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026