Searched refs:init_sigcancel (Results 1 – 1 of 1) sorted by relevance
70 static int init_sigcancel = 0; in __pthread_cancel() local71 if (atomic_load_relaxed (&init_sigcancel) == 0) in __pthread_cancel()82 atomic_store_relaxed (&init_sigcancel, 1); in __pthread_cancel()
Completed in 3 milliseconds