]> Savannah Git Hosting - gnulib.git/commit
windows-*: Rename glwthread_spinlock_t to glwthread_initguard_t.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:35:56 +0000 (02:35 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:35:56 +0000 (02:35 +0200)
commitf249808baa3f4f30386185b53bd6ac053a1272e1
tree62a1f8136efc28aa03c4578cde89e5dc68364670
parent4af8b82e701319864de974558f49588bba270a46
windows-*: Rename glwthread_spinlock_t to glwthread_initguard_t.

* lib/windows-initguard.h: Renamed from lib/windows-spinlock.h.
(glwthread_initguard_t): Renamed from glwthread_spinlock_t.
(GLWTHREAD_INITGUARD_INIT): Renamed from GLWTHREAD_SPINLOCK_INIT.
* lib/windows-mutex.h: Update.
* lib/windows-recmutex.h: Likewise.
* lib/windows-timedmutex.h: Likewise.
* lib/windows-timedrecmutex.h: Likewise.
* lib/windows-cond.h: Likewise.
* lib/glthread/lock.h: Likewise.
* modules/windows-mutex (Files): Add lib/windows-initguard.h. Remove
lib/windows-spinlock.h.
* modules/windows-recmutex (Files): Likewise.
* modules/windows-timedmutex (Files): Likewise.
* modules/windows-timedrecmutex (Files): Likewise.
* modules/windows-cond (Files): Likewise.
* modules/threads-h (Files): Likewise.
15 files changed:
ChangeLog
lib/glthread/lock.h
lib/windows-cond.h
lib/windows-initguard.h [new file with mode: 0644]
lib/windows-mutex.h
lib/windows-recmutex.h
lib/windows-spinlock.h [deleted file]
lib/windows-timedmutex.h
lib/windows-timedrecmutex.h
modules/threads-h
modules/windows-cond
modules/windows-mutex
modules/windows-recmutex
modules/windows-timedmutex
modules/windows-timedrecmutex