| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_array_iterator.cpp | 27 JSThread *thread = argv->GetThread(); in Next() local 34 JSTaggedValue JSArrayIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument [all...] |
| H A D | js_arguments.cpp | 22 bool JSArguments::GetOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetOwnProperty() argument 42 bool JSArguments::DefineOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DefineOwnProperty() argument 55 OperationResult JSArguments::GetProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetProperty() argument 64 bool JSArguments::SetProperty(JSThread *thread, cons argument 72 DeleteProperty(JSThread *thread, const JSHandle<JSArguments> &args, const JSHandle<JSTaggedValue> &key) DeleteProperty() argument [all...] |
| H A D | js_arguments.h | 42 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSObject> &obj, in GetProperty() argument 50 static inline bool SetProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, in SetProperty() argument
|
| H A D | js_generator_object.cpp | 24 JSGeneratorState JSGeneratorObject::GeneratorValidate(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in GeneratorValidate() argument 48 JSHandle<JSObject> JSGeneratorObject::GeneratorResume(JSThread *thread, const JSHandle<JSGeneratorObject> &generator, in GeneratorResume() argument 86 GeneratorResumeAbrupt(JSThread *thread, const JSHandle<JSGeneratorObject> &generator, const JSHandle<CompletionRecord> &abruptCompletion) GeneratorResumeAbrupt() argument [all...] |
| H A D | js_proxy.h | 48 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty() argument 56 SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow = false) SetProperty() argument [all...] |
| H A D | js_primitive_ref.cpp | 22 JSHandle<JSPrimitiveRef> JSPrimitiveRef::StringCreate(JSThread *thread, const JSHandle<JSTaggedValue> &value, in StringCreate() argument 48 bool JSPrimitiveRef::StringGetIndexProperty(const JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, in StringGetIndexProperty() argument [all...] |
| H A D | js_regexp_iterator.cpp | 28 JSThread *thread = argv->GetThread(); in Next() local 105 CreateRegExpStringIterator(JSThread *thread, const JSHandle<JSTaggedValue> &matcher, const JSHandle<EcmaString> &inputStr, bool global, bool fullUnicode) CreateRegExpStringIterator() argument [all...] |
| H A D | js_stable_array.h | 110 JSThread *thread; global() member [all...] |
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| H A D | dfx_unwind_async_thread.h | 31 DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64_t stackId) in DfxUnwindAsyncThread() argument
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
| H A D | hc_thread.c | 31 HcThread* thread = (HcThread*)args;
in StaticThreadFunc() local 56 Start(struct HcThreadT *thread) Start() argument 88 Join(struct HcThreadT *thread) Join() argument 100 BizWait(struct HcThreadT *thread) BizWait() argument 108 BizNotify(struct HcThreadT *thread) BizNotify() argument 116 InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) InitThread() argument 154 DestroyThread(HcThread *thread) DestroyThread() argument [all...] |
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
| H A D | hc_thread.c | 27 HcThread *thread = (HcThread*)args;
in StaticThreadFunc() local 49 Start(struct HcThreadT *thread) Start() argument 81 Join(struct HcThreadT *thread) Join() argument 99 BizWait(struct HcThreadT *thread) BizWait() argument 107 BizNotify(struct HcThreadT *thread) BizNotify() argument 115 InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) InitThread() argument 154 DestroyThread(HcThread *thread) DestroyThread() argument [all...] |
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
| H A D | hc_thread.h | 36 pthread_t thread;
member
|
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
| H A D | hc_thread.h | 32 pthread_t thread;
member
|
| /base/update/updater/services/applypatch/ |
| H A D | update_progress.cpp | 43 void SetProgressExitFlag(pthread_t &thread) in SetProgressExitFlag() argument 75 int CreateProgressThread(Uscript::UScriptEnv *env, pthread_t &thread) in CreateProgressThread() argument
|
| /base/update/updater/test/unittest/applypatch_test/ |
| H A D | update_progress_unittest.cpp | 62 pthread_t thread; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/component_test/ |
| H A D | idle_watcher.h | 43 RefPtr<TaskRunnerAdapter> thread; member in OHOS::Ace::ComponentTest::IdleMonitorThread
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/offscreen_render/ |
| H A D | rs_offscreen_render_thread_test.cpp | 91 std::shared_ptr<RSOffscreenRenderThread> thread = std::make_shared<RSOffscreenRenderThread>(); in HWTEST_F() local [all...] |
| /foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/ |
| H A D | thread_pool.h | 49 mutable std::thread thread; member
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | dsdebug.c | 94 struct acpi_thread_state *thread; in acpi_ds_dump_method_stack() local
|
| H A D | dbobject.c | 37 struct acpi_thread_state *thread; in acpi_db_dump_method_info() local
|
| /kernel/linux/linux-5.10/arch/x86/um/asm/ |
| H A D | processor_64.h | 24 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread() argument
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| H A D | pj4-cp0.c | 21 struct thread_info *thread = t; in iwmmxt_do() local
|
| /kernel/linux/linux-5.10/arch/arm/nwfpe/ |
| H A D | fpmodule.c | 50 struct thread_info *thread = v; in nwfpe_notify() local
|
| /kernel/linux/linux-5.10/arch/arm/mach-ep93xx/ |
| H A D | crunch.c | 23 void crunch_task_release(struct thread_info *thread) in crunch_task_release() argument 38 struct thread_info *thread = (struct thread_info *)t; in crunch_do() local
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| H A D | kup.h | 29 .macro kuap_save_and_lock sp, thread, gpr1, gpr2, gpr3 variable
|