Home
last modified time | relevance | path

Searched refs:arm_tp (Results 1 – 2 of 2) sorted by relevance

/trueos/lib/libkse/arch/arm/arm/
HDpthread_md.c44 struct arm_tp **arm_tp = (struct arm_tp **)ARM_TP_ADDRESS; variable
/trueos/lib/libkse/arch/arm/include/
HDpthread_md.h65 struct arm_tp { struct
74 struct arm_tp tcb_tp; argument
84 extern struct arm_tp **arm_tp;
85 #define _tp (*arm_tp)