HomeSort by relevance Sort by last modified time
    Searched full:ctid (Results 1 - 11 of 11) sorted by null

  /external/valgrind/main/callgrind/
callgrind_control.in 440 $ctid = 0;
460 if ($ctid != $1) {
461 $ctid = $1;
462 push(@tids, $ctid);
463 $fcount{$ctid} = 0;
465 $fcount{$ctid}++;
466 $func{$ctid,$fcount{$ctid}} = $3;
469 if ($ctid != $1) { next; }
470 $calls{$ctid,$fcount{$ctid}} = $3
    [all...]
  /bionic/libc/arch-arm/bionic/
clone.S 78 # pid_t *pid, void *tls, pid_t *ctid,
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-arm-linux.c 172 ThreadId ctid = VG_(alloc_ThreadState)(); local
174 ThreadState* ctst = VG_(get_ThreadState)(ctid);
184 vg_assert(VG_(is_valid_tid)(ctid));
186 stack = (UWord*)ML_(allocstack)(ctid);
224 ctid, seg->start, VG_PGROUNDUP(sp));
226 VG_(message)(Vg_UserMsg, "!? New thread %d starts with sp+%#lx) unmapped\n", ctid, sp);
230 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
233 res = sys_set_tls(ctid, child_tls);
243 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
256 VG_TRACK( pre_thread_ll_exit, ctid );
    [all...]
syswrap-amd64-linux.c 207 ThreadId ctid = VG_(alloc_ThreadState)(); local
209 ThreadState* ctst = VG_(get_ThreadState)(ctid);
219 vg_assert(VG_(is_valid_tid)(ctid));
221 stack = (UWord*)ML_(allocstack)(ctid);
279 ctid, seg->start, VG_PGROUNDUP(rsp));
283 ctid, rsp);
291 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
306 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
319 VG_TRACK( pre_thread_ll_exit, ctid );
    [all...]
syswrap-ppc64-linux.c 268 ThreadId ctid = VG_(alloc_ThreadState)(); local
270 ThreadState* ctst = VG_(get_ThreadState)(ctid);
280 vg_assert(VG_(is_valid_tid)(ctid));
282 stack = (UWord*)ML_(allocstack)(ctid);
353 ctid, seg->start, VG_PGROUNDUP(sp));
357 ctid, sp);
365 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
381 stack, flags, &VG_(threads)[ctid],
401 VG_TRACK( pre_thread_ll_exit, ctid );
    [all...]
syswrap-x86-linux.c 214 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);
290 ctid, seg->start, VG_PGROUNDUP(esp));
294 ctid, esp);
305 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
315 res = sys_set_thread_area(ctid, tlsinfo);
327 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
340 VG_TRACK( pre_thread_ll_exit, ctid );
    [all...]
syswrap-ppc32-linux.c 240 ThreadId ctid = VG_(alloc_ThreadState)(); local
242 ThreadState* ctst = VG_(get_ThreadState)(ctid);
252 vg_assert(VG_(is_valid_tid)(ctid));
254 stack = (UWord*)ML_(allocstack)(ctid);
325 ctid, seg->start, VG_PGROUNDUP(sp));
329 ctid, sp);
337 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
352 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
371 VG_TRACK( pre_thread_ll_exit, ctid );
    [all...]
syswrap-ppc32-aix5.c 563 /* A cancel has been requested for ctid. If the target
    [all...]
syswrap-ppc64-aix5.c 473 /* A cancel has been requested for ctid. If the target
syswrap-aix5.c 2303 ThreadId ctid = VG_(alloc_ThreadState)(); local
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 597 milliseconds