Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 13 of 13) sorted by relevance

/libuv/
H A DSECURITY.md20 * Provide details about your configuration and environment, if applicable.
H A DChangeLog1569 * 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 Dmisc.rst229 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 Dthreadpool.rst12 ``UV_THREADPOOL_SIZE`` environment variable to any value (the absolute maximum
H A Dmigration_010_100.rst83 does. The threadpool size can be set by exporting the ``UV_THREADPOOL_SIZE`` environment
H A Dprocess.rst197 Environment for the new process. If NULL the parents environment is used.
/libuv/docs/
H A DMakefile14 …t found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to poi…
H A Dmake.bat55 echo.installed, then set the SPHINXBUILD environment variable to point
/libuv/.github/workflows/
H A DCI-win.yml84 - name: Install mingw32 environment
/libuv/docs/src/guide/
H A Dprocesses.rst70 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 Dintroduction.rst36 The node.js_ project began in 2009 as a JavaScript environment decoupled
/libuv/m4/
H A Dax_pthread.m415 # flags/libs to be tested by setting these environment variables.)
100 # etcetera environment variables, and if threads linking works using
/libuv/test/
H A Dtest-spawn.c1237 char* environment[] = { in TEST_IMPL() local
1308 result = make_program_env(environment, &env); in TEST_IMPL()

Completed in 59 milliseconds