Home
last modified time | relevance | path

Searched defs:pthread_set_name_np (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/lib/libc/include/
Dnamespace.h188 #define pthread_set_name_np _pthread_set_name_np macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1800 pub fn pthread_set_name_np(tid: ::pthread_t, name: *const ::c_char); in pthread_set_name_np() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1618 pub fn pthread_set_name_np(tid: ::pthread_t, name: *const ::c_char); in pthread_set_name_np() function