HomeSort by relevance Sort by last modified time
    Searched full:pthread_self (Results 1 - 25 of 531) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libxcb-xlib.so.0 
libxcb-xlib.so.0.0 
libxcb-xlib.so.0.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libxcb-xlib.so.0 
libxcb-xlib.so.0.0 
libxcb-xlib.so.0.0.0 
  /frameworks/wilhelm/src/android/
CallbackProtector.cpp 67 mCallbackThread = pthread_self();
75 (void *) pthread_self(), gettid(),
115 mRequesterThread = pthread_self();
123 (void *) pthread_self(), gettid());
136 mRequesterThread = pthread_self();
144 (void *) pthread_self(), gettid());
  /frameworks/wilhelm/src/itf/
IThreadSync.c 30 if (!pthread_equal(thiz->mOwner, pthread_self())) {
40 thiz->mOwner = pthread_self();
56 if (!thiz->mInCriticalSection || !pthread_equal(thiz->mOwner, pthread_self())) {
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
thread_checker.h 43 ThreadChecker() : thread_id_(pthread_self()) {}
46 return thread_id_ == pthread_self();
  /external/chromium_org/base/threading/
platform_thread_posix.cc 72 *(thread_params->handle) = PlatformThreadHandle(pthread_self(),
148 return pthread_mach_thread_np(pthread_self());
154 return pthread_self();
156 return pthread_self();
159 return reinterpret_cast<int32>(pthread_self());
161 return reinterpret_cast<int64>(pthread_self());
167 return PlatformThreadHandle(pthread_self(), CurrentId());
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_trylock.c 80 mx->ownerThread = pthread_self ();
86 pthread_equal (mx->ownerThread, pthread_self ()))
114 self = pthread_self();
131 pthread_equal (mx->ownerThread, pthread_self ()))
  /external/chromium_org/third_party/skia/src/utils/
SkThreadUtils_pthread_linux.cpp 36 if (0 != pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &parentCpuset)) {
  /external/compiler-rt/lib/tsan/lit_tests/
thread_name.cc 19 pthread_setname_np(pthread_self(), "Thread2");
signal_errno.cc 24 mainth = pthread_self();
  /external/skia/src/utils/
SkThreadUtils_pthread_linux.cpp 36 if (0 != pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &parentCpuset)) {
  /external/chromium_org/rlz/lib/
recursive_cross_process_lock_posix.cc 25 if (pthread_equal(pthread_self(), locking_thread_) == 0) {
35 locking_thread_ = pthread_self();
  /bionic/tests/
pthread_test.cpp 148 ASSERT_EQ(EDEADLK, pthread_join(pthread_self(), &result));
155 ASSERT_EQ(0, pthread_create(&t1, NULL, JoinFn, reinterpret_cast<void*>(pthread_self())));
208 ASSERT_EQ(ERANGE, pthread_setname_np(pthread_self(), "this name is far too long for linux"));
214 ASSERT_EQ(0, pthread_setname_np(pthread_self(), "short 1"));
249 ASSERT_EQ(0, pthread_kill(pthread_self(), 0));
253 ASSERT_EQ(EINVAL, pthread_kill(pthread_self(), -1));
261 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM));
271 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM));
356 pthread_getattr_np(pthread_self(), &attributes);
372 pthread_getattr_np(pthread_self(), &attributes)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
criticalsection.h 97 TRACK_OWNER(thread_ = pthread_self());
105 bool CurrentThreadIsOwner() const { return pthread_equal(thread_, pthread_self()); }
  /external/valgrind/main/drd/tests/
pth_barrier.c 53 printf("thread %lx iteration 0\n", pthread_self());
59 pthread_self(), i + 1, &array[i]);
  /frameworks/wilhelm/src/
locks.c 69 pthread_t me = pthread_self();
89 pthread_t me = pthread_self();
92 if (pthread_equal(pthread_self(), owner)) {
103 thiz->mOwner = pthread_self();
124 assert(pthread_equal(pthread_self(), thiz->mOwner));
157 assert(pthread_equal(pthread_self(), thiz->mOwner));
278 assert(pthread_equal(pthread_self(), thiz->mOwner));
289 thiz->mOwner = pthread_self();
  /system/extras/tests/bionic/libc/other/
test_timer_create2.c 44 p, pthread_self(), v);
91 printf("main thread is %p\n", pthread_self());
  /bionic/libc/bionic/
pthread_self.cpp 31 pthread_t pthread_self() { function
raise.cpp 32 int rc = pthread_kill(pthread_self(), sig);
  /external/valgrind/main/helgrind/tests/
tc22_exit_w_lock.c 28 r= pthread_detach( pthread_self() ); assert(!r);
  /external/valgrind/main/none/tests/
pth_blockedsig.c 49 main_thread = pthread_self ();

Completed in 1904 milliseconds

1 2 3 4 5 6 7 8 91011>>