Lines Matching refs:status
490 LONG status;
514 status = InterlockedExchange(&uv__read_console_status, IN_PROGRESS);
515 if (status == TRAP_REQUESTED) {
541 status = InterlockedExchange(&uv__read_console_status, COMPLETED);
543 if (status == TRAP_REQUESTED) {
1078 LONG status;
1086 status = InterlockedExchange(&uv__read_console_status, TRAP_REQUESTED);
1087 if (status != IN_PROGRESS) {
2321 NTSTATUS status;
2328 status = pNtQueryInformationProcess(GetCurrentProcess(),
2334 if (!NT_SUCCESS(status)) {