Home
last modified time | relevance | path

Searched defs:thread (Results 1 - 25 of 1691) sorted by relevance

12345678910>>...68

/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dthread.h21 class thread { class
29 explicit thread(const char* name, qos qos_, Fn&& fn, Args&&... args) in thread() function in ffrt::thread
42 explicit thread(qos qos_, Fn&& fn, Args&&... args) in thread() function in ffrt::thread
57 explicit thread(Fn&& fn, Args&& ... args) in thread() function in ffrt::thread
[all...]
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dasmmacro-64.h16 stptr.d s0, \thread, THREAD_REG23 variable
17 stptr.d s1, \thread, THREAD_REG24 variable
18 stptr.d s2, \thread, THREAD_REG25 variable
19 stptr.d s3, \thread, THREAD_REG26 variable
20 stptr.d s4, \thread, THREAD_REG27 variable
21 stptr.d s5, \thread, THREAD_REG28 variable
22 stptr.d s6, \thread, THREAD_REG29 variable
23 stptr.d s7, \thread, THREAD_REG30 variable
24 stptr.d s8, \thread, THREAD_REG3 variable
25 stptr.d sp, \\thread, THREAD_REG03 global() variable
26 stptr.d fp, \\thread, THREAD_REG22 global() variable
30 ldptr.d s0, \\thread, THREAD_REG23 global() variable
31 ldptr.d s1, \\thread, THREAD_REG24 global() variable
32 ldptr.d s2, \\thread, THREAD_REG25 global() variable
33 ldptr.d s3, \\thread, THREAD_REG26 global() variable
34 ldptr.d s4, \\thread, THREAD_REG27 global() variable
35 ldptr.d s5, \\thread, THREAD_REG28 global() variable
36 ldptr.d s6, \\thread, THREAD_REG29 global() variable
37 ldptr.d s7, \\thread, THREAD_REG30 global() variable
38 ldptr.d s8, \\thread, THREAD_REG31 global() variable
39 ldptr.d sp, \\thread, THREAD_REG03 global() variable
40 ldptr.d fp, \\thread, THREAD_REG22 global() variable
41 ldptr.d ra, \\thread, THREAD_REG01 global() variable
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_lock.cpp20 RuntimeLockHolder::RuntimeLockHolder(JSThread *thread, Mutex &mtx) in RuntimeLockHolder() argument
H A Djs_string_iterator.cpp20 JSHandle<JSStringIterator> JSStringIterator::CreateStringIterator(const JSThread *thread, in CreateStringIterator() argument
H A Dtagged_array-inl.h24 inline void TaggedArray::Set(const JSThread *thread, uint32_t idx, const T &value) in Set() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dthread.h19 namespace panda::os::thread { namespace in panda::os
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dthread.h19 namespace panda::os::thread { namespace in panda::os
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dthread.h23 namespace ark::os::thread { namespace in ark::os
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dthread.h19 namespace ark::os::thread { namespace in ark::os
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_finalization_registry.cpp27 ManagedThread *thread = ManagedThread::GetCurrent(); in StdFinalizationRegistryRegisterInstance() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_cjs_exports.cpp21 JSThread *thread = argv->GetThread(); in CjsExportsConstructor() local
H A Dbuiltins_shared_function.cpp22 JSThread *thread = argv->GetThread(); in SharedFunctionConstructor() local
H A Dbuiltins_shared_object.cpp22 JSThread *thread = argv->GetThread(); in SharedObjectConstructor() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dproperty_box.cpp19 void PropertyBox::Clear(const JSThread *thread) in Clear() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A Dthread.h26 typedef std::thread thread; typedef
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Dthread.h41 typedef std::thread thread; typedef
[all...]
/arkcompiler/runtime_core/platforms/common/runtime/
H A Dthread.cpp23 void Thread::SetCurrent(Thread *thread) in SetCurrent() argument
/arkcompiler/runtime_core/static_core/platforms/common/runtime/
H A Dthread.cpp23 void Thread::SetCurrent(Thread *thread) in SetCurrent() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dhandle_base-inl.h25 HandleBase::HandleBase(ManagedThread *thread, T value) in HandleBase() argument
H A Druntime_helpers.cpp28 auto thread = ManagedThread::GetCurrent(); in PrintStackTrace() local
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_interpreter_impl.cpp24 void ExecuteImpl(ManagedThread *thread, const uint8_t *pc, Frame *frame) in ExecuteImpl() argument
H A Dtest_interpreter.cpp23 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame) in Execute() argument
/kernel/linux/linux-5.10/sound/soc/intel/common/
H A Dsst-dsp.h25 irqreturn_t (*thread)(int irq, void *context); member
/kernel/linux/linux-6.6/sound/soc/intel/common/
H A Dsst-dsp.h25 irqreturn_t (*thread)(int irq, void *context); member
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dweak_ref_semi_gc_test.cpp29 static TaggedArray *ArrayTestCreate(JSThread *thread) in ArrayTestCreate() argument
[all...]

Completed in 4 milliseconds

12345678910>>...68