Home | History | Annotate | Download | only in adb

Lines Matching refs:INFINITE

937         ret = WaitForSingleObject( bip->evt_write, INFINITE );
1030 ret = WaitForSingleObject( bip->evt_read, INFINITE );
1489 res = WaitForMultipleObjects(param->handles_count + 1, wait_on, FALSE, INFINITE);
1587 WaitForSingleObject(main_event, INFINITE);
1591 WaitForSingleObject(threads[chunk].thread, INFINITE);
1705 wait_ret = WaitForMultipleObjects( looper->htab_count, looper->htab, FALSE, INFINITE );