pthread_self 68 base/threading/platform_thread_freebsd.cc if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) { pthread_self 77 base/threading/platform_thread_linux.cc if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) { pthread_self 72 base/threading/platform_thread_posix.cc *(thread_params->handle) = PlatformThreadHandle(pthread_self(), pthread_self 148 base/threading/platform_thread_posix.cc return pthread_mach_thread_np(pthread_self()); pthread_self 154 base/threading/platform_thread_posix.cc return pthread_self(); pthread_self 156 base/threading/platform_thread_posix.cc return pthread_self(); pthread_self 159 base/threading/platform_thread_posix.cc return reinterpret_cast<int32>(pthread_self()); pthread_self 161 base/threading/platform_thread_posix.cc return reinterpret_cast<int64>(pthread_self()); pthread_self 167 base/threading/platform_thread_posix.cc return PlatformThreadHandle(pthread_self(), CurrentId()); pthread_self 61 media/cdm/ppapi/cdm_logging.cc return pthread_self(); pthread_self 63 media/cdm/ppapi/cdm_logging.cc return reinterpret_cast<int64>(pthread_self()); pthread_self 102 native_client_sdk/src/examples/tutorial/debugging/debugging.c g_PPAPIThread = pthread_self(); pthread_self 137 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c self = pthread_self(); pthread_self 174 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c self = pthread_self (); pthread_self 77 native_client_sdk/src/libraries/third_party/pthreads-win32/errno.c if ((self = pthread_self ()).p == NULL) pthread_self 955 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void); pthread_self 111 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cancel.c if ((self = pthread_self ()).p == NULL) pthread_self 128 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_delay_np.c if (NULL == (self = pthread_self ()).p) pthread_self 113 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_join.c self = pthread_self(); pthread_self 98 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_lock.c pthread_t self = pthread_self(); pthread_self 160 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_lock.c pthread_t self = pthread_self(); pthread_self 158 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_timedlock.c pthread_t self = pthread_self(); pthread_self 216 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_timedlock.c pthread_t self = pthread_self(); pthread_self 259 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_timedlock.c pthread_t self = pthread_self(); pthread_self 80 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_trylock.c mx->ownerThread = pthread_self (); pthread_self 86 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_trylock.c pthread_equal (mx->ownerThread, pthread_self ())) pthread_self 114 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_trylock.c self = pthread_self(); pthread_self 131 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_trylock.c pthread_equal (mx->ownerThread, pthread_self ())) pthread_self 87 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_unlock.c if (pthread_equal (mx->ownerThread, pthread_self())) pthread_self 114 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_unlock.c pthread_t self = pthread_self(); pthread_self 84 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setcancelstate.c pthread_t self = pthread_self (); pthread_self 84 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setcanceltype.c pthread_t self = pthread_self (); pthread_self 78 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c self = pthread_self (); pthread_self 72 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_testcancel.c pthread_t self = pthread_self (); pthread_self 75 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c pthread_t self = pthread_self (); pthread_self 102 native_client_sdk/src/libraries/third_party/pthreads-win32/signal.c pthread_t thread = pthread_self (); pthread_self 66 native_client_sdk/src/libraries/third_party/pthreads-win32/w32_CancelableWait.c self = pthread_self(); pthread_self 26 rlz/lib/recursive_cross_process_lock_posix.cc if (pthread_equal(pthread_self(), locking_thread_) == 0) { pthread_self 36 rlz/lib/recursive_cross_process_lock_posix.cc locking_thread_ = pthread_self(); pthread_self 82 third_party/libxml/src/threads.c extern pthread_t pthread_self () pthread_self 365 third_party/libxml/src/threads.c if (pthread_equal(tok->tid, pthread_self())) { pthread_self 376 third_party/libxml/src/threads.c tok->tid = pthread_self(); pthread_self 774 third_party/libxml/src/threads.c id = pthread_self(); pthread_self 813 third_party/libxml/src/threads.c return (pthread_equal(mainthread,pthread_self())); pthread_self 877 third_party/libxml/src/threads.c (pthread_self != NULL) && pthread_self 954 third_party/libxml/src/threads.c mainthread = pthread_self(); pthread_self 17093 third_party/sqlite/amalgamation/sqlite3.c return (p->nRef!=0 && pthread_equal(p->owner, pthread_self())); pthread_self 17096 third_party/sqlite/amalgamation/sqlite3.c return p->nRef==0 || pthread_equal(p->owner, pthread_self())==0; pthread_self 17242 third_party/sqlite/amalgamation/sqlite3.c pthread_t self = pthread_self(); pthread_self 17258 third_party/sqlite/amalgamation/sqlite3.c p->owner = pthread_self(); pthread_self 17285 third_party/sqlite/amalgamation/sqlite3.c pthread_t self = pthread_self(); pthread_self 17303 third_party/sqlite/amalgamation/sqlite3.c p->owner = pthread_self(); pthread_self 24420 third_party/sqlite/amalgamation/sqlite3.c #define threadid pthread_self() pthread_self 320 third_party/sqlite/src/ext/async/sqlite3async.c #define mutex_held(X) pthread_equal(primitives.aHolder[X], pthread_self()) pthread_self 344 third_party/sqlite/src/ext/async/sqlite3async.c TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) pthread_self 357 third_party/sqlite/src/ext/async/sqlite3async.c TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) pthread_self 74 third_party/sqlite/src/src/mutex_unix.c return (p->nRef!=0 && pthread_equal(p->owner, pthread_self())); pthread_self 77 third_party/sqlite/src/src/mutex_unix.c return p->nRef==0 || pthread_equal(p->owner, pthread_self())==0; pthread_self 223 third_party/sqlite/src/src/mutex_unix.c pthread_t self = pthread_self(); pthread_self 239 third_party/sqlite/src/src/mutex_unix.c p->owner = pthread_self(); pthread_self 266 third_party/sqlite/src/src/mutex_unix.c pthread_t self = pthread_self(); pthread_self 284 third_party/sqlite/src/src/mutex_unix.c p->owner = pthread_self(); pthread_self 279 third_party/sqlite/src/src/os_unix.c #define threadid pthread_self() pthread_self 209 third_party/tcmalloc/chromium/src/debugallocation.cc deleter_threadid = pthread_self(); pthread_self 969 third_party/tcmalloc/chromium/src/debugallocation.cc name, size, addr, PRINTABLE_PTHREAD(pthread_self())); \ pthread_self 170 third_party/tcmalloc/chromium/src/memory_region_map.cc return pthread_equal(pthread_self(), should_be); pthread_self 312 third_party/tcmalloc/chromium/src/memory_region_map.cc lock_owner_tid_ = pthread_self(); pthread_self 831 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc VLOG(0) << "Adding pthread-specifics for thread " << pthread_self() pthread_self 901 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc VLOG(3) << pthread_self() << " (" << getpid() << "): in wait: " pthread_self 903 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc VLOG(2) << pthread_self() << " (" << getpid() << "): in wait, ptr = " pthread_self 930 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc VLOG(2) << pthread_self() << ": continuing"; pthread_self 342 third_party/tcmalloc/chromium/src/thread_cache.cc h->tid_ = pthread_self(); pthread_self 365 third_party/tcmalloc/chromium/src/thread_cache.cc me = pthread_self(); pthread_self 368 third_party/tcmalloc/chromium/src/thread_cache.cc const pthread_t me = pthread_self(); pthread_self 211 third_party/tcmalloc/vendor/src/debugallocation.cc deleter_threadid = pthread_self(); pthread_self 962 third_party/tcmalloc/vendor/src/debugallocation.cc name, size, addr, PRINTABLE_PTHREAD(pthread_self())); \ pthread_self 162 third_party/tcmalloc/vendor/src/memory_region_map.cc return pthread_equal(pthread_self(), should_be); pthread_self 275 third_party/tcmalloc/vendor/src/memory_region_map.cc lock_owner_tid_ = pthread_self(); pthread_self 831 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc VLOG(0) << "Adding pthread-specifics for thread " << pthread_self() pthread_self 901 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc VLOG(3) << pthread_self() << " (" << getpid() << "): in wait: " pthread_self 903 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc VLOG(2) << pthread_self() << " (" << getpid() << "): in wait, ptr = " pthread_self 930 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc VLOG(2) << pthread_self() << ": continuing"; pthread_self 331 third_party/tcmalloc/vendor/src/thread_cache.cc h->tid_ = pthread_self(); pthread_self 354 third_party/tcmalloc/vendor/src/thread_cache.cc me = pthread_self(); pthread_self 357 third_party/tcmalloc/vendor/src/thread_cache.cc const pthread_t me = pthread_self(); pthread_self 92 tools/cygprofile/cygprofile.cc : in_use_(false), lwp_(GetLwp()), pthread_self_(pthread_self()) { } pthread_self 228 tools/cygprofile/cygprofile.cc getpid(), pthread_self(), this_fn)); pthread_self 240 tools/cygprofile/cygprofile.cc CHECK(tls_current_log->pthread_self_ == pthread_self()); pthread_self 247 tools/cygprofile/cygprofile.cc CHECK(tls_current_log->pthread_self_ == pthread_self()); pthread_self 262 tools/cygprofile/cygprofile.cc CHECK(tls_current_log->pthread_self_ == pthread_self());