HomeSort by relevance Sort by last modified time
    Searched full:this_wait (Results 1 - 1 of 1) sorted by null

  /external/dng_sdk/source/
dng_pthread.cpp 576 waiter this_wait; local
581 this_wait.next = NULL;
582 this_wait.semaphore = semaphore;
583 this_wait.chosen_by_signal = 0;
588 this_wait.prev = real_cond.tail_waiter;
590 real_cond.tail_waiter->next = &this_wait;
591 real_cond.tail_waiter = &this_wait;
595 real_cond.head_waiter = &this_wait;
616 bool chosen_by_signal = this_wait.chosen_by_signal;
624 if (this_wait.next != NULL
906 struct rw_waiter this_wait; local
1034 struct rw_waiter this_wait; local
    [all...]

Completed in 85 milliseconds