Home
last modified time | relevance | path

Searched defs:pthread_setname_np (Results 1 – 9 of 9) 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/musl/src/thread/
Dpthread_setname_np.c9 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() function
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2643 pub fn pthread_setname_np( in pthread_setname_np() function
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2806 pub fn pthread_setname_np(tid: ::pthread_t, name: *const ::c_char) -> ::c_int; in pthread_setname_np() function
/external/rust/crates/libc/src/unix/nto/
Dmod.rs3096 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/linux_like/android/
Dmod.rs3468 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/linux_like/linux/
Dmod.rs4453 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.rs5181 pub fn pthread_setname_np(name: *const ::c_char) -> ::c_int; in pthread_setname_np() function