OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadStatusFinished
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc
42
status ==
ThreadStatusFinished
);
59
CHECK_EQ(
ThreadStatusFinished
, status);
68
// should go to
ThreadStatusFinished
regardless of whether it was created
70
if (!detached || status == ThreadStatusCreated) status =
ThreadStatusFinished
;
247
if (tctx->status ==
ThreadStatusFinished
) {
sanitizer_thread_registry.h
28
ThreadStatusFinished
, // Joinable thread is finished but not yet joined.
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp
41
status ==
ThreadStatusFinished
);
58
CHECK_EQ(
ThreadStatusFinished
, status);
67
// should go to
ThreadStatusFinished
regardless of whether it was created
69
if (!detached || status == ThreadStatusCreated) status =
ThreadStatusFinished
;
243
if (tctx->status ==
ThreadStatusFinished
) {
sanitizer_thread_registry.h
27
ThreadStatusFinished
, // Joinable thread is finished but not yet joined.
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp
43
status ==
ThreadStatusFinished
);
60
CHECK_EQ(
ThreadStatusFinished
, status);
69
// should go to
ThreadStatusFinished
regardless of whether it was created
71
if (!detached || status == ThreadStatusCreated) status =
ThreadStatusFinished
;
245
if (tctx->status ==
ThreadStatusFinished
) {
sanitizer_thread_registry.h
28
ThreadStatusFinished
, // Joinable thread is finished but not yet joined.
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc
165
if (tctx->detached || tctx->status !=
ThreadStatusFinished
)
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_thread.cpp
48
if (tctx->detached || tctx->status !=
ThreadStatusFinished
)
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl_thread.cpp
42
if (tctx->detached || tctx->status !=
ThreadStatusFinished
)
Completed in 52 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026