OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadStatusFinished
(Results
1 - 3
of
3
) 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/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc
165
if (tctx->detached || tctx->status !=
ThreadStatusFinished
)
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025