Home | History | Annotate | Download | only in adb

Lines Matching refs:htab

1357     HANDLE       htab[ MAX_LOOPER_HANDLES ];
1508 if ( looper->htab[nn] == hook->h )
1511 looper->htab[ looper->htab_count++ ] = hook->h;
1531 wait_ret = WaitForMultipleObjects( looper->htab_count, looper->htab, FALSE, INFINITE );
1544 if ( looper->htab[wait_ret] == hook->h &&