HomeSort by relevance Sort by last modified time
    Searched refs:stack_max (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/drd/
drd_thread.h 76 Addr stack_max; /**< Top of stack. */ member in struct:__anon17008
296 /* before drd_post_thread_create() has filled in stack_max. */
298 < DRD_(g_threadinfo)[tid].stack_max
299 || DRD_(g_threadinfo)[tid].stack_max == 0);
315 && a < DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].stack_max);
331 && a < DRD_(g_threadinfo)[i].stack_max)
drd_thread.c 192 DRD_(g_threadinfo)[i].stack_max = 0;
322 DRD_(g_threadinfo)[created].stack_max
325 = DRD_(g_threadinfo)[created].stack_max;
327 = DRD_(g_threadinfo)[created].stack_max;
329 = DRD_(g_threadinfo)[created].stack_max;
332 tl_assert(DRD_(g_threadinfo)[created].stack_max != 0);
413 * Any conflicting accesses in the range stack_startup..stack_max will be
422 tl_assert(stack_startup <= DRD_(g_threadinfo)[tid].stack_max);
450 return DRD_(g_threadinfo)[tid].stack_max;
534 DRD_(g_threadinfo)[tid].stack_min = DRD_(g_threadinfo)[tid].stack_max;
    [all...]
drd_main.c 627 Addr stack_max; local
634 stack_max = DRD_(thread_get_stack_max)(drd_created);
635 drd_start_using_mem_stack2(drd_created, stack_max, 0);
  /external/valgrind/main/include/
pub_tool_machine.h 139 /*OUT*/Addr* stack_max );
  /external/valgrind/main/memcheck/
mc_errors.c 1105 Addr stack_min, stack_max; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 3177 Addr stack_min, stack_max; local
    [all...]
  /external/valgrind/main/coregrind/
m_machine.c 354 /*OUT*/Addr* stack_max)
363 *stack_max = VG_(threads)[i].client_stack_highest_word;
    [all...]

Completed in 140 milliseconds