/drivers/peripheral/camera/test/ut/pipeline_core/ |
H A D | stream_pipeline_builder_test.cpp | 16 #include <thread>
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/fork_node/ |
H A D | fork_node.h | 45 std::shared_ptr<std::thread> forkThread_ = nullptr;
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_netlink_monitor.cpp | 34 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 D | sorft_vsync.cpp | 28 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 D | thermal_dfx.h | 24 #include <thread>
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | fpsimd.c | 31 struct user_fpsimd_state *fpsimd = ¤t->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 D | asm-offsets.c | 28 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 D | sys_compat.c | 92 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A D | processor.h | 75 /* 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 D | processor_32.h | 92 /* 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 D | cop2-ex.c | 106 nlm_cop2_restore(&(current->thread.cp2)); in nlm_cu2_call()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | stacktrace.c | 22 struct pt_regs *segv_regs = tsk->thread.segv_regs; in dump_trace()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | sys_compat.c | 91 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | processor_32.h | 92 /* 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 D | stacktrace.c | 22 struct pt_regs *segv_regs = tsk->thread.segv_regs; in dump_trace()
|
/kernel/linux/linux-5.10/sound/soc/intel/common/ |
H A D | sst-dsp.h | 25 irqreturn_t (*thread)(int irq, void *context); member
|
/kernel/linux/linux-5.10/include/soc/nps/ |
H A D | common.h | 77 u32 __reserved:20, cluster:4, core:4, thread:4; member
|
/kernel/linux/linux-5.10/kernel/sched/rtg/ |
H A D | frame_rtg.h | 66 int thread[MAX_TID_NUM]; member
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | Makefile | 30 thread.o \
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid10.h | 101 * 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 D | It_posix_mutex.h | 47 UINT32 PosixPthreadDestroy(pthread_attr_t *attr, pthread_t thread);
|
/kernel/linux/linux-6.6/kernel/sched/rtg/ |
H A D | frame_rtg.h | 67 int thread[MAX_TID_NUM]; member
|
/kernel/linux/linux-6.6/sound/soc/intel/common/ |
H A D | sst-dsp.h | 25 irqreturn_t (*thread)(int irq, void *context); member
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
H A D | process_test_041.cpp | 50 bool thread = false; in GroupProcess() local
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_strerror.tex | 30 \Func{unw\_strerror}() is thread-safe as well as safe to use
|