HomeSort by: relevance | last modified time | path
    Searched refs:timed_out (Results 1 - 23 of 23) sorted by relevancy

  /src/external/bsd/kyua-testers/dist/
plain_main.c 56 /// \param timed_out Whether the test program timed out or not.
63 status_to_result(int status, const bool timed_out, const char* result_file,
66 if (timed_out) {
160 int status; bool timed_out; local
161 error = kyua_run_wait(pid, &status, &timed_out);
169 error = status_to_result(status, timed_out, result_file, success);
atf_main.c 187 int status; bool timed_out; local
188 error = kyua_run_wait(pid, &status, &timed_out);
313 int status; bool timed_out; local
314 error = kyua_run_wait(pid, &status, &timed_out);
323 timed_out, success);
409 int status; bool timed_out; local
410 error = kyua_run_wait(pid, &status, &timed_out);
425 timed_out, success);
run_test.c 261 int status; bool timed_out; local
262 error = kyua_run_wait(pid, &status, &timed_out);
264 ATF_REQUIRE(!timed_out);
296 int status; bool timed_out; local
297 error = kyua_run_wait(pid, &status, &timed_out);
300 ATF_REQUIRE(!timed_out);
378 int status; bool timed_out; local
379 error = kyua_run_wait(pid, &status, &timed_out);
383 ATF_REQUIRE(!timed_out);
466 int status; bool timed_out; local
727 int status; bool timed_out; local
    [all...]
stacktrace.c 336 int status; bool timed_out; local
337 error = kyua_run_wait(pid, &status, &timed_out);
341 if (timed_out) {
atf_result_test.c 109 /// \param timed_out Whether the test case timed out or not.
112 #define CHECK(name, input, wait_status, timed_out, exp_output, exp_success) \
119 timed_out, &success)); \
430 /// \param timed_out Whether the test case timed out or not.
433 #define CHECK_CLEANUP(name, wait_status, timed_out, exp_output, exp_success) \
440 timed_out, &success)); \
atf_result.c 626 /// \param timed_out Whether the test program timed out or not.
634 const char* reason, const int wait_status, const bool timed_out,
637 if (timed_out) {
690 /// \param timed_out Whether the test program timed out or not.
697 const int wait_status, const bool timed_out,
716 return convert_result(status, status_arg, reason, wait_status, timed_out,
729 /// \param timed_out Whether the test program timed out or not.
736 const bool timed_out, bool* success)
738 if (timed_out) {
stacktrace_test.c 103 int status; bool timed_out; local
104 RE_MSG(kyua_run_wait(pid, &status, &timed_out),
run.c 461 /// \param [out] timed_out Whether the process timed out or not.
467 kyua_run_wait(const pid_t pid, int* status, bool* timed_out)
497 *timed_out = process_timed_out;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 126 timed_out = ETIMEDOUT, member in class:errc
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
error_constants.h 162 timed_out = ETIMEDOUT, member in class:errc
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 148 timed_out = ETIMEDOUT, member in class:errc
  /src/external/bsd/libevent/dist/test/
regress_thread.c 270 int timed_out; member in struct:alerted_record
291 rec->timed_out = 1;
352 n_timed_out = alerted[5].timed_out + alerted[6].timed_out;
359 if (alerted[i].timed_out) {
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_thread.c 266 int timed_out; member in struct:alerted_record
286 rec->timed_out = 1;
347 n_timed_out = alerted[5].timed_out + alerted[6].timed_out;
354 if (alerted[i].timed_out) {
  /src/sys/dev/ic/
siisata.c 674 bool timed_out; local
700 timed_out = true;
704 timed_out = false;
730 if (timed_out) {
801 bool timed_out; local
832 timed_out = 1;
836 timed_out = 0;
842 if (timed_out) {
857 timed_out = 1;
862 timed_out = 0
    [all...]
  /src/external/bsd/atf/dist/tools/
test-program.cpp 761 bool timed_out = false; local
771 timed_out = timeout_timer.fired();
782 if (timed_out) {
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
jprofile.c 1099 jobject object, jlong timed_out)
1111 jobject object, jboolean timed_out)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
jprofile.c 1099 jobject object, jlong timed_out)
1111 jobject object, jboolean timed_out)
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_event.c 909 struct nlattr *timed_out,
972 event.assoc_reject.timed_out = timed_out != NULL;
973 if (timed_out && timeout_reason) {
1646 struct nlattr *addr, struct nlattr *timed_out,
1659 if (timed_out && addr) {
driver.h 6309 * timed_out - Whether failure is due to timeout (etc.) rather
6312 int timed_out; member in struct:wpa_event_data::assoc_reject
  /src/sys/net/
bpf.c 698 int timed_out; local
717 timed_out = (d->bd_state == BPF_TIMED_OUT);
736 if ((d->bd_immediate || timed_out) && d->bd_slen != 0) {
  /src/external/bsd/nsd/dist/
server.c 3831 int* timed_out = (int*)arg; local
3835 *timed_out = 1;
3909 int timed_out = 0; local
3921 &timed_out);
3934 if(!timed_out) {
  /src/external/bsd/wpa/dist/wpa_supplicant/
events.c 5686 data->assoc_reject.timed_out ? " timeout" : "",
5698 data->assoc_reject.timed_out ? " timeout" : "",
5829 !data->assoc_reject.timed_out) {
5839 !data->assoc_reject.timed_out) {
sme.c 2886 !data->assoc_reject.timed_out &&

Completed in 84 milliseconds