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

1 2 3 45 6 7 8 91011>>

  /external/qemu/
qemu-thread.c 181 thread->thread = pthread_self();
  /libcore/luni/src/main/native/
AsynchronousSocketCloseMonitor.cpp 77 mThread = pthread_self();
  /system/extras/tests/bionic/libc/common/
test_sem_post.c 48 void *me = (void *)pthread_self();
  /system/extras/tests/bionic/libc/other/
test_timer_create3.c 52 p, (int)pthread_self(), v.sival_int);
  /external/chromium_org/base/threading/
worker_pool_posix_unittest.cc 234 // The POSIX implementation of PlatformThread::CurrentId() uses pthread_self()
236 // implemntation of pthread_self() returns the address of the pthread_t, which
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
create.c 137 self = pthread_self();
174 self = pthread_self ();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse-simple.so 
libpulse-simple.so.0 
libpulse-simple.so.0.0 
libpulse-simple.so.0.0.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse-simple.so 
libpulse-simple.so.0 
libpulse-simple.so.0.0 
libpulse-simple.so.0.0.1 
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 110 __gthrw3(pthread_self)
138 __gthrw(pthread_self)
431 pthread_t thread_id = __gthrw_(pthread_self) ();
475 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
511 return (objc_thread_t) __gthrw_(pthread_self) ();
726 return __gthrw_(pthread_self) ();
gthr-posix.h 110 __gthrw3(pthread_self)
138 __gthrw(pthread_self)
431 pthread_t thread_id = __gthrw_(pthread_self) ();
475 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
511 return (objc_thread_t) __gthrw_(pthread_self) ();
726 return __gthrw_(pthread_self) ();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 110 __gthrw3(pthread_self)
138 __gthrw(pthread_self)
431 pthread_t thread_id = __gthrw_(pthread_self) ();
475 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
511 return (objc_thread_t) __gthrw_(pthread_self) ();
726 return __gthrw_(pthread_self) ();
gthr-posix.h 110 __gthrw3(pthread_self)
138 __gthrw(pthread_self)
431 pthread_t thread_id = __gthrw_(pthread_self) ();
475 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
511 return (objc_thread_t) __gthrw_(pthread_self) ();
726 return __gthrw_(pthread_self) ();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 110 __gthrw3(pthread_self)
138 __gthrw(pthread_self)
431 pthread_t thread_id = __gthrw_(pthread_self) ();
475 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
511 return (objc_thread_t) __gthrw_(pthread_self) ();
726 return __gthrw_(pthread_self) ();
gthr-posix.h 110 __gthrw3(pthread_self)
138 __gthrw(pthread_self)
431 pthread_t thread_id = __gthrw_(pthread_self) ();
475 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
511 return (objc_thread_t) __gthrw_(pthread_self) ();
726 return __gthrw_(pthread_self) ();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 110 __gthrw3(pthread_self)
138 __gthrw(pthread_self)
431 pthread_t thread_id = __gthrw_(pthread_self) ();
475 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
511 return (objc_thread_t) __gthrw_(pthread_self) ();
726 return __gthrw_(pthread_self) ();
gthr-posix.h 110 __gthrw3(pthread_self)
138 __gthrw(pthread_self)
431 pthread_t thread_id = __gthrw_(pthread_self) ();
475 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
511 return (objc_thread_t) __gthrw_(pthread_self) ();
726 return __gthrw_(pthread_self) ();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 110 __gthrw3(pthread_self)
138 __gthrw(pthread_self)
431 pthread_t thread_id = __gthrw_(pthread_self) ();
475 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
511 return (objc_thread_t) __gthrw_(pthread_self) ();
726 return __gthrw_(pthread_self) ();
gthr-posix.h 110 __gthrw3(pthread_self)
138 __gthrw(pthread_self)
431 pthread_t thread_id = __gthrw_(pthread_self) ();
475 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
511 return (objc_thread_t) __gthrw_(pthread_self) ();
726 return __gthrw_(pthread_self) ();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 110 __gthrw3(pthread_self)
138 __gthrw(pthread_self)
431 pthread_t thread_id = __gthrw_(pthread_self) ();
475 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
511 return (objc_thread_t) __gthrw_(pthread_self) ();
726 return __gthrw_(pthread_self) ();

Completed in 1921 milliseconds

1 2 3 45 6 7 8 91011>>