This change removes the unnecessary lock operation on __kmp_initz_lock inside the __kmp_atfork_child() function for Linux; the lock variable is initialized in the same function later.
Details
Details
Diff Detail
Diff Detail
- Repository
- rOMP OpenMP
Differential D44949
Minor cleanup in __kmp_atfork_child() hbae on Mar 27 2018, 12:41 PM. Authored by
Details This change removes the unnecessary lock operation on __kmp_initz_lock inside the __kmp_atfork_child() function for Linux; the lock variable is initialized in the same function later.
Diff Detail
|