HomeSort by relevance Sort by last modified time
    Searched refs:nfinished (Results 1 - 2 of 2) sorted by null

  /external/jemalloc_new/test/unit/
retained.c 11 static atomic_u_t nfinished; variable
94 atomic_fetch_add_u(&nfinished, 1, ATOMIC_RELEASE);
116 atomic_store_u(&nfinished, 0, ATOMIC_RELEASE);
121 while (atomic_load_u(&nfinished, ATOMIC_ACQUIRE) < nthreads) {
  /external/python/cpython3/Lib/asyncio/
tasks.py 665 nonlocal nfinished
666 nfinished += 1
688 if nfinished == nfuts:
716 nfinished = 0

Completed in 791 milliseconds