Home
last modified time | relevance | path

Searched defs:started (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/
H A Dnotify_one.pass.cpp42 std::atomic_bool started = false; in test_impl() local
H A Dwait.pass.cpp53 std::atomic_bool started = false; test_impl() local
/llvm-project/lld/Common/
H A DFilesystem.cpp96 bool started = false; in unlinkAsync() local
/llvm-project/libc/test/integration/src/threads/
H A Dmtx_test.cpp75 bool started, step; variable
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_mutex_test.cpp75 bool started, step; variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp95 static bool started = false; in MaybeStartBackgroudThread() local
/llvm-project/libcxx/test/std/thread/thread.stoptoken/stopcallback/
H A Ddtor.pass.cpp131 std::atomic<bool> started = false; in main() local
/llvm-project/offload/include/OpenMP/
H A DInternalTypes.h57 unsigned started : 1; /* 1==started, 0==not started */ member
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp987 Semaphore started; global() member
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9622 bool started = TypeSystemClang::StartTagDeclarationDefinition(type); RequireCompleteType() local
/llvm-project/openmp/runtime/src/
H A Dkmp.h2697 unsigned started : 1; member