Home
last modified time | relevance | path

Searched refs:use_fork (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/librdmacm/examples/
H A Drstream.c84 static int use_fork; variable
396 if (use_fork) in server_connect()
535 if (!dst_addr && use_fork && !fork_pid) in run()
581 use_fork = 1; in set_test_opt()
610 use_fork = 1; in set_test_opt()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1305 const bool use_fork = GTEST_FLAG_GET(death_test_use_fork); in ExecDeathTestSpawnChild() local
1307 if (!use_fork) { in ExecDeathTestSpawnChild()
1334 const bool use_fork = true; in ExecDeathTestSpawnChild() local
1337 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
/freebsd/contrib/tcsh/
H A Dsh.c91 int use_fork = 0; /* use fork() instead of vfork()? */ variable
1020 use_fork = 1; in main()
H A Dsh.sem.c474 if (use_fork) in execute()
H A Dsh.h1218 extern int use_fork;