diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-03-15 02:33:20 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-03-16 10:55:12 +0100 |
commit | 330e5acbcec00d1bc43a9c1110c4325fa62ba9ad (patch) | |
tree | b7f853a1714dbb513593193f16033ffd38bee3a1 /src/nvim/api/vim.c | |
parent | 12af7016e23e7b7f507dc99a1b73e64d0bb5ccf3 (diff) | |
download | rneovim-330e5acbcec00d1bc43a9c1110c4325fa62ba9ad.tar.gz rneovim-330e5acbcec00d1bc43a9c1110c4325fa62ba9ad.tar.bz2 rneovim-330e5acbcec00d1bc43a9c1110c4325fa62ba9ad.zip |
win: nvim_get_proc_children()
TODO: Raymond Chen explains[1] racy behavior of the
CreateToolhelp32Snapshot approach. Better approach:
> create a job object and put process P in it. Then call
> QueryInformationJobObject with JobObjectBasicProcessIdList to get the
> list of child processes.
[1] "Why is CreateToolhelp32Snapshot returning incorrect parent process IDs all of a sudden?"
https://blogs.msdn.microsoft.com/oldnewthing/20150403-00/?p=44313
Diffstat (limited to 'src/nvim/api/vim.c')
0 files changed, 0 insertions, 0 deletions