/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | amx.c | 692 pthread_t thread; member 726 * The last thread's last unlock will be for in check_tiledata() 727 * thread 0's mutex. However, thread 0 will in check_tiledata() 739 * Return this thread's finfo, which is in check_tiledata() 740 * a unique value for this thread. in check_tiledata() 764 if (pthread_create(&finfo[i].thread, NULL, check_tiledata, &finfo[i])) in create_threads() 803 * This thread wakes up thread 0 in test_context_switch() 807 * the last thread wil in test_context_switch() [all...] |
H A D | test_shadow_stack.c | 486 pthread_t thread; in test_userfaultfd() local 514 if (pthread_create(&thread, NULL, &uffd_thread, &uffd)) in test_userfaultfd() 520 if (pthread_join(thread, &res)) in test_userfaultfd()
|
H A D | fsgsbase.c | 241 printf("\tother thread: ARCH_SET_GS(0x%lx)%s -- sel is 0x%hx\n", in do_remote_base() 251 * that GSBASE == 0 (i.e. thread.gsbase == 0). in load_gs() 348 * thread.gsbase == 0. in threadproc() 354 errx(1, "helper thread got bad command"); in threadproc() 433 printf("[RUN]\tARCH_SET_GS(0), clear gs, then manipulate GSBASE in a different thread\n"); in test_unexpected_base() 597 pthread_t thread; in main() local 639 if (pthread_create(&thread, 0, threadproc, 0) != 0) in main() 677 ftx = 3; /* Kill the thread. */ in main() 680 if (pthread_join(thread, NULL) != 0) in main()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-inject.c | 27 #include "util/thread.h" 64 /* Thread ID of QEMU thread */ 72 /* Thread ID of QEMU thread */ 416 struct thread *thread; in findnew_dso() local 422 thread = machine__findnew_thread(machine, pid, tid); in findnew_dso() 423 if (thread == NULL) { in findnew_dso() 429 nsi = nsinfo__get(thread__nsinfo(thread)); in findnew_dso() 442 dso = machine__findnew_vdso(machine, thread); in findnew_dso() 455 thread__put(thread); in findnew_dso() 753 struct thread *thread; perf_event__inject_buildid() local [all...] |
/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
|
/test/ostest/wukong/test/unittest/ |
H A D | wukong_test.cpp | 17 #include <thread>
|
/test/xts/acts/ai/neural_network_runtime/v1_0/stability/src/ |
H A D | MultiThreadTest.cpp | 18 #include <thread>
|