1. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from common/kotlinx-coroutines-core-common/src/test/kotlin/kotlinx/coroutines/experimental/sync/MutexTest.kt]
  2. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago[Renamed (79%) from core/kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/sync/MutexTest.kt]
  3. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  4. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/sync/MutexTest.kt]
  5. 14328d1 Add Mutex.holdsLock by Francesco Vasco · 7 years ago
  6. 11c140a Fixed StackOverflow on Mutex.unlock convoy for Unconfined coroutines Fixes #80 by Roman Elizarov · 7 years ago
  7. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  8. c02ee11 Renamed withMutex to withLock by Roman Elizarov · 7 years ago
  9. ebe18b4 Stress-testing infrastructure by Roman Elizarov · 7 years ago
  10. f8fc478 Mutex is moved to sync subpackage by Roman Elizarov · 7 years ago[Renamed (95%) from kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/MutexTest.kt]
  11. 33ecdca Mutex.isLocked added by Roman Elizarov · 8 years ago
  12. 8bd5254 Mutex added by Roman Elizarov · 8 years ago