Home
last modified time | relevance | path

Searched refs:sp_ret (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/tests/
H A Dstackshot_spawn_exit_stress.c114 int sp_ret = posix_spawn(&pid, args[0], &actions, NULL, args, NULL); variable
115 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
H A Dstackshot_tests.m609 int sp_ret = posix_spawn(&pid, path, NULL, &attr, args, environ);
610 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
667 int sp_ret = posix_spawn(&pid, args[0], NULL, NULL, args, NULL);
668 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
773 int sp_ret = posix_spawn(&pid, args[0], NULL, NULL, args, NULL);
774 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
892 int sp_ret = posix_spawn(&pid, args[0], NULL, NULL, args, NULL);
893 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
1855 int sp_ret;
1875 sp_ret = posix_spawn(&client_pid, client_args[0], NULL, NULL, client_args, NULL);
[all …]