Home
last modified time | relevance | path

Searched refs:write_thread_id (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/gdbstub/src/protocol/
Dresponse_writer.rs139 pub fn write_thread_id(&mut self, tid: ThreadId) -> Result<(), Error<C::Error>> { in write_thread_id() method
/external/python/cpython3/Python/
Dtraceback.c848 write_thread_id(int fd, PyThreadState *tstate, int is_current) in write_thread_id() function
919 write_thread_id(fd, tstate, tstate == current_tstate); in _Py_DumpTracebackThreads()
/external/rust/crates/gdbstub/src/gdbstub_impl/
Dmod.rs682 BaseOps::SingleThread(_) => res.write_thread_id(ThreadId { in handle_base()
696 res.write_thread_id(ThreadId { in handle_base()
999 res.write_thread_id(ThreadId { in finish_vcont()