Searched refs:pthread_self (Results 1 – 6 of 6) sorted by relevance
39 #define pthread_self() GetCurrentThreadId() macro62 #define pthread_self() _gettid()
65 addr.nl_pid = pthread_self() | getpid(); in initialize()
750 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()
308 sprintf(tag, "pvr_drv_video[%d:0x%08lx]", getpid(), pthread_self()); in drv_debug_msg()325 getpid(), pthread_self()); in drv_debug_msg()
3375 if (!pthread_equal(pthread_self(), s_tid_dispatch)) { in triggerEvLoop()
2448 owner_ = pthread_self();2465 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))