1. 18 Dec, 2017 1 commit
  2. 17 Jan, 2017 1 commit
  3. 01 Mar, 2016 1 commit
  4. 25 Aug, 2015 1 commit
  5. 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
  6. 02 Jul, 2014 1 commit
  7. 18 Feb, 2014 1 commit
  8. 10 Jan, 2013 2 commits
  9. 07 Jan, 2013 1 commit
  10. 24 Jan, 2012 1 commit
  11. 29 Jan, 2011 1 commit
  12. 01 Jan, 2010 1 commit
  13. 31 Dec, 2009 1 commit