Returns the number of threads that are from AcquireThreadToken.
| 153 | |
| 154 | /// Returns the number of threads that are from AcquireThreadToken. |
| 155 | int num_required_threads() const { return num_threads_.Load() & REQUIRED_MASK; } |
| 156 | |
| 157 | /// Returns the number of thread resources returned by successful calls |
| 158 | /// to TryAcquireThreadToken. |