Searched refs:wait_result (Results 1 – 3 of 3) sorted by relevance
88 int wait_result = pthread_barrier_wait(&data->b); in AgentMain() local89 CHECK(wait_result == PTHREAD_BARRIER_SERIAL_THREAD || wait_result == 0); in AgentMain()151 int wait_result = pthread_barrier_wait(&data.b); in Java_art_Test931_testAgentThread() local152 CHECK(wait_result == PTHREAD_BARRIER_SERIAL_THREAD || wait_result == 0); in Java_art_Test931_testAgentThread()
127 int wait_result = TEMP_FAILURE_RETRY(sigtimedwait(&child_mask, nullptr, &ts)); in ExecAndReturnCode() local133 if (wait_result == 0) { in ExecAndReturnCode()139 if (wait_result == -1) { in ExecAndReturnCode()
555 pid_t wait_result = waitpid(pid, &stat_loc, WNOHANG); in DumpPerfetto() local556 if (wait_result == -1 && errno != EINTR) { in DumpPerfetto()564 } else if (wait_result > 0) { in DumpPerfetto()