Home
last modified time | relevance | path

Searched refs:NotifyAll (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor_object_lock.cpp51 void ObjectLock::NotifyAll() in NotifyAll() function in ark::ObjectLock
53 Monitor::State state = Monitor::NotifyAll(objHandler_.GetPtr()); in NotifyAll()
54 LOG_IF(state != Monitor::State::OK, FATAL, RUNTIME) << "Monitor::NotifyAll() failed"; in NotifyAll()
H A Dglobal_object_lock.h32 void NotifyAll();
H A Dmonitor_object_lock.h33 void NotifyAll();
H A Dglobal_object_lock.cpp49 void GlobalObjectLock::NotifyAll() in NotifyAll() function in ark::GlobalObjectLock
H A Dclass_initializer.cpp77 void NotifyAll() {} in NotifyAll() function in ark::ObjectLockConfig::DummyObjectLock
312 lock.NotifyAll();
325 lock.NotifyAll();
346 lock.NotifyAll();
352 lock.NotifyAll();
H A Dmonitor.h120 static State NotifyAll(ObjectHeader *obj);
H A Dintrinsics.cpp401 Monitor::State state = Monitor::NotifyAll(header); in ObjectNotifyAll()
402 LOG_IF(state != Monitor::State::OK, FATAL, RUNTIME) << "Monitor::NotifyAll() failed"; in ObjectNotifyAll()
H A Dmonitor.cpp531 Monitor::State Monitor::NotifyAll(ObjectHeader *obj) in NotifyAll() function in ark::Monitor
549 // NotifyAll should be called under the monitor. We checked it in the previous if. in NotifyAll()
572 LOG(ERROR, RUNTIME) << "Try to perform NotifyAll from unsupported state"; in NotifyAll()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_SyncPrimitives.cpp81 EtsCondVar::FromEtsObject(condVar)->NotifyAll(EtsMutex::FromEtsObject(mutex)); in EtsCondVarNotifyAll()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_sync_primitives.h212 void NotifyAll([[maybe_unused]] EtsMutex *mutex);
H A Dets_sync_primitives.cpp124 void EtsCondVar::NotifyAll([[maybe_unused]] EtsMutex *mutex) in NotifyAll() function in ark::ets::EtsCondVar
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h155 void NotifyAll(std::string tag = "");
H A Dpgo_profiler.cpp400 NotifyAll("[StopPGODump::STOP]"); in StopPGODump()
434 void PGOProfiler::NotifyAll(std::string tag) in NotifyAll() function in panda::ecmascript::pgo::PGOProfiler

Completed in 9 milliseconds