Searched refs:__NR_get_thread_area (Results 1 – 14 of 14) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/set_thread_area/ |
D | set_thread_area01.c | 59 {VALUE_AND_STRING(__NR_get_thread_area), &u_info1, 0, 0}, 61 {VALUE_AND_STRING(__NR_get_thread_area), &u_info2, -1, EINVAL}, 63 {VALUE_AND_STRING(__NR_get_thread_area), (void *)-9, -1, EFAULT},
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | syscall.h | 232 #define __NR_get_thread_area 255 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | syscall.h | 232 #define __NR_get_thread_area 255 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | syscall.h | 232 #define __NR_get_thread_area 255 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | syscall.h | 232 #define __NR_get_thread_area 255 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | syscall.h | 232 #define __NR_get_thread_area 255 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | syscall.h.in | 212 #define __NR_get_thread_area 211 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 232 #define __NR_get_thread_area 255 macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/bits/ |
D | syscall.h.in | 214 #define __NR_get_thread_area 255 macro
|
/third_party/musl/arch/m68k/bits/ |
D | syscall.h.in | 315 #define __NR_get_thread_area 333 macro
|
/third_party/musl/arch/microblaze/bits/ |
D | syscall.h.in | 243 #define __NR_get_thread_area 244 macro
|
/third_party/musl/arch/i386/bits/ |
D | syscall.h.in | 244 #define __NR_get_thread_area 244 macro
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 2047 pub const __NR_get_thread_area: u32 = 211; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 2071 pub const __NR_get_thread_area: u32 = 244; constant
|