Searched defs:pthread_cancel (Results 1 – 9 of 9) sorted by relevance
7 static inline int pthread_cancel(pthread_t thread) { return 0; } in pthread_cancel() function
2 #define pthread_cancel(c) macro
67 static inline int pthread_cancel(pthread_t thread) { return 0; } in pthread_cancel() function
41 #define pthread_cancel(thread) terminate_thread(thread, 0) macro
135 #define pthread_cancel fake_pthread_cancel macro218 pthread_cancel(sp_pthread_t thread) in pthread_cancel() function
760 pub fn pthread_cancel(thread: ::pthread_t) -> ::c_int; in pthread_cancel() function
786 #define pthread_cancel PTHREAD_CANCEL macro
3403 pub fn pthread_cancel(thread: ::pthread_t) -> ::c_int; in pthread_cancel() function
4174 pub fn pthread_cancel(thread: ::pthread_t) -> ::c_int; in pthread_cancel() function