Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DThreadPool.cpp109 bool Notify; in processTasks() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h89 enum class PacketType { Invalid = 0, Standard, Notify }; enumerator
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc331 void Notification::Notify() { in Notify() function in testing::internal::Notification
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1386 llvm::Optional<std::pair<RequestID, Notification *>> Notify; in TEST_F() member