HomeSort by: relevance | last modified time | path
    Searched defs:uv_spawn (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
process.c 181 * zero on success. See also the cleanup section in uv_spawn().
966 int uv_spawn(uv_loop_t* loop, function
process.c 181 * zero on success. See also the cleanup section in uv_spawn().
966 int uv_spawn(uv_loop_t* loop, function
  /src/external/mit/libuv/dist/src/win/
process.c 74 * it contains are killed. All processes created with uv_spawn that are not
83 * from job control (which uv_spawn doesn't, either).
890 int uv_spawn(uv_loop_t* loop, function
process.c 74 * it contains are killed. All processes created with uv_spawn that are not
83 * from job control (which uv_spawn doesn't, either).
890 int uv_spawn(uv_loop_t* loop, function

Completed in 49 milliseconds