HomeSort by relevance Sort by last modified time
    Searched refs:thr_exit (Results 1 - 11 of 11) sorted by null

  /external/valgrind/memcheck/tests/solaris/
thr_daemon_exit_libc.c 71 thr_exit(NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_solaris.h 73 thr_exit(0);
  /external/python/cpython2/Python/
thread_solaris.h 73 thr_exit(0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h 78 # define xthread_exit(v) thr_exit(v)
206 # define xthread_exit(v) thr_exit(v)
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
reentrant.h 223 #define thr_exit(v) __libc_thr_exit((v)) macro
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_freebsd_386.go 260 SYS_THR_EXIT = 431 // { void thr_exit(long *state); }
zsysnum_freebsd_amd64.go 260 SYS_THR_EXIT = 431 // { void thr_exit(long *state); }
zsysnum_freebsd_arm.go 260 SYS_THR_EXIT = 431 // { void thr_exit(long *state); }
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_freebsd_386.go 260 SYS_THR_EXIT = 431 // { void thr_exit(long *state); }
zsysnum_freebsd_amd64.go 260 SYS_THR_EXIT = 431 // { void thr_exit(long *state); }
zsysnum_freebsd_arm.go 260 SYS_THR_EXIT = 431 // { void thr_exit(long *state); }

Completed in 288 milliseconds