Searched refs:remains (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32.c1517 int chunks, chunk, remains; local
1533 remains = handles_count % WAIT_ALL_CHUNK_SIZE;
1534 threads = (WaitForAllParam*)malloc((chunks + (remains ? 1 : 0)) *
1561 if (remains) {
1566 threads[chunk].handles_count = remains;

Completed in 22 milliseconds