| /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/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/gpl3/gcc/dist/libstdc++-v3/config/os/generic/ |
| error_constants.h | 162 timed_out = ETIMEDOUT, member in class:errc
|
| /src/external/gpl3/gcc/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/gpl3/gdb/dist/gdb/ |
| infcall.c | 599 void timed_out () function in struct:thread_fsm 718 int id = create_timer (ms, infcall_timer_controller::timed_out, this); 759 timed_out (gdb_client_data context) function in struct:infcall_timer_controller 778 fsm->timed_out ();
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| infcall.c | 599 void timed_out () function in struct:thread_fsm 718 int id = create_timer (ms, infcall_timer_controller::timed_out, this); 759 timed_out (gdb_client_data context) function in struct:infcall_timer_controller 778 fsm->timed_out ();
|
| /src/external/public-domain/xz/dist/src/liblzma/common/ |
| stream_encoder_mt.c | 637 bool timed_out = false; local 651 && !timed_out) { 653 timed_out = mythread_cond_timedwait( 662 return timed_out;
|
| /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/mit/libuv/dist/src/win/ |
| tcp.c | 355 static void CALLBACK post_completion(void* context, BOOLEAN timed_out) { 363 assert(!timed_out); 374 static void CALLBACK post_write_completion(void* context, BOOLEAN timed_out) { 382 assert(!timed_out);
|
| pipe.c | 1341 static void CALLBACK post_completion_read_wait(void* context, BOOLEAN timed_out) { 1349 assert(!timed_out); 1360 static void CALLBACK post_completion_write_wait(void* context, BOOLEAN timed_out) { 1368 assert(!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)
|