Home
last modified time | relevance | path

Searched defs:set_current_thread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/trusty/lk/arch/arm/include/arch/
Darch_ops.h294 static inline void set_current_thread(struct thread *t) in set_current_thread() function
308 static inline void set_current_thread(struct thread *t) in set_current_thread() function
452 static inline void set_current_thread(struct thread *t) in set_current_thread() function
/aosp_15_r20/external/trusty/lk/arch/x86/include/arch/
Darch_ops.h124 static inline void set_current_thread(struct thread *t) in set_current_thread() function
/aosp_15_r20/external/trusty/lk/arch/arm64/include/arch/
Darch_ops.h273 static inline void set_current_thread(struct thread *t) in set_current_thread() function
/aosp_15_r20/external/coreboot/src/lib/
H A Dthread.c34 static inline void set_current_thread(struct thread *t) in set_current_thread() function