HomeSort by relevance Sort by last modified time
    Searched defs:gettid (Results 1 - 10 of 10) 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
235 hnd->writeOwner = gettid();
292 if (hnd->writeOwner == gettid()) {
  /frameworks/base/libs/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/libs/audioflinger/
AudioPolicyService.cpp 39 // the sim build doesn't have gettid
42 # define gettid getpid macro
126 LOGV("setDeviceConnectionState() tid %d", gettid());
155 LOGV("setPhoneState() tid %d", gettid());
192 LOGV("setForceUse() tid %d", gettid());
221 LOGV("getOutput() tid %d", gettid());
231 LOGV("startOutput() tid %d", gettid());
241 LOGV("stopOutput() tid %d", gettid());
251 LOGV("releaseOutput() tid %d", gettid());
343 LOGW("binderDied() %p, tid %d, calling tid %d", who.unsafe_get(), gettid(), IPCThreadState::self()->getCallingPid())
    [all...]
AudioFlinger.cpp 55 // the sim build doesn't have gettid
58 # define gettid getpid macro
579 ioHandle, keyValuePairs.string(), gettid(), IPCThreadState::self()->getCallingPid());
645 // ioHandle, keys.string(), gettid(), IPCThreadState::self()->getCallingPid());
716 LOGV("registerClient() %p, tid %d, calling tid %d", client.get(), gettid(), IPCThreadState::self()->getCallingPid());
739 LOGV("binderDied() %p, tid %d, calling tid %d", who.unsafe_get(), gettid(), IPCThreadState::self()->getCallingPid());
767 LOGV("removeClient_l() pid %d, tid %d, calling tid %d", pid, gettid(), IPCThreadState::self()->getCallingPid());
    [all...]
  /frameworks/base/media/libmedia/
AudioSystem.cpp 27 // the sim build doesn't have gettid
30 # define gettid getpid macro

Completed in 188 milliseconds