Searched refs:this (Results 1 – 2 of 2) sorted by relevance
532 struct __pthread_mutex_s *this = (struct __pthread_mutex_s *) in start_thread() local538 this->__list.__prev = NULL; in start_thread()540 this->__list.__next = NULL; in start_thread()542 atomic_or (&this->__lock, FUTEX_OWNER_DIED); in start_thread()543 futex_wake ((unsigned int *) &this->__lock, 1, in start_thread()
25 this also requires that sem_wait and sem_timedwait don't drop the
Completed in 6 milliseconds