Home
last modified time | relevance | path

Searched refs:init_sigcancel (Results 1 – 1 of 1) sorted by relevance

/nptl/
A Dpthread_cancel.c70 static int init_sigcancel = 0; in __pthread_cancel() local
71 if (atomic_load_relaxed (&init_sigcancel) == 0) in __pthread_cancel()
82 atomic_store_relaxed (&init_sigcancel, 1); in __pthread_cancel()

Completed in 3 milliseconds