Searched
full:pthread_self (Results
301 -
325 of
531) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
pthread.h | 149 pthread_t pthread_self(void);
|
/external/chromium_org/v8/src/ |
platform-posix.cc | 557 pthread_set_name_np(pthread_self(), name); 560 pthread_setname_np(pthread_self(), "%s", name); 587 thread->data()->thread_ = pthread_self();
|
/external/compiler-rt/lib/asan/tests/ |
asan_test.cc | [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_ulinux.c | 107 pthread_t thread_id = pthread_self(); 110 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(), 888 pthread_t thread_id = pthread_self( ); [all...] |
/external/libnfc-nci/src/gki/ulinux/ |
gki_ulinux.c | 104 pthread_t thread_id = pthread_self(); 107 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(), 866 pthread_t thread_id = pthread_self( ); [all...] |
/development/ndk/sources/android/libportable/arch-mips/ |
pthread.c | 133 // pthread_t pthread_self(void);
|
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
th-lock.c | 382 ret=(unsigned long)pthread_self();
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
heap-checker_unittest.cc | 831 VLOG(0) << "Adding pthread-specifics for thread " << pthread_self() 901 VLOG(3) << pthread_self() << " (" << getpid() << "): in wait: " 903 VLOG(2) << pthread_self() << " (" << getpid() << "): in wait, ptr = " 930 VLOG(2) << pthread_self() << ": continuing"; [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
heap-checker_unittest.cc | 831 VLOG(0) << "Adding pthread-specifics for thread " << pthread_self() 901 VLOG(3) << pthread_self() << " (" << getpid() << "): in wait: " 903 VLOG(2) << pthread_self() << " (" << getpid() << "): in wait, ptr = " 930 VLOG(2) << pthread_self() << ": continuing"; [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux_libcdep.cc | 67 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0);
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
ittnotify_config.h | 254 #define __itt_thread_id() pthread_self()
|
/external/openssl/crypto/threads/ |
th-lock.c | 382 ret=(unsigned long)pthread_self();
|
/external/valgrind/main/drd/ |
drd_thread.h | 53 * must be a value that will never be returned by pthread_self().
|
/external/valgrind/main/helgrind/tests/ |
tc20_verifywrap.c | 83 r= pthread_join( pthread_self(), NULL ); assert(r);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
mutex | 285 pthread_t __id = pthread_self();
|
thread | 255 return pthread_self();
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
threadlib.m4 | 121 # Test for libpthread by looking for pthread_kill. (Not pthread_self,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xthreads.h | 230 #define xthread_self pthread_self
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xthreads.h | 230 #define xthread_self pthread_self
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xthreads.h | 230 #define xthread_self pthread_self
|
/external/chromium/base/ |
logging.cc | 137 return reinterpret_cast<int64>(pthread_self()); 139 return pthread_self();
|
/external/v8/src/ |
platform-freebsd.cc | 496 thread->data()->thread_ = pthread_self(); 662 pthread_t thread_id = pthread_self();
|
platform-openbsd.cc | 549 thread->data()->thread_ = pthread_self(); 728 return pthread_self();
|
platform-solaris.cc | 488 thread->data()->thread_ = pthread_self(); 667 return pthread_self();
|
/hardware/ril/reference-ril/ |
atchannel.c | 802 if (0 != pthread_equal(s_tid_reader, pthread_self())) { 954 if (0 != pthread_equal(s_tid_reader, pthread_self())) {
|
Completed in 1996 milliseconds
<<11121314151617181920>>