Searched defs:has_writer (Results 1 – 5 of 5) sorted by relevance
105 state_type has_writer = WRITER | WRITER_PENDING; in lock_shared() local117 state_type has_writer = WRITER | WRITER_PENDING; in try_lock_shared() local
19 sub has_writer { defined $_[0]->{'writer'} } subroutine
13 sub has_writer { defined $_[0]->{'writer'} } subroutine
399 bool has_writer() { in has_writer() function490 auto has_writer = head_->has_writer(); in prepare_read() local
464 sub has_writer { exists $_[0]->{writer} } subroutine