Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[brucem] CRT thread fixups #771

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 6, 2014

  1. crt: Never call pthread_detach

    We do not need to detach because our threads are all started detached.
    
    All resources held by them are managed by the GC or by explicit code.
    promovicz committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    574aa62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ada2cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6297b83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73fc487 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f931ea2 View commit details
    Browse the repository at this point in the history
  6. crt: Clarified thread join loops

    By converting them to do {} while ().
    promovicz committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    34604d9 View commit details
    Browse the repository at this point in the history