Lines Matching refs:exec_state
34 static exec_state* exec_state_save(void);
35 static exec_state* exec_state_restore(void);
36 static exec_state* push_exec_state(int);
37 static exec_state* top_exec_state(void);
201 exec_state *es; in CLG_()
231 exec_state* es = top_exec_state(); in CLG_()
241 exec_state* es; in CLG_()
315 void CLG_(init_exec_state)(exec_state* es) in CLG_()
325 static exec_state* new_exec_state(Int sigNum) in new_exec_state()
327 exec_state* es; in new_exec_state()
328 es = (exec_state*) CLG_MALLOC("cl.threads.nes.1", in new_exec_state()
329 sizeof(exec_state)); in new_exec_state()
374 exec_state* top_exec_state(void) in top_exec_state()
377 exec_state* es; in top_exec_state()
389 static exec_state* push_exec_state(int sigNum) in push_exec_state()
392 exec_state* es; in push_exec_state()
412 exec_state* exec_state_save(void) in exec_state_save()
414 exec_state* es = top_exec_state(); in exec_state_save()
437 exec_state* exec_state_restore(void) in exec_state_restore()
439 exec_state* es = top_exec_state(); in exec_state_restore()