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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgomp.so 
libgomp.so.1 
libgomp.so.1.0.0 
  /bionic/libc/bionic/
pthread-timers.c 571 pthread_setname_np(pthread_self(), name);
  /dalvik/vm/
Thread.h 161 /* thread handle, as reported by pthread_self() */
  /device/samsung/manta/gps/
gps.exynos5.so 
  /external/bison/m4/
threadlib.m4 171 # Test for libpthread by looking for pthread_kill. (Not pthread_self,
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 299 if(ts[h].thread_id == pthread_self())
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 119 result->thread_ = pthread_self();
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 560 pthread_t tid = pthread_self();
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc 537 thread_ = pthread_self();
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 54 fprintf(stderr, "[%d] %s", 0 /* (int)pthread_self() */, z);
320 #define mutex_held(X) pthread_equal(primitives.aHolder[X], pthread_self())
344 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); )
357 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); )
    [all...]
  /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/chromium_org/v8/src/third_party/vtune/
ittnotify_config.h 283 #define __itt_thread_id() pthread_self()
  /external/llvm/lib/Support/Unix/
Signals.inc 368 return pthread_kill(pthread_self(), sig);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFileReaderThread.c 184 relativePriority = frt->mThreadPriority - frt->GetThreadBasePriority(pthread_self());
  /external/srec/portable/include/
ptrd.h 52 #define PtrdGetCurrentThreadId pthread_self
  /external/v8/test/cctest/
test-log.cc 178 self_ = pthread_self();
  /external/valgrind/main/drd/
drd_clientreq.c 245 // pthread_self() returns 0 for programs not linked with libpthread.so.
  /frameworks/wilhelm/src/
itfstruct.h 40 // Only keep the pthread_t, not the kernel tid, because pthread_self() is very fast
sles.c 108 assert(pthread_equal(pthread_self(), object->mOwner));
  /external/bison/lib/glthread/
lock.c 408 pthread_t self = pthread_self ();
429 if (lock->owner != pthread_self ())
lock.h 142 # ifndef pthread_self
143 # pragma weak pthread_self macro
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 146 gki_cb.os.thread_id[p_pthread_info->task_id] = pthread_self();
    [all...]

Completed in 1167 milliseconds

<<11121314151617181920>>