HomeSort by relevance Sort by last modified time
    Searched defs:tid (Results 51 - 75 of 281) sorted by null

1 23 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
pthread_create.cpp 104 if (sched_setscheduler(thread->tid, thread->attr.sched_policy, &param) == -1) {
201 int tid = __pthread_clone(start_routine, tls, flags, arg); local
202 if (tid < 0) {
212 thread->tid = tid;
226 _thread_created_hook(thread->tid);
pthread_internal.h 41 pid_t tid; member in struct:pthread_internal_t
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 19 ThreadContextBase::ThreadContextBase(u32 tid)
20 : tid(tid), unique_id(0), os_id(0), user_id(0), status(ThreadStatusInvalid),
74 // Parent tid makes no sense for the main thread.
75 if (tid != 0)
123 u32 tid = kUnknownTid; local
127 // Reusing old thread descriptor and tid.
137 tid = tctx->tid;
139 // Allocate new thread context and tid
    [all...]
  /external/iproute2/tc/
f_rsvp.c 238 unsigned tid; local
240 if (get_unsigned(&tid, *argv, 0)) {
244 pinfo.tunnelid = tid;
247 unsigned tid; local
249 if (get_unsigned(&tid, *argv, 0)) {
253 addattr_l(n, 4096, TCA_RSVP_CLASSID, &tid, 4);
258 if (get_unsigned(&tid, *argv, 0)) {
262 pinfo.tunnelhdr = tid;
  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 100 static void llcp_sdp_add_sdreq (UINT8 tid, char *p_name)
109 UINT8_TO_BE_STREAM (p, tid);
125 tLLCP_STATUS llcp_sdp_send_sdreq (UINT8 tid, char *p_name)
131 LLCP_TRACE_DEBUG2 ("llcp_sdp_send_sdreq (): tid=0x%x, ServiceName=%s", tid, p_name);
157 llcp_sdp_add_sdreq (tid, p_name);
172 llcp_sdp_add_sdreq (tid, p_name);
207 static void llcp_sdp_add_sdres (UINT8 tid, UINT8 sap)
215 UINT8_TO_BE_STREAM (p, tid);
231 static tLLCP_STATUS llcp_sdp_send_sdres (UINT8 tid, UINT8 sap
413 UINT8 type, length, tid, sap, *p_value; local
    [all...]
  /external/libusb_aah/libusb/os/
threads_windows.h 31 DWORD tid; member in struct:usbi_cond_perthread
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageLog.java 59 private String tid; field in class:MessageLog
89 String tid,
108 this.tid = tid;
122 String tid,
135 this.tid = tid;
161 + tid
  /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/
opd_sfile.h 45 pid_t tid; member in struct:sfile
opd_spu.c 23 pid_t tid; member in struct:spu_context_info
68 trans->tid = pop_buffer_value(trans);
74 printf("SPU_CTX_SWITCH to tid %lu, tgid %lu, cookie %llx(%s)\n",
75 (unsigned long)trans->tid, (unsigned long)trans->tgid,
94 spu_context_cache[i].tid = trans->tid;
104 trans->tid = spu_context_cache[i].tid;
opd_trans.h 54 pid_t tid; member in struct:transient
  /external/oprofile/libop/
op_mangle.h 47 pid_t tid; member in struct:mangle_values
  /external/qemu/hw/
goldfish_trace.c 58 static unsigned tid; // current thread id (same as pid, most of the time) variable
74 DPID("QEMU.trace: context switch tid=%u\n", value);
84 tid = (unsigned) value;
170 DPID("QEMU.trace: exit tid=%u\n", value);
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-darwin.c 91 ThreadId tid = tst->tid; local
99 addr - VG_STACK_REDZONE_SZB, size, tid );
104 /* Create a signal frame for thread 'tid'. Make a 3-arg frame
109 void VG_(sigframe_create) ( ThreadId tid,
130 tst = VG_(get_ThreadState)(tid);
161 VG_(set_SP)(tid, rsp);
162 VG_TRACK( post_reg_write, Vg_CoreSignal, tid, VG_O_STACK_PTR, sizeof(ULong));
165 VG_(set_IP)(tid, (ULong)handler);
166 VG_TRACK( post_reg_write, Vg_CoreSignal, tid, VG_O_INSTR_PTR, sizeof(ULong))
    [all...]
sigframe-x86-darwin.c 94 ThreadId tid = tst->tid; local
102 addr - VG_STACK_REDZONE_SZB, size, tid );
107 /* Create a signal frame for thread 'tid'. Make a 3-arg frame
112 void VG_(sigframe_create) ( ThreadId tid,
133 tst = VG_(get_ThreadState)(tid);
164 VG_(set_SP)(tid, esp);
165 VG_TRACK( post_reg_write, Vg_CoreSignal, tid, VG_O_STACK_PTR, sizeof(UInt));
168 VG_(set_IP)(tid, (UInt)handler);
169 VG_TRACK( post_reg_write, Vg_CoreSignal, tid, VG_O_INSTR_PTR, sizeof(UInt))
    [all...]
  /external/valgrind/main/drd/
drd_hb.c 41 UWord tid; // A DrdThreadId declared as UWord because member in struct:hb_thread_info
70 const DrdThreadId tid)
72 p->tid = tid;
120 .tid = DRD_(thread_get_running_tid)(),
157 void DRD_(hb_happens_before)(const DrdThreadId tid, Addr const hb)
161 const UWord word_tid = tid;
178 DRD_(hb_thread_initialize)(q, tid);
187 DRD_(thread_get_latest_segment)(&q->sg, tid);
192 void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb
    [all...]
  /external/valgrind/main/drd/tests/
annotate_barrier.c 44 pthread_t tid; member in struct:threadinfo
147 pthread_create(&t[i].tid, 0, (void*(*)(void*))threadfunc, &t[i]);
152 pthread_join(t[i].tid, 0);
  /frameworks/base/tools/preload/
Record.java 86 final int tid; field in class:Record
130 tid = Integer.parseInt(parts[2]);
  /system/core/include/cutils/
logger.h 24 int32_t tid; /* generating process's tid */ member in struct:logger_entry
39 int32_t tid; /* generating process's tid */ member in struct:logger_entry_v2
logprint.h 48 int32_t tid; member in struct:AndroidLogEntry_t
  /bionic/libc/kernel/common/linux/
smb.h 54 __u16 tid; member in struct:smb_conn_opt
  /bionic/linker/
debugger.cpp 40 extern "C" int tgkill(int tgid, int tid, int sig);
57 pid_t tid; member in struct:debugger_msg_t
189 pid_t tid = gettid(); local
194 // local socket but we need to tell it the tid of the crashing thread.
195 // debuggerd will be paranoid and verify that we sent a tid
199 msg.tid = tid;
204 ret = TEMP_FAILURE_RETRY(read(s, &tid, 1));
  /development/ndk/platforms/android-3/include/linux/
smb.h 48 __u16 tid; member in struct:smb_conn_opt
  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 566 int tid, sig; local
569 tid = va_arg(ap, int);
573 ret = WRAP(tkill)(tid, sig);
  /external/chromium/base/threading/
simple_thread.h 76 // Every thread has a name, in the form of |name_prefix|/TID, for example
92 // Return the completed name including TID, only valid after Start().
96 PlatformThreadId tid() { return tid_; } function in class:base::SimpleThread

Completed in 3060 milliseconds

1 23 4 5 6 7 8 91011>>