Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 17 of 17) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp110 bool Notify; in processTasks() local
121 Notify = workCompletedUnlocked(GroupOfTask); in processTasks()
122 NotifyGroup = GroupOfTask != nullptr && Notify; in processTasks()
126 if (Notify) in processTasks()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h86 enum class PacketType { Invalid = 0, Standard, Notify };
85 enum class PacketType { Invalid = 0, Standard, Notify }; global() enumerator
H A DGDBRemoteCommunication.cpp827 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1515 std::optional<std::pair<RequestID, Notification *>> Notify; in TEST_F() member
1535 if (Notify && ID == Notify->first) { in TEST_F()
1536 Notify->second->notify(); in TEST_F()
1537 Notify.reset(); in TEST_F()
1612 Throttler.Notify = {1, &AfterAcquire2}; in TEST_F()
/llvm-project/llvm/test/Transforms/LoopSimplify/
H A Dpreserve-scev.ll74 ; Notify SCEV when removing an ExitingBlock. This only changes the
/llvm-project/openmp/runtime/
H A DCMakeLists.txt343 message(STATUS "ITT Notify not supported for static libraries - forcing ITT Notify off")
/llvm-project/mlir/docs/
H A DDiagnostics.md413 // Notify the handler that we are processing the i'th operation.
418 // Notify the handler that we are finished processing diagnostics on this
H A DPatternRewriter.md205 * Notify why a `match` failed : `notifyMatchFailure`
/llvm-project/llvm/docs/
H A DResponseGuide.rst146 * Notify the reporter of the resolution and request feedback. This may or may
H A DJITLink.rst490 #. Notify the ``JITLinkContext`` of the assigned symbol addresses.
544 #. Notify the context that the graph has been emitted.
/llvm-project/lldb/source/Core/
H A DCoreProperties.td67 Desc<"Notify the user explicitly if an expression returns void (default: false).">;
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1250 void Notify() {
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.mm841 // Notify our main thread we have a complete exception message
/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl3 * kmp_itt.inl -- Inline functions of ITT Notify.
/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt161 # Itt -- ITT Notify-related messages.
/llvm-project/mlir/include/mlir/IR/
H A DPDLPatternMatch.h.inc289 /// Notify the configurations within this set at the beginning or end of a
/llvm-project/lldb/docs/resources/
H A Dlldbgdbremote.md1932 Notify the remote that LLDB is ready to do symbol lookups on behalf of the