Home
last modified time | relevance | path

Searched defs:kill_thread (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_pipe.h324 bool kill_thread; member
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs958 pub fn kill_thread(thread: thread_id) -> status_t; in kill_thread() function