1. 8c7213f DRD tests, Darwin: check return value of sem_open(). by bart · 13 years ago
  2. 3e7c402 DRD tests: replaced __APPLE__ by VGO_darwin. by bart · 13 years ago
  3. fcf7693 Made these two tests pass again on Darwin. by bart · 14 years ago
  4. d759a83 Include fcntl.h to get O_CREAT on Fedora 13. by tom · 14 years ago
  5. 0ccdc4a Replaced most platform-test macros by HAVE_... macros. by bart · 14 years ago
  6. 9ccf35f Added command line option -q, which allows to suppress printing an error message if a Pthreads call fails. by bart · 15 years ago
  7. 23d23a5 Ported the pth_inconsistent_cond_wait test program to Darwin. by bart · 15 years ago
  8. d658a04 Refactoring: moved semaphore initialization and cleanup code to two new functions. by bart · 15 years ago
  9. 6970e6a Added more error checking. by bart · 15 years ago
  10. 76baf21 - Replaced pthread_cond_wait() by pthread_cond_timedwait() calls. by bart · 15 years ago
  11. 83d509a Added more comments. by bart · 16 years ago
  12. 0c47751 Fixed race condition. by bart · 16 years ago
  13. ccf17de Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools. by bart · 16 years ago[Renamed from exp-drd/tests/pth_inconsistent_cond_wait.c]
  14. fb85772 Fixed race condition which could make the test program hang (signal could be sent before pthread_cond_wait() started). by bart · 16 years ago
  15. 6b0e2dd Added comment. by bart · 16 years ago
  16. 3bb1cec An error message is now printed if two different threads call by bart · 16 years ago