HomeSort by relevance Sort by last modified time
    Searched refs:tid (Results 76 - 100 of 577) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/openssh/regress/
try-ciphers.sh 4 tid="try ciphers"
17 verbose "test $tid: proto 2 cipher $c mac $m"
28 verbose "test $tid: proto 1 cipher $c"
44 verbose "test $tid: proto 2 cipher $c mac $m"
exit-status.sh 4 tid="remote exit status"
9 verbose "test $tid: proto $p status $s"
proto-mismatch.sh 4 tid="protocol version mismatch"
proto-version.sh 4 tid="sshd version with different protocol combinations"
putty-kex.sh 4 tid="putty KEX"
15 verbose "$tid: kex $k"
sftp-badcmds.sh 4 tid="sftp invalid commands"
15 verbose "$tid: get nonexistent"
21 verbose "$tid: glob get to nonexistent directory"
29 verbose "$tid: put nonexistent"
35 verbose "$tid: glob put to nonexistent directory"
43 verbose "$tid: rename nonexistent"
51 verbose "$tid: rename target exists (directory)"
61 verbose "$tid: glob put files to local file"
  /external/valgrind/main/drd/
drd_barrier.h 46 void DRD_(barrier_pre_wait)(const DrdThreadId tid, const Addr barrier,
48 void DRD_(barrier_post_wait)(const DrdThreadId tid, const Addr barrier,
drd_hb.c 42 UWord tid; // A DrdThreadId declared as UWord because member in struct:hb_thread_info
71 const DrdThreadId tid)
73 p->tid = tid;
121 .tid = DRD_(thread_get_running_tid)(),
158 void DRD_(hb_happens_before)(const DrdThreadId tid, Addr const hb)
162 const UWord word_tid = tid;
179 DRD_(hb_thread_initialize)(q, tid);
188 DRD_(thread_get_latest_segment)(&q->sg, tid);
193 void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb
    [all...]
drd_malloc_wrappers.h 40 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size);
41 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc);
  /external/valgrind/main/gdbserver_tests/
nlcontrolc.stdoutB.exp 7 4 Thread .... (tid 4 VgTs_WaitSys) 0x........ in syscall ...
8 3 Thread .... (tid 3 VgTs_WaitSys) 0x........ in syscall ...
9 2 Thread .... (tid 2 VgTs_WaitSys) 0x........ in syscall ...
10 * 1 Thread .... (tid 1 VgTs_WaitSys) 0x........ in syscall ...
  /external/valgrind/main/include/
pub_tool_stacktrace.h 38 // for thread 'tid'. Maximum of 'n_ips' addresses put into 'ips';
46 // [0] is the IP of thread 'tid'
59 extern UInt VG_(get_StackTrace) ( ThreadId tid,
81 extern void VG_(get_and_pp_StackTrace) ( ThreadId tid, UInt n_ips );
pub_tool_tooliface.h 69 ThreadId tid; /* tid requesting translation */ member in struct:__anon14169
89 // * closure->tid is the ThreadId of the thread requesting the
410 Bool (*handle_client_request)(ThreadId tid, UWord* arg_block, UWord* ret)
425 void (* pre_syscall)(ThreadId tid, UInt syscallno,
427 void (*post_syscall)(ThreadId tid, UInt syscallno,
448 void* (*pmalloc) ( ThreadId tid, SizeT n ),
449 void* (*p__builtin_new) ( ThreadId tid, SizeT n ),
450 void* (*p__builtin_vec_new) ( ThreadId tid, SizeT n ),
451 void* (*pmemalign) ( ThreadId tid, SizeT align, SizeT n )
    [all...]
  /frameworks/av/services/audioflinger/
SchedulingPolicyService.cpp 28 int requestPriority(pid_t pid, pid_t tid, int32_t prio)
49 return sps->requestPriority(pid, tid, prio);
ISchedulingPolicyService.h 29 virtual int requestPriority(/*pid_t*/int32_t pid, /*pid_t*/int32_t tid,
  /system/core/debuggerd/
utility.h 51 int wait_for_signal(pid_t tid, int* total_sleep_time_usec);
52 void wait_for_stop(pid_t tid, int* total_sleep_time_usec);
tombstone.h 28 char* engrave_tombstone(pid_t pid, pid_t tid, int signal,
  /external/bluetooth/bluez/cups/
hcrp.c 55 uint16_t tid; member in struct:hcrp_pdu_hdr
82 static int hcrp_credit_grant(int sk, uint16_t tid, uint32_t credit)
91 hdr.tid = htons(tid);
115 static int hcrp_credit_request(int sk, uint16_t tid, uint32_t *credit)
123 hdr.tid = htons(tid);
148 static int hcrp_get_lpt_status(int sk, uint16_t tid, uint8_t *lpt_status)
156 hdr.tid = htons(tid);
198 uint16_t tid = 0; local
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_main.c 286 static Seg* add_new_segment ( ThreadId tid, Addr p, SizeT size )
292 seg->ec = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ );
303 void* alloc_and_new_mem_heap ( ThreadId tid,
313 add_new_segment( tid, p, size );
319 static void die_and_free_mem_heap ( ThreadId tid, Seg* seg )
327 seg->ec = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ );
335 static void handle_free_heap( ThreadId tid, void* p )
342 die_and_free_mem_heap( tid, seg );
350 void* h_replace_malloc ( ThreadId tid, SizeT n )
352 return alloc_and_new_mem_heap ( tid, n, VG_(clo_alignment)
    [all...]
  /external/valgrind/main/coregrind/
m_machine.c 48 Addr VG_(get_IP) ( ThreadId tid ) {
49 return INSTR_PTR( VG_(threads)[tid].arch );
51 Addr VG_(get_SP) ( ThreadId tid ) {
52 return STACK_PTR( VG_(threads)[tid].arch );
54 Addr VG_(get_FP) ( ThreadId tid ) {
55 return FRAME_PTR( VG_(threads)[tid].arch );
58 void VG_(set_IP) ( ThreadId tid, Addr ip ) {
59 INSTR_PTR( VG_(threads)[tid].arch ) = ip;
61 void VG_(set_SP) ( ThreadId tid, Addr sp ) {
62 STACK_PTR( VG_(threads)[tid].arch ) = sp
292 ThreadId tid; local
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-arm-linux.c 86 ThreadId tid = tst->tid; local
100 addr, tid);
108 VG_(synth_fault_mapping)(tid, addr);
118 size + VG_STACK_REDZONE_SZB, tid );
123 static void synth_ucontext( ThreadId tid, const vki_siginfo_t *si,
127 ThreadState *tst = VG_(get_ThreadState)(tid);
175 VG_TRACK( pre_mem_write, Vg_CoreSignal, tst->tid, "signal handler frame",
186 synth_ucontext(tst->tid, siginfo, trapno, err, mask, &frame->uc);
188 VG_TRACK( post_mem_write, Vg_CoreSignal, tst->tid,
    [all...]
  /system/core/toolbox/
schedtop.c 19 int tid; member in struct:thread_info
94 static void add_thread(int pid, int tid, struct thread_info *proc_info)
100 if(tid == 0)
105 info->tid = tid;
107 if(tid)
108 sprintf(line, "/proc/%d/task/%d/schedstat", pid, tid);
122 if (!tid) {
130 if (tid)
131 sprintf(line, "/proc/%d/task/%d/stat", pid, tid);
165 int tid = atoi(de->d_name); local
177 int tid = last_threads.data[i].tid; local
232 int tid = last_processes.data[i].tid; local
    [all...]
  /external/linux-tools-perf/util/
thread_map.c 42 struct thread_map *thread_map__new_by_tid(pid_t tid)
47 threads->map[0] = tid;
54 struct thread_map *thread_map__new(pid_t pid, pid_t tid)
58 return thread_map__new_by_tid(tid);
  /external/nist-sip/java/gov/nist/javax/sip/
LogRecordFactory.java 25 * @param tid -- the transaction id
35 String firstLine, String tid, String callId, long timestampVal);
  /external/oprofile/libpp/
filename_spec.cpp 38 if (!tid.match(rhs.tid) || !cpu.match(rhs.cpu) ||
71 tid.set(parsed.tid);
  /system/extras/tests/bionic/libc/other/
test_timer_create2.c 51 timer_t tid; local
59 if (timer_create (CLOCK_REALTIME, &se, &tid) < 0)
64 printf("timer_create successfully = %d.\n", (int)tid);
69 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)

Completed in 1009 milliseconds

1 2 34 5 6 7 8 91011>>