1. 26 Feb, 2016 1 commit
  2. 19 Feb, 2016 1 commit
  3. 31 Dec, 2015 1 commit
  4. 25 Aug, 2015 2 commits
  5. 21 Jan, 2015 1 commit
  6. 06 Jan, 2015 3 commits
  7. 01 Jan, 2015 1 commit
  8. 08 Dec, 2014 1 commit
  9. 13 Sep, 2014 1 commit
    • Max Kellermann's avatar
      thread/Posix{Cond,Mutex}: don't ues PTHREAD_*_INITIALIZER on NetBSD · e304d0f8
      Max Kellermann authored
      On NetBSD, PTHREAD_MUTEX_INITIALIZER and PTHREAD_COND_INITIALIZER are
      not compatible with C++11 "constexpr" (see Mantis ticket 0004110).  As
      a workaround, don't ues "constexpr", and use the functions
      pthread_mutex_init(), pthread_mutex_destroy(), pthread_cond_init() and
      pthread_cond_destroy() instead.  This adds some runtime overhead, but
      is portable to POSIX implementations that have awkward initializer
      macros.
      e304d0f8
  10. 02 Jul, 2014 2 commits
  11. 31 May, 2014 1 commit
  12. 16 Mar, 2014 1 commit
  13. 01 Mar, 2014 2 commits
  14. 18 Feb, 2014 3 commits
  15. 30 Jan, 2014 1 commit
  16. 28 Jan, 2014 1 commit
  17. 23 Jan, 2014 2 commits
  18. 14 Jan, 2014 2 commits
  19. 13 Jan, 2014 1 commit
  20. 17 Oct, 2013 2 commits
  21. 15 Oct, 2013 1 commit
  22. 10 Aug, 2013 1 commit
  23. 16 Apr, 2013 1 commit
  24. 11 Jan, 2013 1 commit
    • Max Kellermann's avatar
      thread/{Mutex,Cond}: new backend for WIN32 · 0226440a
      Max Kellermann authored
      Use CRITICAL_SECTION and CONDITION_VARIABLE.  This requires Windows
      Vista or newer.  It fixes problems with GLib threading objects that
      were implicitly created by static constructors before g_thread_init().
      0226440a
  25. 10 Jan, 2013 3 commits
  26. 07 Jan, 2013 1 commit
  27. 04 Jan, 2013 1 commit