Searched refs:child1 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Dlookup.c19 VGImage child1, child2; local in function:init
41 child1 = vgChildImage(parent, 0, 0, 32, 64);
44 vgLookupSingle(child2, child1, LUT, VG_GREEN, VG_FALSE, VG_TRUE);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A Dbundle-main.c568 pid_t child1, child2; local in function:main
581 child1 = fork();
582 switch (child1) {
586 case 0: /* child1 */
607 default: /* parent (child1) */
613 waitpid(child1, &status, 0);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A Dbundle-main.c669 pid_t child1, child2; local in function:main
683 child1 = fork();
684 switch (child1) {
688 case 0: /* child1 */
709 default: /* parent (child1) */
715 waitpid(child1, &status, 0);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Controller.m343 int child1, child2 = 0;
361 child1 = fork();
362 switch (child1) {
366 case 0: /* child1 */
388 default: /* parent (child1) */
394 waitpid(child1, &status, 0);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Controller.m343 int child1, child2 = 0;
398 child1 = fork();
399 switch (child1) {
403 case 0: /* child1 */
431 default: /* parent (child1) */
437 waitpid(child1, &status, 0);

Completed in 7 milliseconds