Attempt to release the lock and wake when we can't

This commit is contained in:
Alejandro Alonso
2024-02-05 10:55:46 -08:00
parent 2a60c88457
commit 1f206ec58e
2 changed files with 21 additions and 14 deletions

View File

@@ -1830,34 +1830,34 @@ endfunction()
# Sources that are built when this library is being built for iOS
#
# SWIFT_SOURCES_DEPENDS_TVOS
# Sources that are built when this library is being built for macOS
# Sources that are built when this library is being built for tvOS
#
# SWIFT_SOURCES_DEPENDS_WATCHOS
# Sources that are built when this library is being built for macOS
# Sources that are built when this library is being built for watchOS
#
# SWIFT_SOURCES_DEPENDS_FREESTANDING
# Sources that are built when this library is being built for macOS
# Sources that are built when this library is being built for freestanding
#
# SWIFT_SOURCES_DEPENDS_FREEBSD
# Sources that are built when this library is being built for macOS
# Sources that are built when this library is being built for FreeBSD
#
# SWIFT_SOURCES_DEPENDS_OPENBSD
# Sources that are built when this library is being built for macOS
# Sources that are built when this library is being built for OpenBSD
#
# SWIFT_SOURCES_DEPENDS_LINUX
# Sources that are built when this library is being built for macOS
# Sources that are built when this library is being built for Linux
#
# SWIFT_SOURCES_DEPENDS_CYGWIN
# Sources that are built when this library is being built for macOS
# Sources that are built when this library is being built for Cygwin
#
# SWIFT_SOURCES_DEPENDS_HAIKU
# Sources that are built when this library is being built for macOS
# Sources that are built when this library is being built for Haiku
#
# SWIFT_SOURCES_DEPENDS_WASI
# Sources that are built when this library is being built for macOS
# Sources that are built when this library is being built for WASI
#
# SWIFT_SOURCES_DEPENDS_WINDOWS
# Sources that are built when this library is being built for macOS
# Sources that are built when this library is being built for Windows
#
# source1 ...
# Sources to add into this library.