HomeSort by relevance Sort by last modified time
    Searched defs:gettid (Results 1 - 8 of 8) sorted by null

  /bionic/libc/arch-arm/syscalls/
gettid.S 5 ENTRY(gettid) function
14 END(gettid)
  /bionic/libc/arch-x86/syscalls/
gettid.S 5 .type gettid, @function
6 .globl gettid
9 gettid: label
  /bionic/libc/arch-sh/syscalls/
gettid.S 5 .type gettid, @function
6 .globl gettid
9 gettid: label
  /hardware/libhardware/modules/gralloc/
mapper.cpp 36 /* desktop Linux needs a little help with gettid() */
40 pid_t gettid() { return syscall(__NR_gettid);} function
  /hardware/msm7k/libgralloc/
mapper.cpp 43 /* desktop Linux needs a little help with gettid() */
47 pid_t gettid() { return syscall(__NR_gettid);} function
  /external/webrtc/src/system_wrappers/source/
thread_linux.cc 39 static pid_t gettid() function in namespace:webrtc
224 // instead of Linux gettid() syscall.
280 _linuxPid = gettid();
  /hardware/msm7k/libgralloc-qsd8k/
mapper.cpp 43 /* desktop Linux needs a little help with gettid() */
47 pid_t gettid() { return syscall(__NR_gettid);} function
236 hnd->writeOwner = gettid();
299 if (hnd->writeOwner == gettid()) {
  /external/valgrind/main/coregrind/
m_libcproc.c 425 Int VG_(gettid)(void) function
433 * The gettid system call does not exist. The obvious assumption
440 * leader but where the gettid system call has not yet been added.
471 // Darwin's gettid syscall is something else.

Completed in 169 milliseconds