Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/include/
Dmtmanaged_thread.h272 REQUIRES(cond_lock_) in REQUIRES() function
436 …thLockHeldInternal(uint64_t timeout, uint64_t nanos, bool is_absolute = false) REQUIRES(cond_lock_) in REQUIRES() function
/ark/runtime_core/runtime/
Dthread_pool.h232 void StopWorker(std::thread *worker, size_t thread_id = 0) REQUIRES(scale_lock_) in REQUIRES() function
Dthread_manager.h77 REQUIRES(thread_lock_) in REQUIRES() function
/ark/runtime_core/libpandabase/
Dclang.h55 #define REQUIRES(...) THREAD_ANNOTATION_ATTRIBUTE__(requires_capability(__VA_ARGS__)) macro