Home
last modified time | relevance | path

Searched refs:thread (Results 1526 - 1550 of 2400) sorted by relevance

1...<<61626364656667686970>>...96

/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dfault_32.c337 __do_fault_siginfo(code, SIGSEGV, tsk->thread.kregs, address); in force_user_fault()
342 __do_fault_siginfo(BUS_ADRERR, SIGBUS, tsk->thread.kregs, address); in force_user_fault()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol.h111 struct thread *thread; member
/kernel/linux/linux-6.6/include/linux/
H A Dvfio.h346 void (*thread)(void *, void *); member
356 void (*thread)(void *, void *), void *data,
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Delf.h169 elf_common_init(&current->thread, _r, 0)
172 elf_common_init(&current->thread, regs, __USER_DS)
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhw_breakpoint.c472 struct thread_struct *t = &tsk->thread; in flush_ptrace_hw_breakpoint()
570 if ((current->thread.virtual_dr6 & DR_TRAP_BITS) || in hw_breakpoint_handler()
/kernel/liteos_a/testsuites/unittest/common/
H A DosTest.cpp309 UINT32 PosixPthreadDestroy(pthread_attr_t *attr, pthread_t thread) in PosixPthreadDestroy() argument
313 uwRet = pthread_join(thread, NULL); in PosixPthreadDestroy()
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dsys_arch.c57 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stackSize, int prio) in sys_thread_new() argument
69 task.pfnTaskEntry = (TSK_ENTRY_FUNC)thread; in sys_thread_new()
111 * or is being locked by another thread */ in sys_arch_protect()
116 /* It is already locked by THIS thread */ in sys_arch_protect()
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H A Dprt_dispatch.S13 @ * Description: thread scheduler
109 @use PSP in thread mode from now
232 @thread mode msp
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsys_arch.c42 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stackSize, int prio) in sys_thread_new() argument
54 task.taskEntry = (TskEntryFunc)thread; in sys_thread_new()
97 * or is being locked by another thread */ in sys_arch_protect()
101 /* It is already locked by THIS thread */ in sys_arch_protect()
/test/xts/dcts/distributedhardware/distributedscreentest/
H A Ddecoder_demo.cpp130 inputLoop_ = make_unique<thread>(&VDecDemo::InputFunc, this); in Start()
131 outputLoop_ = make_unique<thread>(&VDecDemo::OutputFunc, this); in Start()
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/
H A Dhdi_common_v1_1.h20 #include <thread>
181 std::thread* consumerThread_ = nullptr;
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/
H A Dhdi_common_v1_1.h20 #include <thread>
181 std::thread* consumerThread_ = nullptr;
/third_party/libunwind/libunwind/doc/
H A Dunw_resume.tex32 another thread results in undefined behavior (e.g., the program may
69 \Func{unw\_resume}() is thread-safe. If cursor \Var{cp} is in the
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c110 "time-schedule [-h] [-thread] [-notest] [-pipe] [-fpu] [num_running]"; in main()
121 if (strcmp(argv[count], "-thread") == 0) { in main()
142 "\t-thread\t\tswitch threads not processes\n"); in main()
310 <use_threads> If TRUE, the yielding process is just a thread. in run_yielder()
318 pthread_t thread; in run_yielder() local
321 if (pthread_create(&thread, NULL, yielder_main, NULL) != 0) { in run_yielder()
322 fprintf(stderr, "Error creating thread\t%s\n", in run_yielder()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCompileServer.cpp45 #include <thread>
260 std::thread CompileThread([this, &InputStream]() { in run()
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dmain.cc23 #include <thread> // NOLINT
355 std::thread([=] { in RunServer()
/third_party/skia/tools/
H A Dremote_demo.cpp16 #include <thread>
320 std::thread(gpu, render_to_gpu[kRead], gpu_to_render[kWrite]).detach(); in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dsysinfo.cc49 #include <thread> // NOLINT(build/c++11)
138 return std::thread::hardware_concurrency(); in GetNumCPUs()
244 // our thread was preempted between clock reads.
389 // There is no current thread context in vcore context, but we need to give in GetTID()
390 // a reasonable answer if asked for a thread ID (e.g., in a signal handler). in GetTID()
395 // struct pthread_tcb, so we extract and return the thread ID from that. in GetTID()
397 // TODO(dcross): Akaros anticipates moving the thread ID to the uthread in GetTID()
421 // We set a bit per thread in this array to indicate that an ID is in
451 // Return a per-thread small integer ID from pthread's thread
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
H A Dsyscalls.rs1 //! linux_raw syscalls supporting `rustix::thread`.
16 use crate::thread::{ClockId, FutexFlags, FutexOperation, NanosleepRelativeResult, Timespec};
294 pub(crate) fn unshare(flags: crate::thread::UnshareFlags) -> io::Result<()> {
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dvsie.c909 if (current->thread.gmap_int_code == PGM_PROTECTION) in handle_fault()
912 current->thread.gmap_addr, 1); in handle_fault()
915 current->thread.gmap_addr, NULL); in handle_fault()
918 current->thread.gmap_addr, in handle_fault()
919 current->thread.gmap_write_flag); in handle_fault()
921 vsie_page->fault_addr = current->thread.gmap_addr; in handle_fault()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dvsie.c924 if (current->thread.gmap_int_code == PGM_PROTECTION) in handle_fault()
927 current->thread.gmap_addr, 1); in handle_fault()
930 current->thread.gmap_addr, NULL); in handle_fault()
933 current->thread.gmap_addr, in handle_fault()
934 current->thread.gmap_write_flag); in handle_fault()
936 vsie_page->fault_addr = current->thread.gmap_addr; in handle_fault()
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c134 /* PID of the monitoring thread */
135 struct task_struct *thread; member
140 /* Flag indicating the thread should wake up now */
143 /* Delay the main thread should use */
812 * already in progress, we do nothing but awake the kernel thread to in dvb_ca_en50221_write_data()
1014 /* EN50221 thread functions */
1017 * Wake up the DVB CA thread
1027 wake_up_process(ca->thread); in dvb_ca_en50221_thread_wakeup()
1031 * Update the delay used by the thread.
1299 * Kernel thread whic
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c134 /* PID of the monitoring thread */
135 struct task_struct *thread; member
140 /* Flag indicating the thread should wake up now */
143 /* Delay the main thread should use */
812 * already in progress, we do nothing but awake the kernel thread to in dvb_ca_en50221_write_data()
1014 /* EN50221 thread functions */
1017 * dvb_ca_en50221_thread_wakeup - Wake up the DVB CA thread
1027 wake_up_process(ca->thread); in dvb_ca_en50221_thread_wakeup()
1031 * dvb_ca_en50221_thread_update_delay - Update the delay used by the thread.
1300 * Kernel thread whic
[all...]
/third_party/ffmpeg/tests/fate/
H A Dvcodec.mak251 mpeg2-thread \
252 mpeg2-thread-ivlc
277 fate-vsynth%-mpeg2-thread: ENCOPTS = -qscale 10 -bf 2 -flags +ildct+ilme \
279 fate-vsynth%-mpeg2-thread-ivlc: ENCOPTS = -qscale 10 -bf 2 -flags +ildct+ilme \
288 mpeg4-thread \
328 fate-vsynth%-mpeg4-thread: ENCOPTS = -b 500k -flags +mv4+aic \
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp955 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent) in Create() argument
963 HANDLE h[] = { thread, _createDialogEvent }; in Create()
978 thread.Wait_Close(); in Create()
1398 NWindows::CThread thread; in Create() local
1399 const WRes wres = thread.Create(MyThreadFunction, this); in Create()
1402 CProgressDialog::Create(title, thread, parentWindow); in Create()

Completed in 26 milliseconds

1...<<61626364656667686970>>...96