Searched refs:environment (Results 1 – 13 of 13) sorted by relevance
/libuv/ |
H A D | SECURITY.md | 20 * Provide details about your configuration and environment, if applicable.
|
H A D | ChangeLog | 1569 * win: support environment variables > 32767 chars (Ben Noordhuis) 1756 * test: add UV_TIMEOUT_MULTIPLIER environment var (Ben Noordhuis) 3049 * win,build: keep cwd when setting build environment (darobs) 4966 * windows: add more required environment variables (Jameson Nash) 4968 * windows: sort environment variables before calling CreateProcess (Jameson 5082 * windows: fix PYTHON environment variable usage (Jay Satiro)
|
/libuv/docs/src/ |
H A D | misc.rst | 229 Data type for environment variable storage. 537 checks the `USERPROFILE` environment variable using 540 `uv_os_homedir()` first checks the `HOME` environment variable using 555 On all other operating systems, `uv_os_tmpdir()` uses the first environment 718 Retrieves all environment variables. This function will allocate memory 728 Frees the memory allocated for the environment variables by 735 Retrieves the environment variable specified by `name`, copies its value 738 in `buffer`, including the null terminator. If the environment variable 741 matching environment variable exists, `UV_ENOENT` is returned. 750 Creates or updates the environment variable specified by `name` with [all …]
|
H A D | threadpool.rst | 12 ``UV_THREADPOOL_SIZE`` environment variable to any value (the absolute maximum
|
H A D | migration_010_100.rst | 83 does. The threadpool size can be set by exporting the ``UV_THREADPOOL_SIZE`` environment
|
H A D | process.rst | 197 Environment for the new process. If NULL the parents environment is used.
|
/libuv/docs/ |
H A D | Makefile | 14 …t found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to poi…
|
H A D | make.bat | 55 echo.installed, then set the SPHINXBUILD environment variable to point
|
/libuv/.github/workflows/ |
H A D | CI-win.yml | 84 - name: Install mingw32 environment
|
/libuv/docs/src/guide/ |
H A D | processes.rst | 70 Before the child process is launched you can control the execution environment 78 Set environment variables 82 form ``VAR=VALUE`` used to set up the environment variables for the process. Set 83 this to ``NULL`` to inherit the environment from the parent (this) process.
|
H A D | introduction.rst | 36 The node.js_ project began in 2009 as a JavaScript environment decoupled
|
/libuv/m4/ |
H A D | ax_pthread.m4 | 15 # flags/libs to be tested by setting these environment variables.) 100 # etcetera environment variables, and if threads linking works using
|
/libuv/test/ |
H A D | test-spawn.c | 1237 char* environment[] = { in TEST_IMPL() local 1308 result = make_program_env(environment, &env); in TEST_IMPL()
|
Completed in 59 milliseconds