Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dhaiku.c93 status = get_thread_info(find_thread(NULL), &thread); in uv_resident_set_memory()
/third_party/node/deps/uv/src/unix/
Dhaiku.c93 status = get_thread_info(find_thread(NULL), &thread); in uv_resident_set_memory()
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs1330 pub unsafe fn get_thread_info(id: thread_id, info: *mut thread_info) -> status_t { in get_thread_info() function