Home
last modified time | relevance | path

Searched refs:thread (Results 1476 - 1500 of 2392) sorted by relevance

1...<<51525354555657585960>>...96

/drivers/peripheral/camera/test/ut/pipeline_core/
H A Dstream_pipeline_builder_test.cpp16 #include <thread>
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/fork_node/
H A Dfork_node.h45 std::shared_ptr<std::thread> forkThread_ = nullptr;
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_netlink_monitor.cpp34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init()
/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/
H A Dsorft_vsync.cpp28 thread_ = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init()
29 DISPLAY_CHK_RETURN((thread_ == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_dfx.h24 #include <thread>
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dfpsimd.c31 struct user_fpsimd_state *fpsimd = &current->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
34 * Make sure the host task thread flags and fpsimd state are in kvm_arch_vcpu_run_map_fp()
/kernel/linux/linux-5.10/arch/h8300/kernel/
H A Dasm-offsets.c28 OFFSET(TASK_THREAD, task_struct, thread); in main()
37 /* offsets into the thread struct */ in main()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dsys_compat.c92 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dprocessor.h75 /* Free all resources held by a thread. */
76 #define release_thread(thread) do { } while(0)
83 /* Prepare to copy thread state - unlazy all lazy status */
95 * Create a new kernel thread
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dprocessor_32.h92 /* Saved registers when thread is descheduled */
96 /* Various thread flags, see SH_THREAD_xxx */
131 /* Free all resources held by a thread. */
169 * Return saved PC of a blocked thread.
171 #define thread_saved_pc(tsk) (tsk->thread.pc)
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/
H A Dcop2-ex.c106 nlm_cop2_restore(&(current->thread.cp2)); in nlm_cu2_call()
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dstacktrace.c22 struct pt_regs *segv_regs = tsk->thread.segv_regs; in dump_trace()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dsys_compat.c91 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dprocessor_32.h92 /* Saved registers when thread is descheduled */
96 /* Various thread flags, see SH_THREAD_xxx */
166 * Return saved PC of a blocked thread.
168 #define thread_saved_pc(tsk) (tsk->thread.pc)
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dstacktrace.c22 struct pt_regs *segv_regs = tsk->thread.segv_regs; in dump_trace()
/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-5.10/include/soc/nps/
H A Dcommon.h77 u32 __reserved:20, cluster:4, core:4, thread:4; member
/kernel/linux/linux-5.10/kernel/sched/rtg/
H A Dframe_rtg.h66 int thread[MAX_TID_NUM]; member
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A DMakefile30 thread.o \
/kernel/linux/linux-6.6/drivers/md/
H A Draid10.h101 * the new thread here until we fully activate the array.
103 struct md_thread __rcu *thread; member
/kernel/liteos_m/testsuites/sample/posix/mutex/
H A DIt_posix_mutex.h47 UINT32 PosixPthreadDestroy(pthread_attr_t *attr, pthread_t thread);
/kernel/linux/linux-6.6/kernel/sched/rtg/
H A Dframe_rtg.h67 int thread[MAX_TID_NUM]; member
/kernel/linux/linux-6.6/sound/soc/intel/common/
H A Dsst-dsp.h25 irqreturn_t (*thread)(int irq, void *context); member
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
H A Dprocess_test_041.cpp50 bool thread = false; in GroupProcess() local
/third_party/libunwind/libunwind/doc/
H A Dunw_strerror.tex30 \Func{unw\_strerror}() is thread-safe as well as safe to use

Completed in 8 milliseconds

1...<<51525354555657585960>>...96