Home
last modified time | relevance | path

Searched refs:pthread_self (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dthreading.h39 #define pthread_self() GetCurrentThreadId() macro
62 #define pthread_self() _gettid()
/hardware/intel/img/hwcomposer/common/observers/
DUeventObserver.cpp65 addr.nl_pid = pthread_self() | getpid(); in initialize()
/hardware/ril/reference-ril/
Datchannel.c750 if (0 != pthread_equal(s_tid_reader, pthread_self())) { in at_send_command_full()
902 if (0 != pthread_equal(s_tid_reader, pthread_self())) { in at_handshake()
/hardware/intel/img/psb_video/src/
Dpsb_drv_debug.c308 sprintf(tag, "pvr_drv_video[%d:0x%08lx]", getpid(), pthread_self()); in drv_debug_msg()
325 getpid(), pthread_self()); in drv_debug_msg()
/hardware/ril/libril/
Dril.cpp3375 if (!pthread_equal(pthread_self(), s_tid_dispatch)) { in triggerEvLoop()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2448 owner_ = pthread_self();
2465 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))