/third_party/vk-gl-cts/framework/delibs/dethread/ |
H A D | deThreadLocal.h | 32 # define DE_THREAD_LOCAL __declspec(thread)
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | signal.c | 93 err |= __copy_from_user(current->thread.fph, &sc->sc_fr[32], 96*16); in restore_sigcontext() 100 __ia64_load_fpu(current->thread.fph); in restore_sigcontext() 180 if ((current->thread.flags & IA64_THREAD_FPH_VALID)) { in setup_sigcontext() 182 err = __copy_to_user(&sc->sc_fr[32], current->thread.fph, 96*16); in setup_sigcontext()
|
H A D | traps.c | 218 if ((current->thread.flags & IA64_THREAD_FPH_VALID) != 0) { in disabled_fph_fault() 219 __ia64_load_fpu(current->thread.fph); in disabled_fph_fault() 224 * Set mfh because the state in thread.fph does not match the state in in disabled_fph_fault() 295 if (!(current->thread.flags & IA64_THREAD_FPEMU_NOPRINT)) { in handle_fpu_swa() 551 if ((result < 0) || (current->thread.flags & IA64_THREAD_FPEMU_SIGFPE)) { in ia64_fault()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | elf.h | 350 current->thread.abi = &mips_abi; \ 368 current->thread.abi = &mips_abi_n32; \ 383 current->thread.abi = &mips_abi_32; \ 418 current->thread.abi = &mips_abi; \
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | kgdb.c | 196 struct pt_regs *regs = (struct pt_regs *)(p->thread.ksp + in sleeping_thread_to_gdb_regs() 217 PACK64(ptr, p->thread.evr[reg]); in sleeping_thread_to_gdb_regs() 337 memcpy(mem, ¤t->thread.evr[regno-32], in dbg_get_reg() 362 memcpy(¤t->thread.evr[regno-32], mem, in dbg_set_reg()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | elf.h | 334 current->thread.abi = &mips_abi; \ 352 current->thread.abi = &mips_abi_n32; \ 367 current->thread.abi = &mips_abi_32; \ 402 current->thread.abi = &mips_abi; \
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | signal.c | 92 err |= __copy_from_user(current->thread.fph, &sc->sc_fr[32], 96*16); in restore_sigcontext() 99 __ia64_load_fpu(current->thread.fph); in restore_sigcontext() 179 if ((current->thread.flags & IA64_THREAD_FPH_VALID)) { in setup_sigcontext() 181 err = __copy_to_user(&sc->sc_fr[32], current->thread.fph, 96*16); in setup_sigcontext()
|
H A D | traps.c | 218 if ((current->thread.flags & IA64_THREAD_FPH_VALID) != 0) { in disabled_fph_fault() 219 __ia64_load_fpu(current->thread.fph); in disabled_fph_fault() 224 * Set mfh because the state in thread.fph does not match the state in in disabled_fph_fault() 295 if (!(current->thread.flags & IA64_THREAD_FPEMU_NOPRINT)) { in handle_fpu_swa() 551 if ((result < 0) || (current->thread.flags & IA64_THREAD_FPEMU_SIGFPE)) { in ia64_fault()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | kgdb.c | 193 struct pt_regs *regs = (struct pt_regs *)(p->thread.ksp + in sleeping_thread_to_gdb_regs() 214 PACK64(ptr, p->thread.evr[reg]); in sleeping_thread_to_gdb_regs() 334 memcpy(mem, ¤t->thread.evr[regno-32], in dbg_get_reg() 359 memcpy(¤t->thread.evr[regno-32], mem, in dbg_set_reg()
|
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 532 ssize_t proc_read_text(int pid, bool thread, const char *item, char *buf, size_t size) in proc_read_text() argument 538 thread ? "thread-self" : "self", item); in proc_read_text() 545 int proc_read_strstr(int pid, bool thread, const char *item, const char *needle) in proc_read_strstr() argument 549 if (proc_read_text(pid, thread, item, buf, sizeof(buf)) < 0) in proc_read_strstr()
|
/kernel/linux/linux-5.10/drivers/iio/ |
H A D | industrialio-trigger.c | 261 ret = request_threaded_irq(pf->irq, pf->h, pf->thread, in iio_trigger_attach_poll_func() 325 irqreturn_t (*thread)(int irq, void *p), in iio_alloc_pollfunc() 345 pf->thread = thread; in iio_alloc_pollfunc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_slpc.c | 474 struct slpc_thread *thread = container_of(work, typeof(*thread), work); in slpc_spinner_thread() local 476 thread->result = run_test(thread->gt, TILE_INTERACTION); in slpc_spinner_thread()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | map.c | 16 #include "thread.h" 121 char *filename, struct thread *thread) in map__new() 140 nsi = nsinfo__get(thread__nsinfo(thread)); in map__new() 165 dso = machine__findnew_vdso(machine, thread); in map__new() 118 map__new(struct machine *machine, u64 start, u64 len, u64 pgoff, struct dso_id *id, u32 prot, u32 flags, struct build_id *bid, char *filename, struct thread *thread) map__new() argument
|
H A D | cs-etm.c | 36 #include "thread.h" 37 #include "thread-stack.h" 61 * Per-thread ignores the trace channel ID and instead assumes that 89 struct thread *thread; member 90 struct thread *prev_packet_thread; 477 tidq->thread = machine__findnew_thread(&etm->session->machines.host, -1, in cs_etm__init_traceid_queue() 616 * thread at that time must also be assigned to that sample. in cs_etm__packet_swap() 617 * Across discontinuity packets the thread can change, so by in cs_etm__packet_swap() 618 * tracking the thread fo in cs_etm__packet_swap() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 557 ssize_t proc_read_text(int pid, bool thread, const char *item, char *buf, size_t size) in proc_read_text() argument 564 thread ? "thread-self" : "self", item); in proc_read_text() 572 int proc_read_strstr(int pid, bool thread, const char *item, const char *needle) in proc_read_strstr() argument 576 if (proc_read_text(pid, thread, item, buf, sizeof(buf)) < 0) in proc_read_strstr()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-output-test_.cc | 255 // SCOPED_TRACE()s in its own thread only. 261 // spawns thread B | 280 // waits for thread B to finish | 291 ADD_FAILURE() << "Expected failure #1 (in thread B, only trace B alive)."; in ThreadWithScopedTrace() 296 << "Expected failure #3 (in thread B, trace A & B both alive)."; in ThreadWithScopedTrace() 298 ADD_FAILURE() << "Expected failure #4 (in thread B, only trace A alive)."; in ThreadWithScopedTrace() 306 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, &check_points, in TEST() 313 << "Expected failure #2 (in thread A, trace A & B both alive)."; in TEST() 317 ADD_FAILURE() << "Expected failure #5 (in thread A, only trace A alive)."; in TEST() 319 ADD_FAILURE() << "Expected failure #6 (in thread in TEST() [all...] |
/third_party/musl/scripts/build_lite/ |
H A D | Makefile | 137 mv -f src/thread/liteos_a/* src/thread/ && \ 220 mv -f src/thread/linux/* src/thread/ && \
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-starboard.cc | 366 // POSIX thread support. 373 // Synchronizes thread creation 389 Thread* thread = reinterpret_cast<Thread*>(arg); in ThreadEntry() local 391 // we don't know which thread will run first (the original thread or the new in ThreadEntry() 393 { LockGuard<Mutex> lock_guard(&thread->data()->thread_creation_mutex_); } in ThreadEntry() 394 SetThreadName(thread->name()); in ThreadEntry() 395 // DCHECK_NE(thread->data()->thread_, kNoThread); in ThreadEntry() 396 thread->NotifyStartedAndRun(); in ThreadEntry()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Display.h | 141 Error terminate(Thread *thread, TerminateReason terminateReason); 143 // thread-specific backend state through this function. Not called for functions that do not 146 // Called on eglReleaseThread. Backends can tear down thread-specific backend state through 200 Error makeCurrent(Thread *thread, 209 Error destroyContext(Thread *thread, gl::Context *context); 322 Error releaseContext(gl::Context *context, Thread *thread);
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.hpp | 358 int64_t getVertexTime(int thread); 359 int64_t getSetupTime(int thread); 360 int64_t getPixelTime(int thread); 375 void processPrimitiveVertices(int unit, unsigned int start, unsigned int count, unsigned int loop, int thread); 415 Event *resumeApp; // Event for resuming the application thread
|
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 1552 * group-wide total, not its individual thread total. in fill_prstatus() 1734 struct elf_thread_core_info *thread; member 1745 * When a regset has a writeback hook, we call it on each thread before 1835 info->thread = NULL; in fill_note_info() 1846 * Figure out how many notes we're going to need for each thread. in fill_note_info() 1870 * Allocate a structure for each thread. in fill_note_info() 1880 if (ct->task == dump_task || !info->thread) { in fill_note_info() 1881 t->next = info->thread; in fill_note_info() 1882 info->thread = t; in fill_note_info() 1888 t->next = info->thread in fill_note_info() 1985 struct task_struct *thread; global() member [all...] |
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | stacktrace.h | 27 sp = (unsigned long *)task->thread.sp; in stack_pointer()
|
/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
H A D | ptrace.h | 29 #define signal_pt_regs() ((struct pt_regs *)current->thread.esp0)
|
/kernel/linux/linux-5.10/include/linux/sched/ |
H A D | frame_rtg.h | 20 * rtg->curr_window_exec -=> the thread's runtime of current frame 21 * rtg->prev_window_exec -=> the thread's runtime of last frame 27 struct task_struct *thread[MAX_TID_NUM]; member
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-dvb.h | 29 struct task_struct *thread; member
|