Searched full:owner (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/ |
| D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 179 Copyright [yyyy] [name of copyright owner]
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
| /arkcompiler/ets_frontend/ |
| D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
| /arkcompiler/runtime_core/runtime/ |
| D | monitor.cpp | 103 MTManagedThread *owner = nullptr; in InflateThinLock() local 109 …owner = thread->GetVM()->GetThreadManager()->SuspendAndWaitThreadByInternalThreadId(owner_thread_i… in InflateThinLock() 114 if (owner != nullptr) { in InflateThinLock() 116 Inflate<true>(obj_handle.GetPtr(), owner); in InflateThinLock() 117 owner->ResumeImpl(true); in InflateThinLock() 546 MTManagedThread *owner = this->GetOwner(); in Acquire() local 547 if (owner == thread) { in Acquire() 583 LOG(FATAL, RUNTIME) << "Set monitor owner failed in Acquire"; in Acquire() 605 LOG(FATAL, RUNTIME) << "Set monitor owner failed in Acquire"; in Acquire() 628 LOG(FATAL, RUNTIME) << "Set monitor owner failed in InitWithOwner"; in Acquire() [all …]
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | mutex.h | 54 // Registers `thread` as mutex's owner and locks it 58 // Unegisters `thread` as mutex's owner and unlocks it 221 // Exclusive owner.
|
| D | mutex.cpp | 121 LOG(FATAL, COMMON) << "RWLock destruction failed; RWLock has an owner!"; in ~RWLock() 259 …// Reset exclusive owner before changing state to avoid check failures if other thread sees UNLOCK… in WriteUnlock() 428 // This thread is owner of current mutex, do requeue to mutex waitqueue in SignalCount()
|
| D | fmutex.cpp | 161 FAIL_WITH_MESSAGE("Mutex destruction failed; mutex has an owner!"); in MutexDestroy() 280 …// Reset exclusive owner before changing state to avoid check failures if other thread sees UNLOCK… in MutexUnlock()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | monitor.yaml | 80 … monitor owner. If monitor is alread belongs to the thread, monitor count is incremented by one.
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 410 …* Also user has properties value to determine owner instruction and corresponding index of the inp…
|