/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_goto_ifs.c | 40 struct path_fork *fork; member 136 set_path_vars(nir_builder *b, struct path_fork *fork, nir_block *target) in set_path_vars() argument 138 while (fork) { in set_path_vars() 140 if (_mesa_set_search(fork->paths[i].reachable, target)) { in set_path_vars() 141 if (fork->is_var) { in set_path_vars() 142 nir_store_var(b, fork->path_var, nir_imm_bool(b, i), 1); in set_path_vars() 144 assert(fork->path_ssa == NULL); in set_path_vars() 145 fork->path_ssa = nir_imm_bool(b, i); in set_path_vars() 147 fork = fork->paths[i].fork; in set_path_vars() 161 set_path_vars_cond(nir_builder *b, struct path_fork *fork, nir_src condition, in set_path_vars_cond() argument [all …]
|
/third_party/node/test/parallel/ |
D | test-child-process-spawn-typeerror.js | 25 const { spawn, fork, execFile } = require('child_process'); 182 fork(empty); 183 fork(empty, a); 184 fork(empty, a, o); 185 fork(empty, o); 186 fork(empty, u, u); 187 fork(empty, u, o); 188 fork(empty, a, u); 189 fork(empty, n, n); 190 fork(empty, n, o); [all …]
|
D | test-child-process-fork-timeout-kill-signal.js | 7 const { fork } = require('child_process'); 15 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), { 23 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), { 32 throws(() => fork(fixtures.path('child-process-stay-alive-forever.js'), { 36 throws(() => fork(fixtures.path('child-process-stay-alive-forever.js'), { 46 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), {
|
D | test-child-process-fork-args.js | 5 const { fork } = require('child_process'); 25 assert.throws(() => fork(modulePath), { 32 const cp = fork(fixtures.path('child-process-echo-options.js')); 54 fork(fixtures.path('child-process-echo-options.js'), arg); 66 const cp = fork(fixtures.path('child-process-echo-options.js'), args, { 97 fork(fixtures.path('child-process-echo-options.js'), [], arg);
|
D | test-pending-deprecation.js | 17 const fork = require('child_process').fork; constant 41 fork(__filename, ['switch'], { 49 fork(__filename, ['switch'], { 57 fork(__filename, ['env'], {
|
D | test-cluster-disconnect-idle-worker.js | 26 const fork = cluster.fork; constant 29 fork(); // It is intentionally called `fork` instead of 30 fork(); // `cluster.fork` to test that `this` is not used
|
D | test-cluster-master-error.js | 65 cluster.fork(); 66 cluster.fork(); 70 const fork = require('child_process').fork; constant 76 const master = fork(process.argv[1], ['cluster'], { silent: true });
|
D | test-child-process-fork-abort-signal.js | 7 const { fork } = require('child_process'); 13 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), { 30 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), { 47 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), { 64 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), {
|
D | test-cluster-uncaught-exception.js | 30 const fork = require('child_process').fork; constant 37 const master = fork(__filename, ['child']); 45 cluster.fork();
|
D | test-child-process-fork-stdio-string-variant.js | 9 const fork = require('child_process').fork; constant 17 () => fork(childScript, malFormedOpts), 21 const child = fork(childScript, { stdio: stringVariant });
|
D | test-cluster-master-kill.js | 35 const worker = cluster.fork(); 52 const fork = require('child_process').fork; constant 55 const master = fork(process.argv[1], ['cluster']);
|
D | test-cluster-bind-twice.js | 45 const fork = require('child_process').fork; constant 51 const a = fork(__filename, ['one']); 52 const b = fork(__filename, ['two']); 109 const worker = cluster.fork();
|
D | test-cluster-eaccess.js | 31 const fork = require('child_process').fork; constant 39 const worker = cluster.fork({ PIPE_NAME }); 55 const cp = fork(__filename, [PIPE_NAME], { stdio: 'inherit' });
|
D | test-child-process-fork-net.js | 29 const fork = require('child_process').fork; constant 89 const child1 = fork(process.argv[1], ['child', '1']); 90 const child2 = fork(process.argv[1], ['child', '2']); 91 const child3 = fork(process.argv[1], ['child', '3']);
|
D | test-child-process-send-utf8.js | 25 const fork = require('child_process').fork; constant 31 const child = fork(process.argv[1], ['child']);
|
D | test-dgram-exclusive-implicit-bind.js | 73 cluster.fork({ PORT: target.address().port }); 74 cluster.fork({ PORT: target.address().port }); 76 cluster.fork({ BOUND: 'y', PORT: target.address().port }); 77 cluster.fork({ BOUND: 'y', PORT: target.address().port });
|
/third_party/grpc/doc/ |
D | fork_support.md | 7 etc, to work around the GIL. These modules call ```fork()``` underneath the hood. Various issues ha… 9 gRPC core, which uses multithreading for performance, and hence doesn't support ```fork()```. 20 RPCs prior to the fork. Attempting to fork with an active channel that 24 A regression was noted in cases where users are doing fork/exec. This 31 immediately following fork. It will disable the fork handlers. 35 the background c-threads when fork was called. This does not shut down the 42 The workaround when using fork/exec by setting 44 [this PR](https://github.com/grpc/grpc/pull/14647), fork
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
D | unistd.c | 41 int pid = fork(); in unistd_dynamic_chk_001() 80 int pid = fork(); in unistd_dynamic_chk_002() 119 int pid = fork(); in unistd_dynamic_chk_003() 159 int pid = fork(); in unistd_dynamic_chk_004() 198 int pid = fork(); in unistd_dynamic_chk_005() 236 int pid = fork(); in unistd_dynamic_chk_006() 274 int pid = fork(); in unistd_dynamic_chk_007() 314 int pid = fork(); in unistd_dynamic_chk_008() 353 int pid = fork(); in unistd_dynamic_chk_009() 390 int pid = fork(); in unistd_dynamic_chk_010() [all …]
|
D | string_ext.c | 78 int pid = fork(); in test_strcat_0020() 129 int pid = fork(); in test_strncat_0020() 177 int pid = fork(); in test_stpcpy_0020() 228 int pid = fork(); in test_stpncpy_0020() 278 int pid = fork(); in test_strncpy_0020() 325 int pid = fork(); in test_memchr_0020() 372 int pid = fork(); in test_memrchr_0020() 418 int pid = fork(); in test_strchr_0020() 466 int pid = fork(); in test_strrchr_0020() 515 int pid = fork(); in test_strlcat_0020() [all …]
|
D | fcntl_ext.c | 53 int pid = fork(); in open_0020() 87 int pid = fork(); in open_0030() 136 int pid = fork(); in openat_0020() 170 int pid = fork(); in openat_0030() 219 int pid = fork(); in open64_0020() 253 int pid = fork(); in open64_0030() 302 int pid = fork(); in openat64_0020() 336 int pid = fork(); in openat64_0030()
|
/third_party/musl/libc-test/src/functionalext/info/ |
D | fatal_message.c | 63 fpid = fork(); in fatal_message_0020() 98 fpid = fork(); in fatal_message_0030() 108 fpidChild = fork(); in fatal_message_0030() 150 fpid = fork(); in fatal_message_0040() 160 fpidChild = fork(); in fatal_message_0040() 240 if ((childPid = fork()) == 0) { in main()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | gauger.h | 25 if(!(__gauger_p=fork())){\ 26 if(!fork()){ \ 53 if(!(__gauger_p=fork())){\ 54 if(!fork()){\
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
D | 1-2.c | 69 if (td->fork) \ 78 if (td->fork) \ 118 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member 203 char fork; /* the children are processes */ member 400 td->fork = 0; in main() 455 if ((pshared > 0) && (scenarii[scenar].fork != 0)) { in main() 456 td->fork = 1; in main() 490 if (td->fork == 0) { in main() 499 p_child[ch] = fork(); in main() 575 if (td->fork == 0) { in main()
|
/third_party/node/test/fixtures/ |
D | parent-process-nonpersistent-fork.js | 1 const fork = require('child_process').fork; constant 4 const child = fork(
|
/third_party/node/test/sequential/ |
D | test-inspector-port-cluster.js | 242 cluster.fork(params).on('exit', common.mustCall(checkExitCode)); 251 cluster.fork(params).on('exit', common.mustCall(checkExitCode)); 260 cluster.fork(params).on('exit', common.mustCall(checkExitCode)); 269 cluster.fork(params).on('exit', common.mustCall(checkExitCode)); 282 cluster.fork(params).on('exit', common.mustCall(checkExitCode)); 295 cluster.fork(params).on('exit', common.mustCall(checkExitCode)); 303 cluster.fork(params).on('exit', common.mustCall(checkExitCode)); 329 childProcess.fork(__filename, {
|