Home
last modified time | relevance | path

Searched defs:thread (Results 326 - 350 of 1691) sorted by relevance

1...<<11121314151617181920>>...68

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_cjs_module.cpp25 JSThread *thread = argv->GetThread(); in CjsModuleConstructor() local
36 JSThread *thread = msg->GetThread(); in Compiler() local
45 JSThread *thread = msg->GetThread(); in Load() local
54 JSThread *thread in ResolveFilename() local
79 JSThread *thread = msg->GetThread(); Require() local
88 JSThread *thread = msg->GetThread(); GetExportsForCircularRequire() local
97 JSThread *thread = msg->GetThread(); UpdateChildren() local
[all...]
H A Dbuiltins_finalization_registry.cpp26 JSThread *thread = argv->GetThread(); in FinalizationRegistryConstructor() local
63 JSThread *thread = argv->GetThread(); Register() local
102 JSThread *thread = argv->GetThread(); Unregister() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_proxy_test.cpp36 JSHandle<JSObject> BuiltinsTestProxyCreate(JSThread *thread) in BuiltinsTestProxyCreate() argument
[all...]
H A Dbuiltins_sharedarraybuffer_test.cpp36 JSArrayBuffer *CreateJSArrayBuffer(JSThread *thread) in CreateJSArrayBuffer() argument
[all...]
H A Dbuiltins_string_iterator_test.cpp29 static JSTaggedValue CreateBuiltinsJSStringIterator(JSThread *thread, const CString keyCStr) in CreateBuiltinsJSStringIterator() argument
41 JSTaggedValue NextCommon(JSThread* thread, JSHandle<JSStringIterator>& strIter) in NextCommon() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Decma_handle_scope.cpp21 EcmaHandleScope::EcmaHandleScope(JSThread *thread) : thread_(thread) in EcmaHandleScope() argument
87 uintptr_t EcmaHandleScope::NewHandle(JSThread *thread, JSTaggedType value) in NewHandle() argument
133 uintptr_t EcmaHandleScope::NewPrimitiveHandle(JSThread *thread, JSTaggedType value) in NewPrimitiveHandle() argument
H A Delement_accessor.cpp154 void ElementAccessor::CopyJSArrayObject(const JSThread *thread, JSHandle<JSObject>srcObj, JSHandle<JSObject>dstObj, in CopyJSArrayObject() argument
165 void ElementAccessor::CopyJSArrayToTaggedArray(const JSThread *thread, JSHandle<JSObject>srcObj, in CopyJSArrayToTaggedArray() argument
H A Delement_accessor-inl.h29 inline void ElementAccessor::Set(const JSThread *thread, JSHandle<JSObject> receiver, uint32_t idx, in Set() argument
60 void ElementAccessor::FastSet(const JSThread *thread, JSHandle<TaggedArray> elements, uint32_t idx, in FastSet() argument
H A Dglobal_index_map.cpp21 void GlobalIndexMap::Initialize(const JSThread *thread, in Initialize() argument
33 void GlobalIndexMap::InitGlobalIndexMap(const JSThread *thread, in InitGlobalIndexMap() argument
42 void GlobalIndexMap::InitGlobalConst(const JSThread *thread, in InitGlobalConst() argument
67 InitGlobalEnv(const JSThread *thread, JSMutableHandle<PointerToIndexDictionary> globalIndexMap) InitGlobalEnv() argument
92 InitBuiltinEntries(const JSThread *thread, JSMutableHandle<PointerToIndexDictionary> globalIndexMap) InitBuiltinEntries() argument
[all...]
H A Djs_arraybuffer.cpp41 void JSArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, in Attach() argument
57 void JSArrayBuffer::Detach(JSThread *thread, bool transferWithNativeAreaAllocator, bool isSerialize) in Detach() argument
H A Djs_async_from_sync_iterator.cpp25 JSHandle<JSTaggedValue> JSAsyncFromSyncIterator::CreateAsyncFromSyncIterator(JSThread *thread, in CreateAsyncFromSyncIterator() argument
48 JSTaggedValue JSAsyncFromSyncIterator::AsyncFromSyncIteratorContinuation(JSThread *thread, in AsyncFromSyncIteratorContinuation() argument
92 JSThread *thread = argv->GetThread(); AsyncFromSyncIterUnwarpFunction() local
[all...]
H A Djs_finalization_registry.h26 explicit CheckAndCallScope(JSThread *thread) : thread_(thread) in CheckAndCallScope() argument
41 void SetToWeakRefTarget(JSThread *thread, JSTaggedValue value) in SetToWeakRefTarget() argument
[all...]
H A Djs_map.cpp21 void JSMap::Set(JSThread *thread, const JSHandle<JSMap> &map, const JSHandle<JSTaggedValue> &key, in Set() argument
33 bool JSMap::Delete(const JSThread *thread, const JSHandle<JSMap> &map, const JSHandle<JSTaggedValue> &key) in Delete() argument
44 void JSMap::Clear(const JSThread *thread, cons argument
52 Has(JSThread *thread, JSTaggedValue key) const Has() argument
57 Get(JSThread *thread, JSTaggedValue key) const Get() argument
[all...]
H A Djs_set_iterator.cpp27 JSThread *thread = argv->GetThread(); in Next() local
34 JSTaggedValue JSSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
80 Update(const JSThread *thread) Update() argument
102 CreateSetIterator(JSThread *thread, const JSHandle<JSTaggedValue> &obj, IterationKind kind) CreateSetIterator() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.cpp37 NewRuntimeCallInfoBase( JSThread *thread, JSTaggedType func, JSTaggedType thisObj, JSTaggedType newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfoBase() argument
68 NewRuntimeCallInfo( JSThread *thread, JSTaggedValue func, JSTaggedValue thisObj, JSTaggedValue newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfo() argument
76 NewRuntimeCallInfo( JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, JSHandle<JSTaggedValue> newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfo() argument
84 ReBuildRuntimeCallInfo(JSThread *thread, EcmaRuntimeCallInfo* info, int numArgs, StackCheck needCheckStack) ReBuildRuntimeCallInfo() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_thread.cpp26 void JitThread::SetHostThread(JSThread *thread) in SetHostThread() argument
39 JitThread *thread = new JitThread(vm); in Create() local
/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H A Dhc_task_thread.c24 static HcTaskBase* PopTask(HcTaskThread* thread) in PopTask() argument
40 static void PushTask(struct HcTaskThreadT* thread, HcTaskBase* task) in PushTask() argument
54 Clear(struct HcTaskThreadT* thread) Clear() argument
69 StopAndClear(struct HcTaskThreadT* thread) StopAndClear() argument
80 StartTaskThread(struct HcTaskThreadT* thread) StartTaskThread() argument
96 HcTaskThread* thread = (HcTaskThread*)args; TaskThreadLoop() local
121 InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName) InitHcTaskThread() argument
144 DestroyHcTaskThread(HcTaskThread* thread) DestroyHcTaskThread() argument
[all...]
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H A Dhc_task_thread.h34 HcThread thread; member
/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Dthread_pool.cpp69 std::shared_ptr<Thread> thread; in Pop() local
87 void ThreadPool::Push(std::shared_ptr<Thread> &thread) in Push() argument
[all...]
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.cpp81 void SetThreadAttr(WorkerThread* thread, const QoS& qos) in SetThreadAttr() argument
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_condition.cpp299 ffrt_thread_t thread; in HWTEST_F() local
H A Dut_thread.cpp151 ffrt_thread_t thread; in HWTEST_F() local
/kernel/linux/linux-5.10/arch/x86/um/asm/
H A Dprocessor_32.h38 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread() argument
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dtls.h60 struct thread_info *thread; in set_tls() local
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dpsparse.c411 struct acpi_thread_state *thread; in acpi_ps_parse_aml() local
[all...]

Completed in 8 milliseconds

1...<<11121314151617181920>>...68