Lines Matching refs:status
493 LONG status;
517 status = InterlockedExchange(&uv__read_console_status, IN_PROGRESS);
518 if (status == TRAP_REQUESTED) {
547 status = InterlockedExchange(&uv__read_console_status, COMPLETED);
549 if (status == TRAP_REQUESTED) {
1089 LONG status;
1097 status = InterlockedExchange(&uv__read_console_status, TRAP_REQUESTED);
1098 if (status != IN_PROGRESS) {
2353 NTSTATUS status;
2360 status = pNtQueryInformationProcess(GetCurrentProcess(),
2366 if (!NT_SUCCESS(status)) {