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

  /bionic/libc/arch-arm/syscalls/
gettid.S 5 .type gettid, #function
6 .globl gettid
10 gettid: label
  /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
  /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()) {
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardwareBase.cpp 41 // the sim build doesn't have gettid
44 # define gettid getpid macro
278 sSignalCatcherPid = gettid();
310 sig, gettid(), sSignalCatcherPid);
  /frameworks/base/media/libmedia/
AudioSystem.cpp 27 // the sim build doesn't have gettid
30 # define gettid getpid macro
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp 39 // the sim build doesn't have gettid
42 # define gettid getpid macro
127 LOGV("setDeviceConnectionState() tid %d", gettid());
157 LOGV("setPhoneState() tid %d", gettid());
195 LOGV("setForceUse() tid %d", gettid());
224 LOGV("getOutput() tid %d", gettid());
236 LOGV("startOutput() tid %d", gettid());
248 LOGV("stopOutput() tid %d", gettid());
258 LOGV("releaseOutput() tid %d", gettid());
387 LOGW("binderDied() %p, tid %d, calling tid %d", who.unsafe_get(), gettid(),
    [all...]
AudioFlinger.cpp 58 // the sim build doesn't have gettid
61 # define gettid getpid macro
635 ioHandle, keyValuePairs.string(), gettid(), IPCThreadState::self()->getCallingPid());
703 // ioHandle, keys.string(), gettid(), IPCThreadState::self()->getCallingPid());
831 LOGV("removeClient_l() pid %d, tid %d, calling tid %d", pid, gettid(), IPCThreadState::self()->getCallingPid());
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslsnce.c 886 long gettid(void) function
    [all...]

Completed in 1058 milliseconds