Searched refs:exec_stack (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/callgrind/
H A Dthreads.c39 static exec_stack current_states;
341 void CLG_(init_exec_stack)(exec_stack* es)
352 void CLG_(copy_current_exec_stack)(exec_stack* dst)
361 void CLG_(set_current_exec_stack)(exec_stack* dst)
H A Dglobal.h581 typedef struct _exec_stack exec_stack; typedef in typeref:struct:_exec_stack
601 exec_stack states; /* execution states interrupted by signals */
804 void CLG_(init_exec_stack)(exec_stack*);
805 void CLG_(copy_current_exec_stack)(exec_stack*);
806 void CLG_(set_current_exec_stack)(exec_stack*);

Completed in 59 milliseconds