Searched defs:thread_struct (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A D2003-11-27-ConstructorCast.c9 struct thread_struct { struct
13 struct thread_struct thread = (struct thread_struct) { {{0}} };
H A D2003-11-27-UnionCtorInitialization.c11 struct thread_struct { struct
15 struct thread_struct thread = (struct thread_struct) { {{0}} };
/external/kernel-headers/original/asm-arm/
H A Dprocessor.h41 struct thread_struct { struct
/external/kernel-headers/original/asm-mips/
H A Dprocessor.h117 * If you change thread_struct remember to change the #defines below too!
119 struct thread_struct { struct
/external/kernel-headers/original/asm-x86/
H A Dprocessor_32.h291 struct thread_struct;
334 struct thread_struct *io_bitmap_owner;
347 struct thread_struct { struct
501 static inline void native_load_esp0(struct tss_struct *tss, struct thread_struct *thread)
583 static inline void load_esp0(struct tss_struct *tss, struct thread_struct *thread)

Completed in 486 milliseconds