HomeSort by relevance Sort by last modified time
    Searched refs:pthread_self (Results 151 - 175 of 308) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/extras/tests/bionic/libc/common/
bench_pthread.c 181 BENCH(pthread_self());
  /frameworks/native/libs/binder/
IPCThreadState.cpp 477 LOG_THREADPOOL("**** THREAD %p (PID %d) IS JOINING THE THREAD POOL\n", (void*)pthread_self(), getpid());
506 (void*)pthread_self(), getpid(), (void*)result);
556 alog << "BC_TRANSACTION thr " << (void*)pthread_self() << " / hand "
596 alog << "BR_REPLY thr " << (void*)pthread_self() << " / hand "
1063 alog << "BR_TRANSACTION thr " << (void*)pthread_self()
    [all...]
  /external/chromium_org/v8/src/
platform-posix.cc 575 pthread_set_name_np(pthread_self(), name);
578 pthread_setname_np(pthread_self(), "%s", name);
605 thread->data()->thread_ = pthread_self();
  /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...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.c 151 ac->thread_id = pthread_self();
441 ac->thread_id = pthread_self();
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc 112 #include <pthread.h> // for pthread_t, pthread_self()
154 // so that we do not call pthread_self() when it does not yet work.
162 return pthread_equal(pthread_self(), should_be);
256 // owns lock_ iff pthread_equal(lock_owner_tid_, pthread_self())
275 lock_owner_tid_ = pthread_self();
  /external/iputils/ninfod/
ninfod_core.c 446 DEBUG(LOG_DEBUG, "%s(): thread=%ld\n", __func__, pthread_self());
448 DEBUG(LOG_DEBUG, "%s(): thread=%ld => %d\n", __func__, pthread_self(), ret);
  /external/mesa3d/src/glx/apple/
apple_glx_context.c 151 ac->thread_id = pthread_self();
441 ac->thread_id = pthread_self();
  /bionic/libc/include/
pthread.h 149 pthread_t pthread_self(void);
  /development/ndk/platforms/android-3/include/
pthread.h 145 pthread_t pthread_self(void);
  /development/ndk/platforms/android-5/include/
pthread.h 145 pthread_t pthread_self(void);
  /development/ndk/platforms/android-8/include/
pthread.h 145 pthread_t pthread_self(void);
  /development/ndk/platforms/android-9/include/
pthread.h 149 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/windows/
port.h 129 inline pthread_t pthread_self(void) { function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 126 inline pthread_t pthread_self(void) { function
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 67 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 218 pthread_getattr_np(pthread_self(), &attr);
  /external/openssl/crypto/threads/
th-lock.c 382 ret=(unsigned long)pthread_self();
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 343 pthread_self(), 0, 0, 0, 0);
345 DRD_(set_joinable)(pthread_self(),
422 pthread_self(), 0, 0, 0, 0);
484 pthread_self(), 0, 0, 0, 0);
    [all...]
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.c 83 r= pthread_join( pthread_self(), NULL ); assert(r);
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 125 return reinterpret_cast<uint32_t>(pthread_self());
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 145 pthread_t pthread_self(void);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 145 pthread_t pthread_self(void);

Completed in 1888 milliseconds

1 2 3 4 5 67 8 91011>>