HomeSort by relevance Sort by last modified time
    Searched refs:pthread_self (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
debugging.c 102 g_PPAPIThread = pthread_self();
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_thread.h 111 return (unsigned long) pthread_self();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 40 return (uptr)pthread_self();
  /external/fio/os/
os-solaris.h 161 return pthread_self();
  /external/mesa3d/src/mapi/mapi/
u_thread.h 111 return (unsigned long) pthread_self();
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
threading.h 39 #define pthread_self() GetCurrentThreadId() macro
62 #define pthread_self() _gettid() macro
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
thread_posix.cc 142 return pthread_mach_thread_np(pthread_self());
144 return reinterpret_cast<uint32_t>(pthread_self());
  /external/libvpx/libvpx/vp8/common/
threading.h 39 #define pthread_self() GetCurrentThreadId() macro
62 #define pthread_self() _gettid() macro
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 342 h->tid_ = pthread_self();
354 // calling pthread routines (even pthread_self) too early could
365 me = pthread_self();
368 const pthread_t me = pthread_self();
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 331 h->tid_ = pthread_self();
343 // calling pthread routines (even pthread_self) too early could
354 me = pthread_self();
357 const pthread_t me = pthread_self();
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/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_threadStart.c 75 pthread_t self = pthread_self ();
  /external/libcxxabi/src/
cxa_guard.cpp 197 const lock_type id = pthread_mach_thread_np(pthread_self());
  /external/lldb/test/functionalities/thread/concurrent_events/
main.cpp 79 pthread_kill(pthread_self(), SIGUSR1);
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 105 pthread_t thread_id = pthread_self();
108 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
889 pthread_t thread_id = pthread_self( );
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 102 pthread_t thread_id = pthread_self();
105 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
866 pthread_t thread_id = pthread_self( );
    [all...]
  /art/runtime/
entrypoints_order_test.cc 114 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, name, pthread_self, kPointerSize);
115 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, pthread_self, last_no_thread_suspension_cause,
  /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/v8/src/base/platform/
platform-posix.cc 473 pthread_set_name_np(pthread_self(), name);
476 pthread_setname_np(pthread_self(), "%s", name);
  /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 231 pthread_t pthread_self(void) __pure2;
  /development/ndk/platforms/android-3/include/
pthread.h 151 pthread_t pthread_self(void);
  /development/ndk/platforms/android-5/include/
pthread.h 151 pthread_t pthread_self(void);
  /development/ndk/platforms/android-8/include/
pthread.h 151 pthread_t pthread_self(void);

Completed in 1772 milliseconds

1 23 4 5 6