/third_party/musl/src/thread/powerpc64/ |
H A D | clone.s | 11 # if (!tid) syscall(SYS_exit, a(d)); 46 # call SYS_exit. exit code is already in r3 from fn return value 47 li 0, 1 # SYS_exit = 1
|
/third_party/musl/src/thread/s390x/ |
H A D | clone.s | 17 # if (!tid) syscall(SYS_exit, a(d)); 53 # call SYS_exit. exit code is already in r2 from fn return value
|
H A D | __unmapself.s | 6 svc 1 # SYS_exit
|
/third_party/musl/src/thread/powerpc/ |
H A D | clone.s | 11 # if (!tid) syscall(SYS_exit, a(d)); 15 # SYS_exit = 1 61 # mov SYS_exit into r0 (the exit param is already in r3)
|
/third_party/musl/src/thread/riscv64/ |
H A D | __unmapself.s | 6 li a7, 93 # SYS_exit
|
H A D | clone.s | 33 li a7, 93 # SYS_exit
|
/third_party/musl/src/thread/riscv32/ |
H A D | __unmapself.s | 6 li a7, 93 # SYS_exit
|
H A D | clone.s | 33 li a7, 93 # SYS_exit
|
/third_party/musl/src/exit/ |
H A D | _Exit.c | 7 for (;;) __syscall(SYS_exit, ec); in _Exit()
|
/third_party/musl/src/thread/ |
H A D | __unmapself.c | 14 __syscall(SYS_exit); in do_unmap()
|
H A D | pthread_create.c | 152 * until the lock is released, which only happens after SYS_exit in __pthread_exit() 181 for (;;) __syscall(SYS_exit, 0); in __pthread_exit() 212 for (;;) __syscall(SYS_exit, 0); in start()
|
/third_party/musl/src/thread/sh/ |
H A D | __unmapself_mmu.s | 15 mov #1, r3 ! SYS_exit
|
/third_party/musl/src/unistd/ |
H A D | faccessat.c | 20 __syscall(SYS_exit, 1); in checker()
|
/third_party/lz4/tests/ |
H A D | freestanding.c | 155 #define SYS_exit (60) macro 165 (void) os_syscall1(SYS_exit, exitCode); in MY_exit()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
H A D | pthread_create.c | 40 for (;;) __syscall(SYS_exit, 0); in __pthread_exit()
|
/third_party/musl/src/thread/linux/ |
H A D | pthread_create.c | 293 * until the lock is released, which only happens after SYS_exit in __pthread_exit() 334 for (;;) __syscall(SYS_exit, 0); in __pthread_exit() 371 for (;;) __syscall(SYS_exit, 0); in start()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_create.c | 231 * until the lock is released, which only happens after SYS_exit in __pthread_exit() 270 for (;;) __syscall(SYS_exit, 0); in __pthread_exit() 307 for (;;) __syscall(SYS_exit, 0); in start()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_create.c | 119 * until the lock is released, which only happens after SYS_exit in __pthread_exit() 163 for (;;) __syscall(SYS_exit, 0); in __pthread_exit()
|
/third_party/musl/src/thread/liteos_a/ |
H A D | pthread_create.c | 119 * until the lock is released, which only happens after SYS_exit in __pthread_exit() 163 for (;;) __syscall(SYS_exit, 0); in __pthread_exit()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 422 #define SYS_exit 1 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
H A D | not_x32.rs | 139 pub const SYS_exit: ::c_long = 60; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/ |
H A D | mod.rs | 196 pub const SYS_exit: ::c_long = 93; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/ |
H A D | mod.rs | 154 pub const SYS_exit: ::c_long = 93; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | arm.rs | 156 pub const SYS_exit: ::c_long = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
H A D | mod.rs | 269 pub const SYS_exit: ::c_long = 4000 + 1; consts
|