#include <assert.h>
#include <uv.h>
#include "nvim/event/libuv_process.h"
#include "nvim/event/loop.h"
#include "nvim/event/process.h"
#include "nvim/event/rstream.h"
#include "nvim/event/wstream.h"
#include "nvim/log.h"
#include "nvim/macros.h"
#include "nvim/os/os.h"
Functions | |
int | libuv_process_spawn (LibuvProcess *uvproc) FUNC_ATTR_NONNULL_ALL |
void | libuv_process_close (LibuvProcess *uvproc) FUNC_ATTR_NONNULL_ARG(1) |
void libuv_process_close | ( | LibuvProcess * | uvproc | ) |
int libuv_process_spawn | ( | LibuvProcess * | uvproc | ) |