Home
last modified time | relevance | path

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

/nptl/
A Dpthread_create.c532 struct __pthread_mutex_s *this = (struct __pthread_mutex_s *) in start_thread() local
538 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()
A DTODO25 this also requires that sem_wait and sem_timedwait don't drop the

Completed in 6 milliseconds