Searched defs:pthread_setname_np (Results 1 – 11 of 11) sorted by relevance
9 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() function
64 #define pthread_setname_np b_pthread_setname_np macro
66 int (*pthread_setname_np)(pthread_t thread, const char *name); member
193 #define pthread_setname_np _pthread_setname_np macro
171 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() function
2643 pub fn pthread_setname_np( in pthread_setname_np() function
2806 pub fn pthread_setname_np(tid: ::pthread_t, name: *const ::c_char) -> ::c_int; in pthread_setname_np() function
3096 pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int; in pthread_setname_np() function
3468 pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int; in pthread_setname_np() function
4477 pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int; in pthread_setname_np() function
5181 pub fn pthread_setname_np(name: *const ::c_char) -> ::c_int; in pthread_setname_np() function