Home
last modified time | relevance | path

Searched refs:_thread_arch (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/include/zephyr/arch/posix/
Dthread.h42 struct _thread_arch { struct
47 typedef struct _thread_arch _thread_arch_t; argument
/Zephyr-latest/subsys/debug/
Dthread_info.c108 [THREAD_INFO_OFFSET_T_PREEMPT_FLOAT] = offsetof(struct _thread_arch,
112 [THREAD_INFO_OFFSET_T_PREEMPT_FLOAT] = offsetof(struct _thread_arch,
117 [THREAD_INFO_OFFSET_T_PREEMPT_FLOAT] = offsetof(struct _thread_arch,
120 [THREAD_INFO_OFFSET_T_PREEMPT_FLOAT] = offsetof(struct _thread_arch,
136 [THREAD_INFO_OFFSET_T_ARM_EXC_RETURN] = offsetof(struct _thread_arch,
142 [THREAD_INFO_OFFSET_T_ARC_RELINQUISH_CAUSE] = offsetof(struct _thread_arch,
/Zephyr-latest/include/zephyr/arch/mips/
Dthread.h46 struct _thread_arch { struct
50 typedef struct _thread_arch _thread_arch_t; argument
/Zephyr-latest/include/zephyr/arch/xtensa/
Dthread.h28 struct _thread_arch { struct
48 typedef struct _thread_arch _thread_arch_t; argument
/Zephyr-latest/subsys/testsuite/ztest/unittest/include/zephyr/arch/
Dcpu.h25 struct _thread_arch { struct
32 typedef struct _thread_arch _thread_arch_t; argument
/Zephyr-latest/include/zephyr/arch/arc/
Dthread.h42 struct _thread_arch { struct
64 typedef struct _thread_arch _thread_arch_t; argument
/Zephyr-latest/include/zephyr/arch/nios2/
Dthread.h56 struct _thread_arch { struct
60 typedef struct _thread_arch _thread_arch_t;
/Zephyr-latest/include/zephyr/arch/sparc/
Dthread.h68 struct _thread_arch { struct
72 typedef struct _thread_arch _thread_arch_t;
/Zephyr-latest/include/zephyr/arch/arm/
Dthread.h63 struct _thread_arch { struct
142 typedef struct _thread_arch _thread_arch_t; argument
/Zephyr-latest/include/zephyr/arch/riscv/
Dthread.h68 struct _thread_arch { struct
89 typedef struct _thread_arch _thread_arch_t; argument
/Zephyr-latest/include/zephyr/arch/arm64/
Dthread.h53 struct _thread_arch { struct
73 typedef struct _thread_arch _thread_arch_t; argument
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dthread.h214 struct _thread_arch { struct
241 typedef struct _thread_arch _thread_arch_t; argument
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dthread.h119 struct _thread_arch { struct
150 typedef struct _thread_arch _thread_arch_t; argument
/Zephyr-latest/include/zephyr/kernel/
Dthread.h378 struct _thread_arch arch;