Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
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()