Searched refs:this_wait (Results 1 – 1 of 1) sorted by relevance
576 waiter this_wait; in cond_wait_internal() local581 this_wait.next = NULL; in cond_wait_internal()582 this_wait.semaphore = semaphore; in cond_wait_internal()583 this_wait.chosen_by_signal = 0; in cond_wait_internal()588 this_wait.prev = real_cond.tail_waiter; in cond_wait_internal()590 real_cond.tail_waiter->next = &this_wait; in cond_wait_internal()591 real_cond.tail_waiter = &this_wait; in cond_wait_internal()595 real_cond.head_waiter = &this_wait; in cond_wait_internal()616 bool chosen_by_signal = this_wait.chosen_by_signal; in cond_wait_internal()624 if (this_wait.next != NULL) in cond_wait_internal()[all …]