Searched refs:current_process (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | process-stdio.c | 99 HANDLE current_process; in uv__duplicate_handle() local 114 current_process = GetCurrentProcess(); in uv__duplicate_handle() 116 if (!DuplicateHandle(current_process, in uv__duplicate_handle() 118 current_process, in uv__duplicate_handle()
|
H A D | util.c | 518 HANDLE current_process; in uv_resident_set_memory() local 521 current_process = GetCurrentProcess(); in uv_resident_set_memory() 523 if (!GetProcessMemoryInfo(current_process, &pmc, sizeof(pmc))) { in uv_resident_set_memory()
|
/netbsd-src/external/gpl3/gdb/dist/gdbserver/ |
H A D | ChangeLog-2002-2021 | 14234 * server.h (current_process, get_thread_process, all_processes) 14983 current_process()->private->last_wait_event_ptid. 19709 instead of current_process. 19747 (current_process): Declare. 19772 (get_thread_process, current_process, initialize_inferiors): New.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 18620 function calls current_process() and then dereferences the result to 18624 the current_process() call returns nullptr. At the point of failure, 87411 `current_process ()->priv->thread_db`, assuming the current process 88947 gdbserver: use current_process in ps_getpid 88952 `current_process ()` instead, which removes the need to have a current
|