HomeSort by relevance Sort by last modified time
    Searched refs:tid (Results 426 - 450 of 764) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon49450
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon49807
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon50147
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon50509
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon50854
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon53534
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon53892
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon54250
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon54613
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon59313
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon59675
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon60037
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon60404
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_blind.c 128 CRYPTO_THREADID tid; member in struct:bn_blinding_st
167 CRYPTO_THREADID_current(&ret->tid);
293 return &b->tid;
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 112 b->Init(sz, thr->tid, CurrentStackId(thr, pc));
115 DPrintf("#%d: alloc(%zu) = %p\n", thr->tid, sz, p);
123 DPrintf("#%d: free(%p)\n", thr->tid, p);
  /external/openssl/crypto/bn/
bn_blind.c 128 CRYPTO_THREADID tid; member in struct:bn_blinding_st
167 CRYPTO_THREADID_current(&ret->tid);
293 return &b->tid;
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 419 verbprintf(vmisc, "un-named proc for tid %d\n", proc->tid);
425 image = opd_get_kernel_image(vmlinux, app_name, proc->tid, proc->tgid);
454 image = opd_get_kernel_image(module_name, app_name, proc->tid, proc->tgid);
  /external/oprofile/daemon/
opd_trans.c 151 trans->tid = pop_buffer_value(trans);
162 printf("CTX_SWITCH to tid %lu, tgid %lu, cookie %llx(%s)\n",
163 (unsigned long)trans->tid, (unsigned long)trans->tgid,
307 .tid = -1,
  /external/oprofile/libpp/
arrange_profiles.cpp 79 comp = numeric_compare(lt.tid, rt.tid);
109 { "tid", "specify tid: or --merge tid" },
213 * allowed if they are TGID,TID and for each class,
214 * tid == tgid
232 if (it->ptemplate.tgid != it->ptemplate.tid)
346 it->name += it->ptemplate.tid;
348 it->longname += it->ptemplate.tid;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 117 void ThreadCache::Init(pthread_t tid) {
135 tid_ = tid;
142 memcpy(&sampler_seed, &tid, sizeof(sampler_seed));
400 ThreadCache* ThreadCache::NewHeap(pthread_t tid) {
403 heap->Init(tid);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 115 void ThreadCache::Init(pthread_t tid) {
132 tid_ = tid;
139 memcpy(&sampler_seed, &tid, sizeof(sampler_seed));
389 ThreadCache* ThreadCache::NewHeap(pthread_t tid) {
392 heap->Init(tid);
  /external/iproute2/ip/
iprule.c 302 __u32 tid; local
304 if (rtnl_rttable_a2n(&tid, *argv))
306 if (tid < 256)
307 req.r.rtm_table = tid;
310 addattr32(&req.n, sizeof(req), FRA_TABLE, tid);
  /external/valgrind/main/drd/
drd_mutex.c 43 static void mutex_delete_thread(struct mutex_info* p, const DrdThreadId tid);
483 Bool DRD_(mutex_is_locked_by)(const Addr mutex, const DrdThreadId tid)
488 return (p->recursion_count > 0 && p->owner == tid);
501 * Call this function when thread tid stops to exist, such that the
504 static void mutex_delete_thread(struct mutex_info* p, const DrdThreadId tid)
508 if (p->owner == tid && p->recursion_count > 0)
  /external/valgrind/main/exp-bbv/
bbv_main.c 505 static void bbv_thread_called ( ThreadId tid, ULong nDisp )
507 if (tid >= allocated_threads) {
508 bbv_thread=allocate_new_thread(bbv_thread,allocated_threads,tid+1);
509 allocated_threads=tid+1;
511 current_thread=tid;
  /system/core/liblog/
fake_log_device.c 357 pid_t pid, tid; local
363 pid = tid = getpid(); // find gettid()?
401 "%c(%5d:%5d) ", priChar, pid, tid);
415 "%s %5d %5d %c %-8s \n\t", timeBuf, pid, tid, priChar, tag);
421 timeBuf, pid, tid, priChar, tag);

Completed in 378 milliseconds

<<11121314151617181920>>