Home
last modified time | relevance | path

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

/dports/lang/python27/Python-2.7.18/PC/
H A D_subprocess.c59 sp_handle_new(HANDLE handle) in sp_handle_new() function
200 return sp_handle_new(GetCurrentProcess()); in sp_GetCurrentProcess()
253 return sp_handle_new(target_handle); in sp_DuplicateHandle()
285 "NN", sp_handle_new(read_pipe), sp_handle_new(write_pipe)); in sp_CreatePipe()
498 sp_handle_new(pi.hProcess), in sp_CreateProcess()
499 sp_handle_new(pi.hThread), in sp_CreateProcess()
/dports/lang/python-legacy/Python-2.7.18/PC/
H A D_subprocess.c59 sp_handle_new(HANDLE handle) in sp_handle_new() function
200 return sp_handle_new(GetCurrentProcess()); in sp_GetCurrentProcess()
253 return sp_handle_new(target_handle); in sp_DuplicateHandle()
285 "NN", sp_handle_new(read_pipe), sp_handle_new(write_pipe)); in sp_CreatePipe()
498 sp_handle_new(pi.hProcess), in sp_CreateProcess()
499 sp_handle_new(pi.hThread), in sp_CreateProcess()