d622686 Ticket 50459 - c_mutex to use pthread_mutex to allow ns sharing

Authored and Committed by firstyear 4 years ago
    Ticket 50459 - c_mutex to use pthread_mutex to allow ns sharing
    
    Bug Description: To allow nunc-stans to share the same lock as c_mutex
    we need to change conn to use a pthread_mutex instead.
    
    Fix Description: Change c_mutex to pthread
    
    https://pagure.io/389-ds-base/issue/50459
    
    Author: William Brown <william@blackhats.net.au>
    
    Review by: tbordaz, mreynolds (Thank you!)
    
        
file modified
+2 -2
file modified
+2 -2
file modified
+34 -33
file modified
+37 -20
file modified
+16 -78
file modified
+32 -32
file modified
+4 -4
file modified
+13 -13
file modified
+10 -1
file modified
+2 -2