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

<<11121314151617181920>>

  /external/chromium_org/tools/grit/grit/format/
resource_map.py 114 tid = item.attrs['name']
115 if tid in tids and key not in seen:
117 yield ' {"%s", %s},\n' % (key, tid)
  /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);
annotate_rwlock.c 144 pthread_t tid[thread_count]; local
150 pthread_create(&tid[i], 0, thread_func, 0);
155 pthread_join(tid[i], 0);
monitor_example.cpp 222 pthread_t tid; local
223 pthread_create(&tid, 0, thread_func, 0);
228 pthread_join(tid, 0);
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 158 pthread_t tid[thread_count]; local
164 pthread_create(&tid[i], 0, thread_func, 0);
169 pthread_join(tid[i], 0);
tc06_two_races_xml.stderr.exp 78 <tid>...</tid>
123 <tid>...</tid>
168 <tid>...</tid>
213 <tid>...</tid>
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 56 u64 tid : kTidBits;
61 void Init(uptr siz, u32 tid, u32 stk) {
64 raw[1] |= (u64)tid << ((1 + 44 + 31) % 64);
68 DCHECK_EQ(Tid(), tid); local
72 u32 Tid() const {
146 // tid : kTidBits
152 FastState(u64 tid, u64 epoch) {
153 x_ = tid << kTidShift;
155 DCHECK_EQ(tid, this->tid())
168 u64 tid() const { function in class:__tsan::FastState
433 const int tid; member in struct:__tsan::ThreadState
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 227 ( ThreadId tid, \
236 ( ThreadId tid, \
249 ( ThreadId tid, \
257 ( ThreadId tid, \
428 VG_(tdict).track_pre_reg_read(Vg_CoreSysCall, tid, "(syscallno)", \
450 Vg_CoreSysCall, tid, s"("#a")", \
468 Vg_CoreSysCall, tid, s"("#a")", \
497 Addr here = layout->s_arg##n + VG_(get_SP)(tid); \
500 Vg_CoreSysCallArgInMem, tid, s"("#a")", \
515 VG_(get_SP)(tid); \
    [all...]
  /bionic/libc/bionic/
pthread_internal.h 42 pid_t tid; member in struct:pthread_internal_t
pthread.c 158 * 31-16 tid owner thread's tid (recursive and errorcheck only)
268 * tid of the owning thread. Note that this works because the Linux
583 int mvalue, mtype, tid, shared; local
599 tid = __get_thread()->tid;
600 if ( tid == MUTEX_OWNER_FROM_BITS(mvalue) )
610 int newval = MUTEX_OWNER_TO_BITS(tid) | mtype | MUTEX_STATE_BITS_LOCKED_UNCONTENDED;
629 newval = MUTEX_OWNER_TO_BITS(tid) | mtype | MUTEX_STATE_BITS_LOCKED_CONTENDED;
677 int mvalue, mtype, tid, shared local
744 int mvalue, mtype, tid, shared; local
839 int mvalue, mtype, tid, shared; local
    [all...]
pthread_create.cpp 117 if (sched_setscheduler(thread->tid, thread->attr.sched_policy, &param) == -1) {
224 int tid = __pthread_clone(start_routine, child_stack, flags, arg); local
225 if (tid < 0) {
235 thread->tid = tid;
249 _thread_created_hook(thread->tid);
  /external/openssh/regress/
cipher-speed.sh 4 tid="cipher speed"
agent-getpeereid.sh 4 tid="disallow agent attach from other uid"
cert-hostkey.sh 4 tid="certified host keys"
28 verbose "$tid: sign host ${ktype} cert"
50 verbose "$tid: host ${ktype} cert connect privsep $privsep"
92 verbose "$tid: host ${ktype} revoked cert privsep $privsep"
119 verbose "$tid: host ${ktype} revoked cert"
151 verbose "$tid: host cert connect $ident $kt expect $result"
193 verbose "$tid: host ${ktype} ${v} cert downgrade to raw key"
240 verbose "$tid: host ${kt} connect wrong cert"
rekey.sh 4 tid="rekey during transfer data"
  /external/oprofile/daemon/
opd_sfile.h 45 pid_t tid; member in struct:sfile
  /external/qemu/memcheck/
memcheck.h 109 * tid - ID of the thread that becomes active.
111 void memcheck_switch(uint32_t tid);
  /external/valgrind/main/include/
pub_tool_gdbserver.h 51 // Calling VG_(gdbserver) with tid > 0 means to let a debugger attach
53 // process stopped in thread tid.
54 // tid == 0 indicates to stop gdbserver and report to gdb
57 extern void VG_(gdbserver) ( ThreadId tid );
  /external/valgrind/main/memcheck/tests/
long_namespace_xml.stderr.exp 33 <tid>...</tid>
  /system/core/include/corkscrew/
map_info.h 41 /* Loads memory map from /proc/<tid>/maps. */
42 map_info_t* load_map_info_list(pid_t tid);
  /external/linux-tools-perf/util/
build-id.c 49 struct thread *thread = perf_session__findnew(session, event->fork.tid);
51 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid,
  /external/valgrind/main/coregrind/
m_execontext.c 297 static ExeContext* record_ExeContext_wrk ( ThreadId tid, Word first_ip_delta,
308 vg_assert(VG_(is_valid_tid)(tid));
312 ips[0] = VG_(get_IP)(tid) + first_ip_delta;
314 n_ips = VG_(get_StackTrace)( tid, ips, VG_(clo_backtrace_size),
426 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) {
427 return record_ExeContext_wrk( tid, first_ip_delta,
431 ExeContext* VG_(record_depth_1_ExeContext)( ThreadId tid, Word first_ip_delta )
433 return record_ExeContext_wrk( tid, first_ip_delta,
  /frameworks/base/tools/preload/
Record.java 86 final int tid; field in class:Record
130 tid = Integer.parseInt(parts[2]);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
ServerLog.java 323 String callId, String firstLine, String status, String tid, long time,
327 sender, firstLine, tid, callId, timestampVal);
351 String tid = message.getTransactionId(); local
354 logMessage(inputText, from, to, sender, callId, firstLine, null, tid, time, tsval);
376 String tid = message.getTransactionId(); local
379 logMessage(encoded, from, to, sender, callId, firstLine, status, tid, time, tsval);
  /external/valgrind/main/memcheck/
mc_errors.c 95 ThreadId tid; // Which thread's stack? member in struct:_AddrInfo::__anon30061::__anon30063
318 xpre, (ULong)a, ai->Addr.Stack.tid, xpost );
841 void MC_(record_address_error) ( ThreadId tid, Addr a, Int szB,
853 just_below_esp = is_just_below_ESP( VG_(get_SP)(tid), a );
864 VG_(maybe_record_error)( tid, Err_Addr, a, /*s*/NULL, &extra );
867 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag )
876 VG_(maybe_record_error)( tid, Err_Value, /*addr*/0, /*s*/NULL, &extra );
879 void MC_(record_cond_error) ( ThreadId tid, UInt otag )
887 VG_(maybe_record_error)( tid, Err_Cond, /*addr*/0, /*s*/NULL, &extra );
893 void MC_(record_core_mem_error) ( ThreadId tid, Char* msg
1104 ThreadId tid; local
    [all...]

Completed in 1571 milliseconds

<<11121314151617181920>>