Home
last modified time | relevance | path

Searched defs:task (Results 326 - 350 of 2553) sorted by relevance

1...<<11121314151617181920>>...103

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_epoll.c23 int32_t RefreshEpollTask(EpollTask *task, uint32_t events) in RefreshEpollTask() argument
40 int32_t RegisterEpollTask(EpollTask *task, uint32_t events) in RegisterEpollTask() argument
55 DeRegisterEpollTask(EpollTask *task) DeRegisterEpollTask() argument
76 EpollTask *task = NULL; EpollLoop() local
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Danr_handler_test.cpp118 auto task = []() { in HWTEST_F() local
/kernel/linux/linux-5.10/arch/x86/um/
H A Dsyscalls_64.c16 long arch_prctl(struct task_struct *task, int option, in arch_prctl() argument
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dsyscall.h16 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() argument
25 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback() argument
31 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error() argument
38 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value() argument
44 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() argument
55 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() argument
69 syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dsyscall.h22 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() argument
28 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
34 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
41 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
47 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
56 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
66 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
76 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dsyscall.h14 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() argument
20 syscall_set_nr(struct task_struct *task, struct pt_regs *regs, in syscall_set_nr() argument
27 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback() argument
33 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error() argument
41 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value() argument
47 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() argument
54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() argument
63 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_set_arguments() argument
72 syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dsyscall.h20 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() argument
26 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
32 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
43 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
51 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
66 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
76 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
90 syscall_get_arch(struct task_struct *task) syscall_get_arch() argument
[all...]
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dsyscall.h17 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() argument
26 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
32 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
38 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
44 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
60 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
67 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
74 syscall_get_arch(struct task_struct *task) syscall_get_arch() argument
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dperfmon_itanium.h52 pfm_ita_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *val, struct pt_regs *regs) in pfm_ita_pmc_check() argument
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dsyscall.h32 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
39 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
45 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
52 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
58 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsyscall.h21 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() argument
35 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
41 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
57 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
63 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
86 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
107 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
117 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dperf_regs.c136 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi() argument
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H A Dsyscall.h13 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() argument
18 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
25 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
31 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
37 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
50 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
61 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
72 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dsyscall.h30 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() argument
52 syscall_rollback(struct task_struct *task, struct pt_regs *regs) syscall_rollback() argument
68 syscall_get_error(struct task_struct *task, struct pt_regs *regs) syscall_get_error() argument
86 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) syscall_get_return_value() argument
107 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, int error, long val) syscall_set_return_value() argument
127 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) syscall_get_arguments() argument
148 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, const unsigned long *args) syscall_set_arguments() argument
158 syscall_get_arch(struct task_struct *task) syscall_get_arch() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dstacktrace.h19 static inline unsigned long unwind_stack(struct task_struct *task, in unwind_stack() argument
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dsyscall.h23 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() argument
29 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback() argument
35 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error() argument
41 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value() argument
47 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() argument
54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() argument
61 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_set_arguments() argument
67 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dsyscall_32.h12 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() argument
18 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
27 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
33 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
39 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
46 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
60 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
72 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dsyscall-generic.h18 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() argument
24 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
30 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
38 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
44 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
51 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
65 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dunwind_bc.c123 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start() argument
[all...]
H A Dperf_regs.c47 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi() argument
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Ddumpstack_32.c108 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info() argument
H A Dstacktrace.c15 arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, struct task_struct *task, struct pt_regs *regs) arch_stack_walk() argument
38 arch_stack_walk_reliable(stack_trace_consume_fn consume_entry, void *cookie, struct task_struct *task) arch_stack_walk_reliable() argument
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dsyscall.h25 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() argument
31 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
37 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
45 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
51 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
58 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
67 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
76 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
H A Dswitch_to.h23 static inline void fstate_off(struct task_struct *task, in fstate_off() argument
29 static inline void fstate_save(struct task_struct *task, in fstate_save() argument
38 static inline void fstate_restore(struct task_struct *task, in fstate_restore() argument
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dsyscall.h39 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() argument
44 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
50 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
69 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
75 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
84 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
91 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
100 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
107 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
131 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, const unsigned long *args) syscall_set_arguments() argument
155 syscall_get_arch(struct task_struct *task) syscall_get_arch() argument
[all...]

Completed in 9 milliseconds

1...<<11121314151617181920>>...103