Searched refs:creation_stack_id (Results 1 – 5 of 5) sorted by relevance
69 creation_stack_id = CurrentStackId(args->thr, args->pc); in OnCreated()158 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) { in MaybeReportThreadLeak()
62 u32 creation_stack_id; member
66 res->creation_stack_id = CurrentStackId(thr, pc); in Create()
207 const uptr *stack = StackDepotGet(tctx->creation_stack_id, &ssz); in AddThread()276 const uptr *stack = StackDepotGet(s->creation_stack_id, &ssz); in AddMutex()
481 u32 creation_stack_id; variable