Home
last modified time | relevance | path

Searched refs:m_sema (Results 1 – 25 of 91) sorted by relevance

1234

/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/
H A Dlightweightsemaphore.h109 semaphore_t m_sema;
169 sem_t m_sema;
185 sem_destroy(&m_sema);
193 rc = sem_wait(&m_sema);
202 rc = sem_trywait(&m_sema);
224 rc = sem_timedwait(&m_sema, &ts);
231 while (sem_post(&m_sema) == -1);
238 while (sem_post(&m_sema) == -1);
259 details::Semaphore m_sema; variable
278 if (m_sema.wait())
[all …]
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/lib/freesrp/readerwriterqueue/
H A Datomicops.h408 semaphore_t m_sema;
427 semaphore_wait(m_sema);
432 semaphore_signal(m_sema);
450 sem_t m_sema;
464 sem_destroy(&m_sema);
473 rc = sem_wait(&m_sema);
480 sem_post(&m_sema);
487 sem_post(&m_sema);
505 Semaphore m_sema; variable
526 m_sema.wait(); in waitWithPartialSpinning()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/3rdparty/dmlc-core/include/dmlc/
H A Dblockingconcurrentqueue.h121 semaphore_t m_sema;
140 semaphore_wait(m_sema);
162 semaphore_signal(m_sema);
180 sem_t m_sema;
194 sem_destroy(&m_sema);
202 rc = sem_wait(&m_sema);
239 sem_post(&m_sema);
246 sem_post(&m_sema);
264 Semaphore m_sema; variable
285 m_sema.wait();
[all …]
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/include/dmlc/
H A Dblockingconcurrentqueue.h121 semaphore_t m_sema;
140 semaphore_wait(m_sema);
162 semaphore_signal(m_sema);
180 sem_t m_sema;
194 sem_destroy(&m_sema);
202 rc = sem_wait(&m_sema);
239 sem_post(&m_sema);
246 sem_post(&m_sema);
264 Semaphore m_sema; variable
285 m_sema.wait();
[all …]
/dports/x11/polybar/polybar-3.5.7/lib/concurrentqueue/include/moodycamel/
H A Dblockingconcurrentqueue.h115 semaphore_t m_sema;
134 semaphore_wait(m_sema);
156 semaphore_signal(m_sema);
174 sem_t m_sema;
188 sem_destroy(&m_sema);
196 rc = sem_wait(&m_sema);
233 sem_post(&m_sema);
240 sem_post(&m_sema);
258 Semaphore m_sema; variable
279 m_sema.wait();
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp38 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer()
117 if (!m_sema) in SynthesizeFunctionResult()
159 if (!m_sema) in SynthesizeObjCMethodResult()
317 m_sema->RequireCompleteType(last_expr->getSourceRange().getBegin(), in SynthesizeBodyResult()
336 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()
338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
368 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
374 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt( in SynthesizeBodyResult()
497 m_sema = &S; in InitializeSema()
[all …]
H A DCxxModuleHandler.h38 clang::Sema *m_sema = nullptr; variable
60 bool isValid() const { return m_sema != nullptr; } in isValid()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp38 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer()
117 if (!m_sema) in SynthesizeFunctionResult()
159 if (!m_sema) in SynthesizeObjCMethodResult()
317 m_sema->RequireCompleteType(last_expr->getSourceRange().getBegin(), in SynthesizeBodyResult()
336 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()
338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
368 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
374 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt( in SynthesizeBodyResult()
499 m_sema = &S; in InitializeSema()
[all …]
H A DCxxModuleHandler.h38 clang::Sema *m_sema = nullptr; in CxxModuleHandler()
60 bool isValid() const { return m_sema != nullptr; } in CxxModuleHandler()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp38 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer()
117 if (!m_sema) in SynthesizeFunctionResult()
159 if (!m_sema) in SynthesizeObjCMethodResult()
317 m_sema->RequireCompleteType(last_expr->getSourceRange().getBegin(), in SynthesizeBodyResult()
336 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()
338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
368 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
374 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt( in SynthesizeBodyResult()
497 m_sema = &S; in InitializeSema()
[all …]
H A DCxxModuleHandler.h38 clang::Sema *m_sema = nullptr; variable
60 bool isValid() const { return m_sema != nullptr; } in isValid()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp38 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer()
117 if (!m_sema) in SynthesizeFunctionResult()
159 if (!m_sema) in SynthesizeObjCMethodResult()
317 m_sema->RequireCompleteType(last_expr->getSourceRange().getBegin(), in SynthesizeBodyResult()
336 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()
338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
368 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
374 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt( in SynthesizeBodyResult()
499 m_sema = &S; in InitializeSema()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp38 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer()
117 if (!m_sema) in SynthesizeFunctionResult()
159 if (!m_sema) in SynthesizeObjCMethodResult()
317 m_sema->RequireCompleteType(last_expr->getSourceRange().getBegin(), in SynthesizeBodyResult()
336 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()
338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
368 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
374 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt( in SynthesizeBodyResult()
499 m_sema = &S; in InitializeSema()
[all …]
H A DCxxModuleHandler.h38 clang::Sema *m_sema = nullptr; variable
60 bool isValid() const { return m_sema != nullptr; } in isValid()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp38 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer()
117 if (!m_sema) in SynthesizeFunctionResult()
159 if (!m_sema) in SynthesizeObjCMethodResult()
317 m_sema->RequireCompleteType(last_expr->getSourceRange().getBegin(), in SynthesizeBodyResult()
336 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()
338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
368 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
374 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt( in SynthesizeBodyResult()
499 m_sema = &S; in InitializeSema()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp38 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer()
117 if (!m_sema) in SynthesizeFunctionResult()
159 if (!m_sema) in SynthesizeObjCMethodResult()
317 m_sema->RequireCompleteType(last_expr->getSourceRange().getBegin(), in SynthesizeBodyResult()
336 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()
338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
368 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
374 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt( in SynthesizeBodyResult()
499 m_sema = &S; in InitializeSema()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp38 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer()
117 if (!m_sema) in SynthesizeFunctionResult()
159 if (!m_sema) in SynthesizeObjCMethodResult()
317 m_sema->RequireCompleteType(last_expr->getSourceRange().getBegin(), in SynthesizeBodyResult()
336 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()
338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
368 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
374 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt( in SynthesizeBodyResult()
499 m_sema = &S; in InitializeSema()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp38 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer()
117 if (!m_sema) in SynthesizeFunctionResult()
159 if (!m_sema) in SynthesizeObjCMethodResult()
328 m_sema->RequireCompleteType(SourceLocation(), expr_qual_type, in SynthesizeBodyResult()
346 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()
348 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
361 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
378 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
384 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt( in SynthesizeBodyResult()
507 m_sema = &S; in InitializeSema()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp38 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer()
117 if (!m_sema) in SynthesizeFunctionResult()
159 if (!m_sema) in SynthesizeObjCMethodResult()
317 m_sema->RequireCompleteType(last_expr->getSourceRange().getBegin(), in SynthesizeBodyResult()
336 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()
338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
368 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
374 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt( in SynthesizeBodyResult()
499 m_sema = &S; in InitializeSema()
[all …]
/dports/audio/kwave/kwave-21.12.3/libkwave/modules/
H A DSampleBuffer.cpp30 m_data(), m_offset(0), m_buffered(0), m_sema(1) in SampleBuffer()
37 m_sema.acquire(); in ~SampleBuffer()
135 m_sema.acquire(); in enqueue()
144 m_sema.release(); in emitData()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Dpth_broadcast.c62 struct csema* m_sema; member
68 p->m_sema = 0; in cthread_ctr()
99 csema_v(thread_info->m_sema); in thread_func()
156 p->m_sema = &sema; in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Dpth_broadcast.c62 struct csema* m_sema; member
68 p->m_sema = 0; in cthread_ctr()
99 csema_v(thread_info->m_sema); in thread_func()
156 p->m_sema = &sema; in main()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/log/
H A Dlog0sync.cc162 binary_semaphore m_sema; member
164 group_commit_waiter_t() :m_value(), m_sema(), m_next() {} in group_commit_waiter_t()
243 thread_local_waiter.m_sema.wait(); in acquire()
299 cur->m_sema.wake(); in release()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/log/
H A Dlog0sync.cc162 binary_semaphore m_sema; member
164 group_commit_waiter_t() :m_value(), m_sema(), m_next() {} in group_commit_waiter_t()
243 thread_local_waiter.m_sema.wait(); in acquire()
299 cur->m_sema.wake(); in release()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Symbol/
H A DCxxModuleHandler.h38 clang::Sema *m_sema = nullptr; variable
60 bool isValid() const { return m_sema != nullptr; } in isValid()

1234