Lines Matching refs:process
58 oslProcess process; in test_osl_joinProcessWithTimeout_timeout_failure() local
68 &process); in test_osl_joinProcessWithTimeout_timeout_failure()
80 osl_error = osl_joinProcessWithTimeout(process, &timeout); in test_osl_joinProcessWithTimeout_timeout_failure()
88 osl_error = osl_terminateProcess(process); in test_osl_joinProcessWithTimeout_timeout_failure()
96 osl_freeProcessHandle(process); in test_osl_joinProcessWithTimeout_timeout_failure()
108 oslProcess process; in test_osl_joinProcessWithTimeout_without_timeout_failure() local
118 &process); in test_osl_joinProcessWithTimeout_without_timeout_failure()
130 osl_error = osl_joinProcessWithTimeout(process, &timeout); in test_osl_joinProcessWithTimeout_without_timeout_failure()
138 osl_freeProcessHandle(process); in test_osl_joinProcessWithTimeout_without_timeout_failure()
148 oslProcess process; in test_osl_joinProcessWithTimeout_infinite() local
158 &process); in test_osl_joinProcessWithTimeout_infinite()
166 osl_error = osl_joinProcessWithTimeout(process, NULL); in test_osl_joinProcessWithTimeout_infinite()
174 osl_freeProcessHandle(process); in test_osl_joinProcessWithTimeout_infinite()
184 oslProcess process; in test_osl_joinProcess() local
194 &process); in test_osl_joinProcess()
202 osl_error = osl_joinProcess(process); in test_osl_joinProcess()
210 osl_freeProcessHandle(process); in test_osl_joinProcess()