Searched refs:Notification (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Threading.cpp | 30 class Notification { class 58 Notification ThreadStarted, ThreadAdvanced, ThreadFinished; in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TUSchedulerTests.cpp | 224 Notification Ready; in TEST_F() 264 Notification N; in TEST_F() 374 Notification Start; in TEST_F() 438 Notification Start; in TEST_F() 725 Notification TaskRun; in TEST_F() 959 Notification TaskRun; in TEST_F() 1054 Notification Ready; in TEST_F() 1078 Notification Ready; in TEST_F() 1135 Notification &N; in TEST_F() 1140 Notification Ready; in TEST_F() [all …]
|
| H A D | LSPClient.cpp | 205 for (const auto &Notification : llvm::reverse(Notifications)) { in diagnostics() local 206 if (const auto *PubDiagsParams = Notification.getAsObject()) { in diagnostics()
|
| H A D | ClangdTests.cpp | 149 Notification Done; in dumpAST() 1111 DelayedCompilationDatabase(Notification &CanReturnCommand) in TEST() 1129 Notification &CanReturnCommand; in TEST() 1132 Notification CanReturnCommand; in TEST() 1305 Notification N; in TEST()
|
| H A D | SyncAPI.cpp | 163 Notification Done; in runCustomAction()
|
| H A D | FileIndexTests.cpp | 553 Notification Go; in TEST()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 1176 class Notification { 1178 Notification() : notified_(false) { 1181 ~Notification() { 1210 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification); 1252 class GTEST_API_ Notification { 1254 Notification(); 1261 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification); 1309 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1339 Notification* const thread_can_start_; 1487 ThreadWithParamBase(Runnable *runnable, Notification* thread_can_start); [all …]
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-port.cc | 323 Notification::Notification() in Notification() function in testing::internal::Notification 331 void Notification::Notify() { in Notify() 335 void Notification::WaitForNotification() { in WaitForNotification() 468 Notification* thread_can_start) { in CreateThread() 488 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) in ThreadMainParam() 494 Notification* thread_can_start_; 515 Notification* thread_can_start) in ThreadWithParamBase()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/support/ |
| H A D | Threading.cpp | 27 void Notification::notify() { in notify() 37 bool Notification::wait(Deadline D) const { in wait()
|
| H A D | Threading.h | 90 class Notification {
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/ |
| H A D | CancellationTests.cpp | 73 Notification Cancelled; in TEST()
|
| H A D | ThreadingTests.cpp | 104 Notification ReleaseA, ReleaseB; in TEST_F()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ClangdLSPServer.cpp | 860 PublishDiagnosticsParams Notification; in onDocumentDidClose() local 861 Notification.uri = URIForFile::canonicalize(File, /*TUPath=*/File); in onDocumentDidClose() 862 PublishDiagnostics(Notification); in onDocumentDidClose() 1701 PublishDiagnosticsParams Notification; in onDiagnosticsReady() local 1702 Notification.version = decodeVersion(Version); in onDiagnosticsReady() 1703 Notification.uri = URIForFile::canonicalize(File, /*TUPath=*/File); in onDiagnosticsReady() 1706 toLSPDiags(Diag, Notification.uri, DiagOpts, in onDiagnosticsReady() 1710 Notification.diagnostics.push_back(std::move(Diag)); in onDiagnosticsReady() 1721 PublishDiagnostics(Notification); in onDiagnosticsReady()
|