Searched refs:UNRESOLVED_KILLALL (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_destroy/
H A D2-1.c78 #define UNRESOLVED_KILLALL(error, text, Tchild) { \ macro
492 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to lock mutex", p_child); }
497 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to unlock mutex",p_child); }
500 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to lock mutex",p_child); }
510 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Unable to create timer thread",p_child); }
515 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to signal the condition.", p_child); }
518 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to unlock mutex",p_child); }
533 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to lock mutex",p_child); }
538 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to unlock mutex",p_child); }
541 if (ret != 0) { UNRESOLVED_KILLALL(re
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_signal/
H A D1-2.c77 #define UNRESOLVED_KILLALL(error, text, Tchild) { \ macro
450 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to lock mutex", p_child); }
455 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to unlock mutex",p_child); }
458 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to lock mutex",p_child); }
469 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Unable to create timer thread",p_child); }
474 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to signal the condition.", p_child); }
481 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to unlock mutex",p_child); }
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c78 #define UNRESOLVED_KILLALL(error, text) { \ macro
468 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Unable to create timer thread"); }
544 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to lock mutex"); }
549 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to unlock mutex"); }
552 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to lock mutex"); }
563 if (ret != 0) { UNRESOLVED_KILLALL(errno, "Failed to post the semaphore."); }
568 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to broadcast the condition."); }
575 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to unlock mutex"); }
598 UNRESOLVED_KILLALL(ret, "Waitpid failed");
H A D2-3.c76 #define UNRESOLVED_KILLALL(error, text) { \ macro
473 UNRESOLVED_KILLALL(errno, "Failed to create enough processes");
483 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to lock mutex"); }
488 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to unlock mutex"); }
491 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to lock mutex"); }
501 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Unable to create timer thread"); }
506 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to broadcast the condition."); }
513 if (ret != 0) { UNRESOLVED_KILLALL(ret, "Failed to unlock mutex"); }
534 UNRESOLVED_KILLALL(ret, "Waitpid failed");

Completed in 48 milliseconds