Searched refs:last_tb (Results 1 – 2 of 2) sorted by relevance
54 private long last_tb = 0; field in AudioTest337 last_tb = Integer.parseInt(s);359 long tb = last_tb; // When WALT started a beep (according to WALT clock)
383 PyObject *last_type, *last_value, *last_tb; in ptrace_enter_call() local384 PyErr_Fetch(&last_type, &last_value, &last_tb); in ptrace_enter_call()409 PyErr_Restore(last_type, last_value, last_tb); in ptrace_enter_call()