1. 30 3月, 2011 2 次提交
  2. 18 3月, 2011 3 次提交
  3. 08 3月, 2011 1 次提交
    • R
      fix and optimize non-default-type mutex behavior · 4820f926
      Rich Felker 提交于
      problem 1: mutex type from the attribute was being ignored by
      pthread_mutex_init, so recursive/errorchecking mutexes were never
      being used at all.
      
      problem 2: ownership of recursive mutexes was not being enforced at
      unlock time.
      4820f926
  4. 18 2月, 2011 1 次提交
    • R
      reorganize pthread data structures and move the definitions to alltypes.h · e8827563
      Rich Felker 提交于
      this allows sys/types.h to provide the pthread types, as required by
      POSIX. this design also facilitates forcing ABI-compatible sizes in
      the arch-specific alltypes.h, while eliminating the need for
      developers changing the internals of the pthread types to poke around
      with arch-specific headers they may not be able to test.
      e8827563
  5. 12 2月, 2011 1 次提交
新手
引导
客服 返回
顶部