Searched refs:wait_for_state (Results 1 – 2 of 2) sorted by relevance
140 static void inline wait_for_state(state_t *s, int v) in wait_for_state() function214 wait_for_state(&slave, READY); in tsc_delta()218 wait_for_state(&slave, DONE); in tsc_delta()246 wait_for_state(&master, READY); in slave_thread()264 wait_for_state(&master, DONE); in slave_thread()
115 def wait_for_state(self, state): member in OptionStatus