Searched refs:ctid (Results 1 - 9 of 9) sorted by relevance

/external/openssh/openbsd-compat/
H A Dport-solaris.c52 ctid_t ctid = -1; local
65 if ((ctid = ct_status_get_id(stathdl)) < 0) {
74 return ctid;
144 ctid_t ctid; local
170 ctid = get_active_process_contract_id();
172 debug2("%s: abandoning contract id %ld", __func__, ctid);
175 CTFS_ROOT "/process/%ld/ctl", ctid);
/external/valgrind/main/callgrind/
H A Dcallgrind_control.in352 $ctid = 0;
372 if ($ctid != $1) {
373 $ctid = $1;
374 push(@tids, $ctid);
375 $fcount{$ctid} = 0;
377 $fcount{$ctid}++;
378 $func{$ctid,$fcount{$ctid}} = $3;
381 if ($ctid != $1) { next; }
382 $calls{$ctid,
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c269 ThreadId ctid = VG_(alloc_ThreadState)(); local
271 ThreadState* ctst = VG_(get_ThreadState)(ctid);
281 vg_assert(VG_(is_valid_tid)(ctid));
283 stack = (UWord*)ML_(allocstack)(ctid);
354 ctid, seg->start, VG_PGROUNDUP(sp));
358 ctid, sp);
366 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
382 stack, flags, &VG_(threads)[ctid],
402 VG_TRACK( pre_thread_ll_exit, ctid );
H A Dsyswrap-amd64-linux.c208 ThreadId ctid = VG_(alloc_ThreadState)(); local
210 ThreadState* ctst = VG_(get_ThreadState)(ctid);
220 vg_assert(VG_(is_valid_tid)(ctid));
222 stack = (UWord*)ML_(allocstack)(ctid);
280 ctid, seg->start, VG_PGROUNDUP(rsp));
284 ctid, rsp);
292 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
307 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
320 VG_TRACK( pre_thread_ll_exit, ctid );
H A Dsyswrap-ppc32-linux.c241 ThreadId ctid = VG_(alloc_ThreadState)(); local
243 ThreadState* ctst = VG_(get_ThreadState)(ctid);
253 vg_assert(VG_(is_valid_tid)(ctid));
255 stack = (UWord*)ML_(allocstack)(ctid);
326 ctid, seg->start, VG_PGROUNDUP(sp));
330 ctid, sp);
338 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
353 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
372 VG_TRACK( pre_thread_ll_exit, ctid );
H A Dsyswrap-s390x-linux.c214 ThreadId ctid = VG_(alloc_ThreadState)(); local
216 ThreadState* ctst = VG_(get_ThreadState)(ctid);
226 vg_assert(VG_(is_valid_tid)(ctid));
228 stack = (UWord*)ML_(allocstack)(ctid);
278 ctid, seg->start, VG_PGROUNDUP(sp));
282 ctid, sp);
290 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
306 ML_(start_thread_NORETURN), &VG_(threads)[ctid]);
317 VG_TRACK( pre_thread_ll_exit, ctid );
H A Dsyswrap-arm-linux.c173 ThreadId ctid = VG_(alloc_ThreadState)(); local
175 ThreadState* ctst = VG_(get_ThreadState)(ctid);
185 vg_assert(VG_(is_valid_tid)(ctid));
187 stack = (UWord*)ML_(allocstack)(ctid);
225 ctid, seg->start, VG_PGROUNDUP(sp));
227 VG_(message)(Vg_UserMsg, "!? New thread %d starts with sp+%#lx) unmapped\n", ctid, sp);
231 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
234 res = sys_set_tls(ctid, child_tls);
244 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
257 VG_TRACK( pre_thread_ll_exit, ctid );
[all...]
H A Dsyswrap-x86-linux.c215 ThreadId ctid = VG_(alloc_ThreadState)(); local
217 ThreadState* ctst = VG_(get_ThreadState)(ctid);
227 vg_assert(VG_(is_valid_tid)(ctid));
229 stack = (UWord*)ML_(allocstack)(ctid);
291 ctid, seg->start, VG_PGROUNDUP(esp));
295 ctid, esp);
306 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
316 res = sys_set_thread_area(ctid, tlsinfo);
328 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
341 VG_TRACK( pre_thread_ll_exit, ctid );
[all...]
H A Dsyswrap-aix5.c2303 ThreadId ctid = VG_(alloc_ThreadState)(); local
2304 ThreadState* ctst = VG_(get_ThreadState)(ctid);

Completed in 207 milliseconds