pthread_equal 947 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_equal (pthread_t t1, pthread_equal 122 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cancel.c cancel_self = pthread_equal (thread, self); pthread_equal 119 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_join.c else if (pthread_equal (self, thread)) pthread_equal 110 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_lock.c if (pthread_equal (mx->ownerThread, self)) pthread_equal 217 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_lock.c if (pthread_equal (mx->ownerThread, self)) pthread_equal 170 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_timedlock.c if (pthread_equal (mx->ownerThread, self)) pthread_equal 275 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_timedlock.c if (pthread_equal (mx->ownerThread, self)) pthread_equal 86 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_trylock.c pthread_equal (mx->ownerThread, pthread_self ())) pthread_equal 131 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_trylock.c pthread_equal (mx->ownerThread, pthread_self ())) pthread_equal 87 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_unlock.c if (pthread_equal (mx->ownerThread, pthread_self())) pthread_equal 121 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_unlock.c if (pthread_equal (mx->ownerThread, self)) pthread_equal 26 rlz/lib/recursive_cross_process_lock_posix.cc if (pthread_equal(pthread_self(), locking_thread_) == 0) { pthread_equal 80 third_party/libxml/src/threads.c extern int pthread_equal () pthread_equal 365 third_party/libxml/src/threads.c if (pthread_equal(tok->tid, pthread_self())) { pthread_equal 813 third_party/libxml/src/threads.c return (pthread_equal(mainthread,pthread_self())); pthread_equal 876 third_party/libxml/src/threads.c (pthread_equal != NULL) && pthread_equal 17093 third_party/sqlite/amalgamation/sqlite3.c return (p->nRef!=0 && pthread_equal(p->owner, pthread_self())); pthread_equal 17096 third_party/sqlite/amalgamation/sqlite3.c return p->nRef==0 || pthread_equal(p->owner, pthread_self())==0; pthread_equal 17243 third_party/sqlite/amalgamation/sqlite3.c if( p->nRef>0 && pthread_equal(p->owner, self) ){ pthread_equal 17286 third_party/sqlite/amalgamation/sqlite3.c if( p->nRef>0 && pthread_equal(p->owner, self) ){ pthread_equal 320 third_party/sqlite/src/ext/async/sqlite3async.c #define mutex_held(X) pthread_equal(primitives.aHolder[X], pthread_self()) pthread_equal 74 third_party/sqlite/src/src/mutex_unix.c return (p->nRef!=0 && pthread_equal(p->owner, pthread_self())); pthread_equal 77 third_party/sqlite/src/src/mutex_unix.c return p->nRef==0 || pthread_equal(p->owner, pthread_self())==0; pthread_equal 224 third_party/sqlite/src/src/mutex_unix.c if( p->nRef>0 && pthread_equal(p->owner, self) ){ pthread_equal 267 third_party/sqlite/src/src/mutex_unix.c if( p->nRef>0 && pthread_equal(p->owner, self) ){ pthread_equal 170 third_party/tcmalloc/chromium/src/memory_region_map.cc return pthread_equal(pthread_self(), should_be); pthread_equal 162 third_party/tcmalloc/vendor/src/memory_region_map.cc return pthread_equal(pthread_self(), should_be);