Home
last modified time | relevance | path

Searched defs:task (Results 501 - 525 of 2555) sorted by relevance

1...<<21222324252627282930>>...103

/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller_api.cpp95 auto task = reinterpret_cast<ffrt::CPUEUTask*>(taskHandle); in ffrt_epoll_get_wait_time() local
H A Dio_poller.cpp162 auto task = reinterpret_cast<CPUEUTask *>(data->data); global() variable
[all...]
H A Dwait_queue.cpp31 void WaitQueue::ThreadWait(WaitUntilEntry* wn, mutexPrivate* lk, bool legacyMode, CPUEUTask* task) in ThreadWait() argument
48 ThreadWaitUntil(WaitUntilEntry* wn, mutexPrivate* lk, const TimePoint& tp, bool legacyMode, CPUEUTask* task) ThreadWaitUntil() argument
83 CPUEUTask* task = ctx->task; SuspendAndWait() local
126 CPUEUTask* task = ctx->task; global() variable
215 CPUEUTask* task = we->task; global() variable
[all...]
/foundation/resourceschedule/ffrt/src/tm/
H A Dtask_factory.h33 static void Free(CPUEUTask *task) in Free() argument
/foundation/resourceschedule/ffrt/src/eu/
H A Dloop.cpp37 auto task = handler_->PickUpTask(); in Run() local
/foundation/resourceschedule/ffrt/src/queue/
H A Dconcurrent_queue.cpp23 static void DelayTaskCb(void* task) in DelayTaskCb() argument
33 int ConcurrentQueue::Push(QueueTask* task) in Push() argument
133 PushDelayTaskToTimer(QueueTask* task) PushDelayTaskToTimer() argument
[all...]
/foundation/resourceschedule/ffrt/test/ut/
H A Dtask_ctx_test.cpp61 SCPUEUTask *task = new SCPUEUTask(nullptr, nullptr, 0, QoS()); in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Dthread_pool_test_stub.cpp32 TaskId ThreadPoolTestStub::Execute(const Task &task) in Execute() argument
68 TaskId ThreadPoolTestStub::Execute(const Task &task, Duration delay) in Execute() argument
76 Schedule(const Task &task, Duration interval) Schedule() argument
81 Schedule(const Task &task, Duration delay, Duration interval) Schedule() argument
86 Schedule(const Task &task, Duration delay, Duration interval, uint64_t times) Schedule() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dtask_executor.cpp30 TaskExecutor::TaskId TaskExecutor::Execute(const Task &task) in Execute() argument
41 TaskExecutor::TaskId TaskExecutor::Schedule(Duration delay, const Task &task, Duration interval, uint64_t times) in Schedule() argument
/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_thread.h52 bool RunLoop(std::function<bool()> task, uint64_t interval, uint32_t retryTimes = UINT32_MAX) in RunLoop() argument
76 bool RunLoopFlexible(std::function<bool(uint64_t &)> task, uint64_t interval, uint32_t retryTimes = UINT32_MAX) in RunLoopFlexible() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_timer.c42 EpollTask *task = arg; in TimerReadHandle() local
[all...]
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dsyscall.h17 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
25 static inline long 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
44 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
50 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
71 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
/kernel/linux/linux-5.10/arch/h8300/kernel/
H A Dtraps.c119 void show_stack(struct task_struct *task, unsigned long *esp, const char *loglvl) in show_stack() argument
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dperfmon_mckinley.h78 pfm_mck_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *val, struct pt_regs *regs) in pfm_mck_pmc_check() argument
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dsyscall.h29 static inline bool mips_syscall_is_indirect(struct task_struct *task, in mips_syscall_is_indirect() argument
38 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() argument
44 static inline void mips_syscall_update_nr(struct task_struct *task, in mips_syscall_update_nr() argument
57 mips_get_syscall_arg(unsigned long *arg, struct task_struct *task, struct pt_regs *regs, unsigned int n) mips_get_syscall_arg() argument
93 syscall_get_error(struct task_struct *task, struct pt_regs *regs) syscall_get_error() argument
99 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) syscall_get_return_value() argument
105 syscall_rollback(struct task_struct *task, struct pt_regs *regs) syscall_rollback() argument
111 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, int error, long val) syscall_set_return_value() argument
124 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) syscall_get_arguments() argument
143 syscall_get_arch(struct task_struct *task) syscall_get_arch() argument
[all...]
/kernel/linux/linux-5.10/arch/um/kernel/skas/
H A Dmmu.c58 int init_new_context(struct task_struct *task, struct mm_struct *mm) in init_new_context() argument
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dperf_regs.c98 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi() argument
123 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi() argument
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dswitch_to.h65 static inline void update_task_stack(struct task_struct *task) in update_task_stack() argument
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dsyscall.h20 static inline long 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
68 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
76 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
84 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
97 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
120 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
130 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dunwinder.c132 void unwind_stack(struct task_struct *task, struct pt_regs *regs, in unwind_stack() argument
/kernel/linux/common_modules/memory_security/src/
H A Djit_memory.c18 static bool jit_avc_has_perm(u16 tclass, u32 requested, struct task_struct *task) in jit_avc_has_perm() argument
38 void find_jit_memory(struct task_struct *task, unsigned long start, unsigned long size, int *err) in find_jit_memory() argument
52 void check_jit_memory(struct task_struct *task, unsigned long cookie, unsigned long prot, in check_jit_memory() argument
80 void delete_jit_memory(struct task_struct *task, unsigned long start, unsigned long size, int *err) in delete_jit_memory() argument
93 exit_jit_memory(struct task_struct *task) exit_jit_memory() argument
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dsyscall.h29 static inline bool mips_syscall_is_indirect(struct task_struct *task, in mips_syscall_is_indirect() argument
38 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() argument
44 static inline void mips_syscall_update_nr(struct task_struct *task, in mips_syscall_update_nr() argument
57 mips_get_syscall_arg(unsigned long *arg, struct task_struct *task, struct pt_regs *regs, unsigned int n) mips_get_syscall_arg() argument
93 syscall_get_error(struct task_struct *task, struct pt_regs *regs) syscall_get_error() argument
99 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) syscall_get_return_value() argument
105 syscall_rollback(struct task_struct *task, struct pt_regs *regs) syscall_rollback() argument
111 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, int error, long val) syscall_set_return_value() argument
124 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) syscall_get_arguments() argument
143 syscall_get_arch(struct task_struct *task) syscall_get_arch() argument
[all...]
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dsyscall.h22 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() argument
34 static inline bool __in_oabi_syscall(struct task_struct *task) in __in_oabi_syscall() argument
45 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
51 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
58 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
64 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
73 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) syscall_get_arguments() argument
83 syscall_get_arch(struct task_struct *task) syscall_get_arch() argument
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dstacktrace.c145 static void start_stack_trace(struct stackframe *frame, struct task_struct *task, in start_stack_trace() argument
162 arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, struct task_struct *task, struct pt_regs *regs) arch_stack_walk() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dlsm.c87 int BPF_PROG(test_task_free, struct task_struct *task) in BPF_PROG() argument

Completed in 9 milliseconds

1...<<21222324252627282930>>...103