Searched refs:pid (Results 1 – 7 of 7) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/interoperability_test/test_frame/ |
| D | tls_test_director_test_start.c | 27 pid_t pid; in tls_test_director_test_start() local 49 pid = fork(); in tls_test_director_test_start() 52 show_error_message_if_fail( -1 != pid); in tls_test_director_test_start() 53 if ( -1 == pid) in tls_test_director_test_start() 79 else if (0 == pid) in tls_test_director_test_start() 109 setpgid( pid, pid); in tls_test_director_test_start() 111 iter -> tls_test_instance_current_pid = pid; in tls_test_director_test_start() 119 …while (iter_wait != NULL && TLS_TEST_SUCCESS == ( status = tls_test_uninterruptable_wait( &pid, &e… in tls_test_director_test_start() 124 if (iter -> tls_test_instance_current_pid == pid) in tls_test_director_test_start()
|
| D | tls_test_launch_external_test_process_in_background.c | 9 pid_t pid; in tls_test_launch_external_test_process_in_background() local 11 pid = fork(); in tls_test_launch_external_test_process_in_background() 12 return_value_if_fail( -1 != pid, TLS_TEST_SYSTEM_CALL_FAILED); in tls_test_launch_external_test_process_in_background() 14 if ( 0 == pid) in tls_test_launch_external_test_process_in_background() 25 test_process_ptr -> tls_test_external_test_process_id = pid; in tls_test_launch_external_test_process_in_background()
|
| D | tls_test_launch_external_test_process.c | 10 pid_t pid; in tls_test_launch_external_test_process() local 12 pid = fork(); in tls_test_launch_external_test_process() 13 return_value_if_fail( -1 != pid, TLS_TEST_SYSTEM_CALL_FAILED); in tls_test_launch_external_test_process() 15 if ( 0 == pid) in tls_test_launch_external_test_process() 27 status = waitpid( pid, &process_status, 0); in tls_test_launch_external_test_process()
|
| D | tls_test_get_external_test_process_output.c | 20 pid_t pid = fork(); in tls_test_get_external_test_process_output() local 21 return_value_if_fail( -1 != pid, TLS_TEST_SYSTEM_CALL_FAILED); in tls_test_get_external_test_process_output() 23 if ( 0 == pid) in tls_test_get_external_test_process_output() 59 status = waitpid( pid, exit_status_ptr, 0); in tls_test_get_external_test_process_output()
|
| D | tls_test_wait_all_child_process.c | 6 pid_t pid; in tls_test_wait_all_child_process() local 9 while ( TLS_TEST_SUCCESS == tls_test_uninterruptable_wait( &pid, &exit_status)); in tls_test_wait_all_child_process()
|
| /NetX-Duo-v6.2.1/test/cmake/mqtt_interoperability/regression/ |
| D | CMakeLists.txt | 112 pid=$! 116 kill -TERM $pid
|
| /NetX-Duo-v6.2.1/test/cmake/nx_secure_interoperability/regression/ |
| D | CMakeLists.txt | 386 pid=$! 390 kill -TERM $pid
|