Home
last modified time | relevance | path

Searched refs:config (Results 1 – 10 of 10) sorted by relevance

/libuv/.github/workflows/
H A DCI-win.yml18 runs-on: windows-${{ matrix.config.server }}
19 name: build-${{ join(matrix.config.*, '-') }}
23 config:
36 -G "${{ matrix.config.toolchain }}" -A ${{ matrix.config.arch }}
37 …${{ matrix.config.config == 'ASAN' && '-DASAN=on -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded' || ''…
49 if: ${{ matrix.config.arch != 'arm64' }}
61 if: ${{ matrix.config.config != 'ASAN' && matrix.config.arch != 'arm64' }}
68 if: ${{ matrix.config.config == 'ASAN' && matrix.config.arch != 'arm64' }}
79 config:
96 …`${{ matrix.config.arch }}-w64-mingw32-gcc -print-file-name=libgcc_s_${{ matrix.config.libgcc }}-1…
[all …]
H A DCI-unix.yml143 name: build-cross-qemu-${{ matrix.config.target }}
148 config:
177 - name: Install ${{ matrix.config.toolchain }}
180 sudo apt install ${{ matrix.config.toolchain }} -y
181 - name: Configure with ${{ matrix.config.cc }}
185 cmake .. -DBUILD_TESTING=ON -DQEMU=ON -DCMAKE_C_COMPILER=${{ matrix.config.cc }}
192 ${{ matrix.config.qemu }} build/uv_run_tests_a
/libuv/test/
H A Drun-benchmarks.c35 zoslib_config_t config; in init() local
36 init_zoslib_config(&config); in init()
37 init_zoslib(config); in init()
H A Drun-tests.c44 zoslib_config_t config; in init() local
45 init_zoslib_config(&config); in init()
46 init_zoslib(config); in init()
/libuv/
H A D.gitignore24 /config.guess
25 /config.log
26 /config.status
27 /config.sub
H A DCONTRIBUTING.md92 $ git config --global user.name "J. Random User"
93 $ git config --global user.email "j.random.user@example.com"
H A DChangeLog458 * misc: update readthedocs config (Jameson Nash)
1403 * build: add libuv-static pkg-config file (Nikolay Mitev)
3651 * build: use '${prefix}' for pkg-config 'exec_prefix' (Matt Clarkson)
/libuv/src/
H A Dthreadpool.c194 uv_thread_options_t config; in init_threads() local
230 config.flags = UV_THREAD_HAS_STACK_SIZE; in init_threads()
231 config.stack_size = 8u << 20; /* 8 MB */ in init_threads()
234 if (uv_thread_create_ex(threads + i, &config, worker, &sem)) in init_threads()
/libuv/m4/
H A Dax_pthread.m4128 # which indicates that we try without any flags at all, and "pthread-config"
131 …lags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
151 # pthread-config: use pthread-config program (for GNU Pth library)
342 pthread-config)
343 AC_CHECK_PROG([ax_pthread_config], [pthread-config], [yes], [no])
345 PTHREAD_CFLAGS="`pthread-config --cflags`"
346 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
/libuv/docs/src/sphinx-plugins/
H A Dmanpage.py19 ref = app.config.man_url_regex

Completed in 31 milliseconds