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:__anon36495
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 652 Addr stack_max; local
659 stack_max = DRD_(thread_get_stack_max)(drd_created);
660 drd_start_using_mem_stack2(drd_created, stack_max, 0);
  /external/valgrind/main/include/
pub_tool_machine.h 147 /*OUT*/Addr* stack_max );
  /external/valgrind/main/coregrind/
m_addrinfo.c 47 Addr stack_min, stack_max; local
98 while ( VG_(thread_stack_next)(&tid, &stack_min, &stack_max) ) {
99 if (stack_min - VG_STACK_REDZONE_SZB <= a && a <= stack_max) {
m_machine.c 374 /*OUT*/Addr* stack_max)
383 *stack_max = VG_(threads)[i].client_stack_highest_word;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 3232 Addr stack_min, stack_max; local
    [all...]

Completed in 314 milliseconds