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

  /external/valgrind/callgrind/
threads.c 39 static exec_stack current_states;
342 void CLG_(init_exec_stack)(exec_stack* es)
353 void CLG_(copy_current_exec_stack)(exec_stack* dst)
362 void CLG_(set_current_exec_stack)(exec_stack* dst)
global.h 555 typedef struct _exec_stack exec_stack; typedef in typeref:struct:_exec_stack
575 exec_stack states; /* execution states interrupted by signals */
766 void CLG_(init_exec_stack)(exec_stack*);
767 void CLG_(copy_current_exec_stack)(exec_stack*);
768 void CLG_(set_current_exec_stack)(exec_stack*);

Completed in 608 milliseconds