Home
last modified time | relevance | path

Searched defs:pthread_getname_np (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/src/thread/
Dpthread_getname_np.c8 int pthread_getname_np(pthread_t thread, char *name, size_t len) in pthread_getname_np() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h65 #define pthread_getname_np b_pthread_getname_np macro
Dusr_lib_ops.h67 int (*pthread_getname_np)(pthread_t thread, char *buf, size_t buflen); member
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h139 #define pthread_getname_np _pthread_getname_np macro
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c176 int pthread_getname_np(pthread_t thread, char *buf, size_t buflen) in pthread_getname_np() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2642 pub fn pthread_getname_np(t: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int; in pthread_getname_np() function
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2805 pub fn pthread_getname_np(tid: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int; in pthread_getname_np() function
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs3095 pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::c_int) -> ::c_int; in pthread_getname_np() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4476 pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int; in pthread_getname_np() function
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5182 pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int; in pthread_getname_np() function