Searched defs:thread (Results 1 - 25 of 58) sorted by relevance

123

/seL4-camkes-master/kernel/include/arch/riscv/arch/kernel/
H A Dthread.h17 static inline bool_t CONST Arch_getSanitiseRegisterInfo(tcb_t *thread) argument
/seL4-camkes-master/kernel/include/arch/x86/arch/kernel/
H A Dthread.h17 static inline bool_t CONST Arch_getSanitiseRegisterInfo(tcb_t *thread) argument
/seL4-camkes-master/kernel/include/machine/
H A Dfpu.h28 static inline bool_t nativeThreadUsingFPU(tcb_t *thread) argument
34 static inline void FORCE_INLINE lazyFPURestore(tcb_t *thread) argument
H A Dregisterset.h29 static inline void setRegister(tcb_t *thread, register_t reg, word_t w) argument
34 static inline word_t PURE getRegister(tcb_t *thread, register_t reg) argument
/seL4-camkes-master/kernel/include/32/mode/api/
H A Dipc_buffer.h18 static inline word_t mode_setTimeArg(word_t i, time_t time, word_t *buffer, tcb_t *thread) argument
/seL4-camkes-master/kernel/include/64/mode/api/
H A Dipc_buffer.h17 static inline word_t mode_setTimeArg(word_t i, time_t time, word_t *buffer, tcb_t *thread) argument
/seL4-camkes-master/kernel/include/arch/arm/arch/32/mode/kernel/
H A Dthread.h37 static inline bool_t PURE Arch_getSanitiseRegisterInfo(tcb_t *thread) argument
/seL4-camkes-master/kernel/include/arch/arm/arch/64/mode/kernel/
H A Dthread.h28 static inline bool_t CONST Arch_getSanitiseRegisterInfo(tcb_t *thread) argument
/seL4-camkes-master/tools/rumprun/platform/xen/xen/include/mini-os/
H A Dwaittypes.h10 struct bmk_thread *thread; member in struct:wait_queue
H A Dwait.h24 static inline void minios_init_waitqueue_entry(struct wait_queue *q, struct bmk_thread *thread) argument
/seL4-camkes-master/kernel/src/arch/arm/machine/
H A Dhardware.c12 word_t PURE getRestartPC(tcb_t *thread) argument
17 void setNextPC(tcb_t *thread, word_t v) argument
/seL4-camkes-master/kernel/src/machine/
H A Dfpu.c61 void fpuThreadDelete(tcb_t *thread) argument
/seL4-camkes-master/projects/musllibc/src/thread/
H A Dpthread_setname_np.c9 int pthread_setname_np(pthread_t thread, const char *name) argument
/seL4-camkes-master/kernel/src/arch/arm/object/
H A Dtcb.c26 void Arch_migrateTCB(tcb_t *thread) argument
/seL4-camkes-master/kernel/src/arch/riscv/object/
H A Dtcb.c26 void Arch_migrateTCB(tcb_t *thread) argument
/seL4-camkes-master/kernel/include/kernel/
H A Dthread.h39 static inline bool_t PURE isRunnable(const tcb_t *thread) argument
[all...]
/seL4-camkes-master/tools/rumprun/lib/libbmk_core/arch/earm/
H A Dcpu_sched.c52 bmk_cpu_sched_create(struct bmk_thread *thread, struct bmk_tcb *tcb, argument
/seL4-camkes-master/tools/rumprun/lib/libbmk_core/arch/x86/
H A Dcpu_sched.c52 bmk_cpu_sched_create(struct bmk_thread *thread, struct bmk_tcb *tcb, argument
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_posix.c91 pthread_t *thread; local
/seL4-camkes-master/kernel/src/arch/x86/machine/
H A Dhardware.c30 word_t PURE getRestartPC(tcb_t *thread) argument
35 void setNextPC(tcb_t *thread, word_t v) argument
/seL4-camkes-master/kernel/src/arch/x86/object/
H A Dtcb.c85 void Arch_migrateTCB(tcb_t *thread) argument
/seL4-camkes-master/projects/seL4_libs/libsel4utils/include/sel4utils/
H A Dthread.h56 sel4utils_thread_t *thread; member in struct:sel4utils_checkpoint
225 sel4utils_get_tcb(sel4utils_thread_t *thread) argument
230 sel4utils_suspend_thread(sel4utils_thread_t *thread) argument
[all...]
/seL4-camkes-master/kernel/src/kernel/
H A Dcspace.c15 lookupCap_ret_t lookupCap(tcb_t *thread, cptr_t cPtr) argument
32 lookupCapAndSlot_ret_t lookupCapAndSlot(tcb_t *thread, cptr_t cPtr) argument
51 lookupSlot_raw_ret_t lookupSlot(tcb_t *thread, cptr_t capptr) argument
/seL4-camkes-master/kernel/include/arch/arm/arch/64/mode/fastpath/
H A Dfastpath.h31 switchToThread_fp(tcb_t *thread, vspace_root_t *vroot, pde_t stored_hw_asid) argument
42 benchmark_utilisation_switch(NODE_STATE(ksCurThread), thread); local
/seL4-camkes-master/kernel/include/arch/x86/arch/32/mode/fastpath/
H A Dfastpath.h29 static inline void FORCE_INLINE switchToThread_fp(tcb_t *thread, vspace_root_t *pd, pde_t stored_hw_asid) argument
47 benchmark_utilisation_switch(NODE_STATE(ksCurThread), thread); local

Completed in 148 milliseconds

123