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

/system/core/adb/
H A Dsysdeps_win32.c1451 typedef struct WaitForAllParam { struct
1473 } WaitForAllParam; typedef in typeref:struct:WaitForAllParam
1481 WaitForAllParam* const param = (WaitForAllParam*)arg;
1515 WaitForAllParam* threads;
1534 threads = (WaitForAllParam*)malloc((chunks + (remains ? 1 : 0)) *
1535 sizeof(WaitForAllParam));

Completed in 56 milliseconds