Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.c1358 int htab_count; member
1607 win32_looper.htab_count = 0; in fdevent_init()
1669 looper->htab_count = 0; in fdevent_process()
1680 for (nn = 0; nn < looper->htab_count; nn++) in fdevent_process()
1685 looper->htab[ looper->htab_count++ ] = hook->h; in fdevent_process()
1691 if (looper->htab_count == 0) { in fdevent_process()
1700 D( "adb_win32: waiting for %d events\n", looper->htab_count ); in fdevent_process()
1701 if (looper->htab_count > MAXIMUM_WAIT_OBJECTS) { in fdevent_process()
1702 D("handle count %d exceeds MAXIMUM_WAIT_OBJECTS.\n", looper->htab_count); in fdevent_process()
1703 wait_ret = _wait_for_all(looper->htab, looper->htab_count); in fdevent_process()
[all …]