Searched refs:fork (Results 1 - 25 of 67) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_goto_ifs.c40 struct path_fork *fork; member in struct:path
133 * Sets all path variables to reach the target block via a fork
136 set_path_vars(nir_builder *b, struct path_fork *fork, nir_block *target) argument
138 while (fork) {
140 if (_mesa_set_search(fork->paths[i].reachable, target)) {
141 if (fork->is_var) {
142 nir_store_var(b, fork->path_var, nir_imm_bool(b, i), 1);
144 assert(fork->path_ssa == NULL);
145 fork->path_ssa = nir_imm_bool(b, i);
147 fork
161 set_path_vars_cond(nir_builder * b,struct path_fork * fork,nir_src condition,nir_block * then_block,nir_block * else_block) argument
275 fork_reachable(struct path_fork * fork) argument
335 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); local in function:loop_routing_start
345 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); local in function:loop_routing_start
362 fork_condition(nir_builder * b,struct path_fork * fork) argument
515 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); local in function:select_fork_recur
780 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); local in function:organize_levels
[all...]
/xsrc/external/mit/xdm/dist/xdm/
H A Ddaemon.c56 switch (fork()) {
59 LogError("daemon fork failed, %s\n", _SysErrorMsg (errno));
H A Dserver.c80 switch (pid = fork ()) {
111 LogError ("fork failed, sleeping\n");
H A Dsession.c611 switch (pid = fork ()) {
817 Debug ("StartSession, fork failed\n");
818 LogError ("can't start session on \"%s\", fork failed: %s\n",
824 Debug ("StartSession, fork succeeded %d\n", pid);
864 switch (pid = fork ()) {
875 Debug ("fork failed\n");
876 LogError ("can't fork to execute \"%s\" (err %d)\n", args[0], errno);
/xsrc/external/mit/xorg-server/dist/test/
H A Dtests-common.c17 cpid = fork();
H A Dsimple-xinit.c76 int server_pid = fork();
148 client_pid = fork();
/xsrc/external/mit/xfs/dist/os/
H A Ddaemon.c59 switch (fork()) {
62 FatalError("daemon fork failed, %s\n", strerror(errno));
H A Dosglue.c297 child = fork();
299 /* failed to fork */
300 ErrorF("clone failed to fork()\n");
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dpager.c54 pager_pid = fork();
56 fprintf(stderr, "Failed to fork pager: %m\n");
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_kmod.c21 * a fork AND exec. We don't want that. We want the regular,
65 /* now fork/exec the modprobe command */
71 switch (pid = fork()) {
85 case -1: /* fork failed */
87 default: /* fork worked */
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_kmod.c19 * a fork AND exec. We don't want that. We want the regular,
63 /* now fork/exec the modprobe command */
69 switch (pid = fork()) {
83 case -1: /* fork failed */
85 default: /* fork worked */
/xsrc/external/mit/xdm/dist/xdmshell/
H A Dxdmshell.c54 # define vfork() fork()
/xsrc/external/mit/libxshmfence/dist/test/
H A Dxshmfence_test.c33 #define NCHILD 5 /* number of child processes to fork */
64 /* fork NCHILD processes to wait for the fence
67 switch (fork()) {
69 perror("fork");
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A Dwrite.c159 /* Need to fork to change ruid without loosing euid */
161 switch ((pid = fork()))
164 ErrorF("xf86writeConfigFile(): fork failed (%s)\n",
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dwrite.c142 /* Need to fork to change ruid without losing euid */
144 switch ((pid = fork())) {
146 ErrorF("xf86writeConfigFile(): fork failed (%s)\n",
/xsrc/external/mit/xsm/dist/
H A Dremote.c78 switch(fork())
83 "%s: fork() error during remote start of %s",
H A Drestart.c261 switch(fork()) {
264 "%s: Can't fork() %s", Argv[0], program);
450 switch(fork()) {
453 "%s: Can't fork() %s", Argv[0], program);
/xsrc/external/mit/libXpm/dist/src/
H A DRdFToI.c148 pid = fork();
160 pid = fork();
/xsrc/external/mit/xinit/dist/
H A Dxinit.c399 serverpid = fork();
571 clientpid = fork();
644 serverpid = fork();
652 Error("fork failed");
/xsrc/external/mit/pixman/dist/test/
H A Dfence-image-self-test.c96 * so we fork, and do the test in the child process. Child's
106 pid = fork ();
108 die ("fork failed", errno);
/xsrc/external/mit/ctwm/dist/
H A Dparse_m4.c41 fres = fork();
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dindex.rst33 If the GitLab CI doesn't seem to be running on your fork (or MRs, as they run
34 in the context of your fork), you should check the "Settings" of your fork.
172 register your personal GitLab runner in your Mesa fork. Then, tell
213 images from the fork into the main repo's registry).
/xsrc/external/mit/libXpm/dist/
H A Dconfigure.ac24 AC_CHECK_FUNC([fork],[], AC_DEFINE(NO_ZPIPE))
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dmain.cpp178 pid_t child_pid = fork();
180 fprintf(stderr, "%s: fork() failed: %s\n", argv[0], strerror(errno));
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A Dstub.c234 child = fork();
236 fprintf(stderr, "Xquartz: Could not fork: %s\n", strerror(errno));

Completed in 15 milliseconds

123