OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hProcess
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/sqlite/dist/tea/win/
nmakehlp.c
207
HANDLE
hProcess
, h, pipeThreads[2];
210
hProcess
= GetCurrentProcess();
233
DuplicateHandle(
hProcess
, h,
hProcess
, &si.hStdOutput, 0, TRUE,
241
DuplicateHandle(
hProcess
, h,
hProcess
, &si.hStdError, 0, TRUE,
293
WaitForInputIdle(pi.
hProcess
, 5000);
307
WaitForSingleObject(pi.
hProcess
, INFINITE);
308
CloseHandle(pi.
hProcess
);
343
HANDLE
hProcess
, h, pipeThreads[2]
[
all
...]
/src/external/gpl2/gmake/dist/w32/subproc/
sub_proc.c
565
pproc->pid = (int)procInfo.
hProcess
;
1195
HANDLE
hProcess
;
1238
hProcess
= process_init_fd(hIn, hOut, hErr);
1240
if (process_begin(
hProcess
, argv, envp, argv[0], NULL)) {
1243
if (!((sub_process*)
hProcess
)->last_err)
1244
((sub_process*)
hProcess
)->last_err = -1;
1245
((sub_process*)
hProcess
)->exit_code = process_last_err(
hProcess
);
1253
process_register(
hProcess
);
1255
return
hProcess
;
[
all
...]
/src/external/gpl2/gmake/dist/
function.c
1446
HANDLE
hProcess
;
1478
hProcess
= process_init_fd(hIn, hChildOutWr, hErr);
1480
if (!
hProcess
)
1486
if (!process_begin(
hProcess
, command_argv, envp, command_argv[0], NULL)) {
1488
process_register(
hProcess
);
1491
*pid_p = (int)
hProcess
;
1500
process_cleanup(
hProcess
);
/src/external/public-domain/sqlite/dist/
shell.c
1360
static HANDLE
hProcess
;
1381
hProcess
= GetCurrentProcess();
1382
if(
hProcess
){
1404
getProcessTimesAddr(
hProcess
,&ftCreation,&ftExit,
1424
getProcessTimesAddr(
hProcess
,&ftCreation,&ftExit,&ftKernelEnd,&ftUserEnd);
Completed in 55 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026