1. 18 3月, 2011 2 次提交
  2. 11 3月, 2011 1 次提交
    • R
      optimize pthread termination in the non-detached case · 5fcebcde
      Rich Felker 提交于
      we can avoid blocking signals by simply using a flag to mark that the
      thread has exited and prevent it from getting counted in the rsyscall
      signal-pingpong. this restores the original pthread create/join
      throughput from before the sigprocmask call was added.
      5fcebcde
  3. 08 3月, 2011 2 次提交
  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. 15 2月, 2011 2 次提交
  6. 12 2月, 2011 1 次提交