Searched refs:cancel_hook (Results 1 – 3 of 3) sorted by relevance
53 if (p->cancel_hook != NULL) in pthread_cancel()56 p->cancel_hook (p->cancel_hook_arg); in pthread_cancel()
49 new->cancel_hook = NULL; in initialize_pthread()
77 void (*cancel_hook) (void *); /* Called to unblock a thread blocking member
Completed in 6 milliseconds