We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370efc9 commit 0f76d81Copy full SHA for 0f76d81
…in/com/github/hummel/sp/coursemp/Main.kt …tlin/com/github/hummel/sp/course/Main.ktappCourse/src/nativeMain/kotlin/com/github/hummel/sp/coursemp/Main.kt renamed to appCourse/src/nativeMain/kotlin/com/github/hummel/sp/course/Main.kt
appLab4/src/nativeMain/kotlin/com/github/hummel/sp/lab4/Main.kt
@@ -36,6 +36,7 @@ fun main() {
36
}
37
38
39
+@Suppress("unused")
40
fun threadNotify(lpParameter: LPVOID?): DWORD {
41
memScoped {
42
val key = alloc<HKEYVar>()
@@ -54,6 +55,7 @@ fun threadNotify(lpParameter: LPVOID?): DWORD {
54
55
return 0u
56
57
58
59
fun threadOperate(lpParameter: LPVOID?): DWORD {
60
61
Sleep(1000u)
0 commit comments