Home
last modified time | relevance | path

Searched full:owned (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/annotations/
Dannotation_@State.sts17 desc: 04.01 State owned by a Component @State
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml164 a value in accumulator not owned by any thread
196 a value in accumulator is owned by other thread
311 …Check that a thread will be blocked on monitorenter if a monitor is already owned by other thread …
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dgui.rst131 /* Person object and sub-objects owned by the parent Component */
188 // to Person object owned by parent Component.
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.h67 CompletionEvent *completionEvent; ///< not owned by this structure, just passed!
270 CompletionEvent *completionEvent = nullptr; ///< is owned by this structure
Dcoroutine.cpp91 // delete the event as it is owned by the ManagedEntrypointData instance in ~ManagedEntrypointData()
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.h129 …* @tparam for_other_thread include logic for inflation of monitor owned by other thread. Should be…
Dmonitor.cpp333 … LOG(DEBUG, RUNTIME) << "Caling MonitorEnter on object which isn't owned by this thread"; in MonitorExit()
695 LOG(FATAL, RUNTIME) << "Releasing lock which isn't owned by this thread"; in Acquire()
716 LOG(FATAL, RUNTIME) << "Releasing lock which isn't owned by this thread"; in Acquire()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmtmanaged_thread.h368 // Count of monitors owned by this thread
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dsp_mc_lock_free_queue.h182 * @param current_pop_index: value of pop_index_ that are owned by thread
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp68 …// Set pointer to owned instruction into new storage NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-p… in Reallocate()
/arkcompiler/runtime_core/docs/
Dir_format.md258 … that describes which instruction defines value for corresponding operand of the owned instruction.
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp211 … LOG(ERROR, HOTRELOAD) << "Class lock " << hCls.className_ << " are already owned by this thread."; in ValidateClassForHotreload()
/arkcompiler/runtime_core/static_core/docs/
Dir_format.md267 … that describes which instruction defines value for corresponding operand of the owned instruction.
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp232 …// Set pointer to owned instruction into new storage NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-p… in Reallocate()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp855 * @tc.desc: An array of self owned property names used to validate the acquisition of objects.
/arkcompiler/jsvm/interface/kits/
Djsvm.h2336 * object with one owned by the addon to ensure that the object has the right type.
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2owned by a decorator.");var o=e.factory.createCallExpression(a.expression,void 0,void 0);t.replace…
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js9196 3815: "Component not owned by this entity",