Searched defs:pthread_cancel (Results 1 – 5 of 5) sorted by relevance
7 static inline int pthread_cancel(pthread_t thread) { return 0; } in pthread_cancel() function
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
213 pthread_cancel(sp_pthread_t thread) in pthread_cancel() function
786 #define pthread_cancel PTHREAD_CANCEL macro