Home
last modified time | relevance | path

Searched defs:Notify (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp110 bool Notify; in processTasks() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h85 enum class PacketType { Invalid = 0, Standard, Notify }; global() enumerator
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1515 std::optional<std::pair<RequestID, Notification *>> Notify; in TEST_F() member