Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dpthread_setname_np.c9 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h64 #define pthread_setname_np b_pthread_setname_np macro
Dusr_lib_ops.h66 int (*pthread_setname_np)(pthread_t thread, const char *name); member
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h193 #define pthread_setname_np _pthread_setname_np macro
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c171 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2643 pub fn pthread_setname_np( in pthread_setname_np() function
/third_party/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
/third_party/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
/third_party/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
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4477 pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int; in pthread_setname_np() function
/third_party/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