4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-17 14:39:35 +08:00
Freddie Chopin 0eeb4c1d32 Unify names of all lock objects
In preparation for the patch that would allow retargeting of locking
routines, rename all lock objects to follow this pattern:

"__<name>_[recursive_]mutex".

Following locks were renamed:
__dd_hash_lock -> __dd_hash_mutex
__sfp_lock -> __sfp_recursive_mutex
__sinit_lock -> __sinit_recursive_mutex
__atexit_lock -> __atexit_recursive_mutex
_arc4random_mutex -> __arc4random_mutex
__env_lock_object -> __env_recursive_mutex
__malloc_lock_object -> __malloc_recursive_mutex
__atexit_mutex -> __at_quick_exit_mutex
__tz_lock_object -> __tz_mutex
2017-02-06 16:55:09 -05:00
..
2015-12-08 21:23:22 +01:00
2017-02-06 16:55:09 -05:00
2015-12-08 21:23:22 +01:00
2015-11-02 16:34:49 -05:00
2015-11-02 16:34:49 -05:00
2015-07-02 09:38:06 +02:00
2016-03-12 23:37:01 +01:00
2016-07-04 17:13:55 +01:00
2015-07-02 09:38:06 +02:00
2011-06-14 03:56:05 +00:00