Home
last modified time | relevance | path

Searched defs:pthread_setname_np (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/test/tsan/
Dthread_name2.cc9 #define pthread_setname_np pthread_set_name_np macro
Dthread_name.cc9 #define pthread_setname_np pthread_set_name_np macro
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1499 pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int; in pthread_setname_np() function
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2008 pub fn pthread_setname_np( in pthread_setname_np() function
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2719 pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int; in pthread_setname_np() function
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3548 pub fn pthread_setname_np(name: *const ::c_char) -> ::c_int; in pthread_setname_np() function