1. a7d4ca3 A couple more changes to fix the conditional building of DRD tests. by njn · 16 years ago
  2. 3826d58 Only call pthread_rwlock_timedwrlock() or pthread_rwlock_timedrdlock() if supported. by bart · 16 years ago
  3. ed20050 Obtain current time through time() instead of through clock_gettime(CLOCK_REALTIME), such that this test compiles on systems that do not support CLOCK_REALTIME. by bart · 16 years ago
  4. 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/trylock.c]
  5. 4c45c24 Added test for recursive writer locking. by bart · 16 years ago
  6. 7e9aec5 Made exp-drd/tests/trylock.c compile with older glibc versions. by bart · 16 years ago
  7. 848fdf8 Added regression test for pthread_*timedlock() and pthread_*trylock() calls. by bart · 16 years ago