Home
last modified time | relevance | path

Searched refs:nfinished (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/test/unit/
Dretained.c11 static atomic_u_t nfinished; variable
94 atomic_fetch_add_u(&nfinished, 1, ATOMIC_RELEASE); in thd_start()
116 atomic_store_u(&nfinished, 0, ATOMIC_RELEASE); in TEST_BEGIN()
121 while (atomic_load_u(&nfinished, ATOMIC_ACQUIRE) < nthreads) { in TEST_BEGIN()
/external/python/cpython3/Lib/asyncio/
Dtasks.py665 nonlocal nfinished
666 nfinished += 1
688 if nfinished == nfuts:
716 nfinished = 0