1. 9011dae Improve documentation / comments by Paul Elliott · 1 year, 5 months ago
  2. ba536dc Lock test mutex before doing mutex usage check by Paul Elliott · 1 year, 6 months ago
  3. 54ad01e Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  4. 3d2db89 Access the test data mutex via accessor by Paul Elliott · 1 year, 6 months ago
  5. 0710ac4 Add ability to exclude mutex from tests by Paul Elliott · 1 year, 7 months ago
  6. 3a4d2f1 Add test thread create/join abstraction by Paul Elliott · 1 year, 8 months ago
  7. 17c119a Migrate to threading_helpers.h by Paul Elliott · 1 year, 8 months ago
  8. 4580d4d Add accessor helpers for mbedtls_test_info by Paul Elliott · 1 year, 9 months ago
  9. 392ed3f Add better documentation for mbedtls_test_mutex_mutex by Paul Elliott · 1 year, 8 months ago
  10. f25d831 Ensure mutex test mutex gets free'd by Paul Elliott · 1 year, 8 months ago
  11. 9e25936 Rename mutex->is_valid to mutex->state by Paul Elliott · 1 year, 9 months ago
  12. 3774637 Make threading helpers tests thread safe by Paul Elliott · 1 year, 9 months ago
  13. 5fa986c Move handling of mutex->is_valid into threading_helpers.c by Paul Elliott · 1 year, 9 months ago
  14. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  15. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  16. 39a1a26 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  17. f96d3d8 Count and report non-freed mutexes by Gilles Peskine · 4 years, 6 months ago
  18. 2a4c598 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
  19. 1061ec6 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago