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

common/Thread: pthread_attr_destroy(thread_attr) when done with it #5433

Merged
merged 1 commit into from Aug 19, 2015

Commits on Aug 7, 2015

  1. Common/Thread: pthread_attr_destroy(thread_attr) when done with it

    When a thread attributes object is no longer required, it should be destroyed using the
    pthread_attr_destroy() function. Destroying a thread attributes object has no effect on threads that were created using that object.
    
    Fixes: ceph#12570
    Signed-off-by: zqkqkz zheng.qiankun@h3c.com
    zqkkqz committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    9471bb8 View commit details
    Browse the repository at this point in the history