The following commit has been merged in the master branch:
commit f54785bdedea5aad8d6d918b4ad4e99fca9836e1
Author: Andrew Deason <[email protected]>
Date:   Thu Apr 8 15:35:12 2010 -0500

    UKERNEL: allow creation of non-detached threads
    
    Make usr_thread_create create a non-detached thread by default, and
    just have callers call usr_thread_detach if they want it detached. The
    only current caller of usr_thread_create already calls
    usr_thread_detach.
    
    Also add usr_thread_join to make it possible to join a created thread.
    
    Change-Id: Iad581c45d36dc43e94c950a5ca6a41dea8dc4b2f
    Reviewed-on: http://gerrit.openafs.org/1722
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/afs/UKERNEL/sysincludes.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to