Searched refs:w_owner (Results 1 – 4 of 4) sorted by relevance
341 if (entry->w_owner == thread && in _thread_fd_unlock_thread()353 entry->w_owner = TAILQ_FIRST(&entry->w_queue); in _thread_fd_unlock_thread()354 if (entry->w_owner != NULL) { in _thread_fd_unlock_thread()357 entry->w_owner, qe); in _thread_fd_unlock_thread()363 PTHREAD_NEW_STATE(entry->w_owner, in _thread_fd_unlock_thread()421 if (entry->w_owner == pthread) { in _thread_fd_unlock_owned()536 while (entry->w_owner != curthread) { in _thread_fd_lock()541 if (entry->w_owner != NULL) { in _thread_fd_lock()590 entry->w_owner = curthread; in _thread_fd_lock()
196 _thread_fd_table[pthread->data.fd.fd]->w_owner); in _thread_dump_entry()379 if (_thread_fd_table[i]->w_owner) in _thread_dump_info()393 _thread_fd_table[i]->w_owner, in _thread_dump_info()
167 _thread_fd_table[i]->w_owner = NULL; in fork()
506 struct pthread *w_owner; /* thread owning write lock. */ member