Home
last modified time | relevance | path

Searched refs:SYS_exit (Results 1 - 25 of 56) sorted by relevance

123

/third_party/musl/src/thread/powerpc64/
H A Dclone.s11 # 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 Dclone.s17 # 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.s6 svc 1 # SYS_exit
/third_party/musl/src/thread/powerpc/
H A Dclone.s11 # 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.s6 li a7, 93 # SYS_exit
H A Dclone.s33 li a7, 93 # SYS_exit
/third_party/musl/src/thread/riscv32/
H A D__unmapself.s6 li a7, 93 # SYS_exit
H A Dclone.s33 li a7, 93 # SYS_exit
/third_party/musl/src/exit/
H A D_Exit.c7 for (;;) __syscall(SYS_exit, ec); in _Exit()
/third_party/musl/src/thread/
H A D__unmapself.c14 __syscall(SYS_exit); in do_unmap()
H A Dpthread_create.c152 * 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.s15 mov #1, r3 ! SYS_exit
/third_party/musl/src/unistd/
H A Dfaccessat.c20 __syscall(SYS_exit, 1); in checker()
/third_party/lz4/tests/
H A Dfreestanding.c155 #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 Dpthread_create.c40 for (;;) __syscall(SYS_exit, 0); in __pthread_exit()
/third_party/musl/src/thread/linux/
H A Dpthread_create.c293 * 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 Dpthread_create.c231 * 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 Dpthread_create.c119 * 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 Dpthread_create.c119 * 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 Dsyscall.h422 #define SYS_exit 1 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dnot_x32.rs139 pub const SYS_exit: ::c_long = 60; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H A Dmod.rs196 pub const SYS_exit: ::c_long = 93; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/
H A Dmod.rs154 pub const SYS_exit: ::c_long = 93; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Darm.rs156 pub const SYS_exit: ::c_long = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs269 pub const SYS_exit: ::c_long = 4000 + 1; consts

Completed in 16 milliseconds

123