Home
last modified time | relevance | path

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

/ndk/sources/host-tools/gdb-stub/
Dgdb-stub.c147 HANDLE ghJob = CreateJobObject(NULL, "Gdb-Wrapper\0"/*NULL*/); in main() local
148 if ( ghJob == NULL ) { in main()
155 …if ( SetInformationJobObject(ghJob, JobObjectExtendedLimitInformation, &jeli, sizeof(jeli)) == 0 )… in main()
184 if ( ghJob != NULL ) in main()
185 if ( AssignProcessToJobObject(ghJob, pi.hProcess) == 0 ) { in main()
198 if ( ghJob != NULL ) in main()
199 CloseHandle(ghJob); in main()