Searched defs:max_stack_len (Results 1 – 2 of 2) sorted by relevance
245 CaptureResult CaptureCrashingThreadStack(int max_stack_len) { in CaptureCrashingThreadStack()
319 uintptr_t pc, int max_stack_len, uint8_t** stack_copy) { in FillThreadStack()484 int max_stack_len = -1; // default to no maximum for this thread in WriteThreadListStream() local