Searched defs:gettid (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/modules/gralloc/
H A Dmapper.cpp36 /* desktop Linux needs a little help with gettid() */
40 pid_t gettid() { return syscall(__NR_gettid);} function
/hardware/msm7k/libgralloc/
H A Dmapper.cpp43 /* desktop Linux needs a little help with gettid() */
47 pid_t gettid() { return syscall(__NR_gettid);} function
/hardware/msm7k/libgralloc-qsd8k/
H A Dmapper.cpp43 /* 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()) {

Completed in 134 milliseconds