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

123

/seL4-test-master/kernel/include/arch/riscv/arch/kernel/
H A Dthread.h17 static inline bool_t CONST Arch_getSanitiseRegisterInfo(tcb_t *thread) argument
/seL4-test-master/kernel/include/arch/x86/arch/kernel/
H A Dthread.h17 static inline bool_t CONST Arch_getSanitiseRegisterInfo(tcb_t *thread) argument
/seL4-test-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-test-master/projects/sel4test/apps/sel4test-tests/src/tests/
H A Dthreads.c24 helper_thread_t thread; local
43 helper_thread_t thread; local
H A Ddomains.cxx84 helper_thread_t thread[CONFIG_NUM_DOMAINS]; local
[all...]
H A Dnbwait.c107 helper_thread_t thread; local
H A Dfpu.c97 helper_thread_t thread[NUM_THREADS]; local
H A Dregressions.c76 helper_thread_t thread; local
287 helper_thread_t thread; local
368 helper_thread_t thread; local
[all...]
/seL4-test-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-test-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-test-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-test-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-test-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-test-master/kernel/src/machine/
H A Dfpu.c61 void fpuThreadDelete(tcb_t *thread) argument
/seL4-test-master/projects/musllibc/src/thread/
H A Dpthread_setname_np.c9 int pthread_setname_np(pthread_t thread, const char *name) argument
/seL4-test-master/kernel/src/arch/arm/object/
H A Dtcb.c26 void Arch_migrateTCB(tcb_t *thread) argument
/seL4-test-master/kernel/src/arch/riscv/object/
H A Dtcb.c26 void Arch_migrateTCB(tcb_t *thread) argument
/seL4-test-master/kernel/include/kernel/
H A Dthread.h39 static inline bool_t PURE isRunnable(const tcb_t *thread) argument
[all...]
/seL4-test-master/projects/sel4test/apps/sel4test-tests/src/
H A Dhelpers.h45 sel4utils_thread_t thread; member in struct:helper_thread
[all...]
/seL4-test-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-test-master/kernel/src/arch/x86/object/
H A Dtcb.c85 void Arch_migrateTCB(tcb_t *thread) argument
/seL4-test-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-test-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-test-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

Completed in 85 milliseconds

123