HomeSort by: relevance | last modified time | path
    Searched refs:cur_blocking_waiters (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_reactor.c 46 rtor->cur_blocking_waiters = 0;
473 if (rtor->cur_blocking_waiters == 0)
545 * This means that cur_blocking_waiters may still be non-zero. As such,
550 * cur_blocking_waiters is now zero because this condition may not occur
553 * T1 enters block_until_pred, cur_blocking_waiters -> 1
554 * T2 enters block_until_pred, cur_blocking_waiters -> 2
555 * T3 enters block_until_pred, cur_blocking_waiters -> 3
558 * sees that cur_blocking_waiters > 0 and signals the notifier
560 * T3 wakes, cur_blocking_waiters -> 2
561 * T3 predicate is not satisfied, cur_blocking_waiters -> 3, block agai
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_reactor.h 121 size_t cur_blocking_waiters; member in struct:quic_reactor_st

Completed in 16 milliseconds