]> Git Repo - qemu.git/blobdiff - qemu-thread-win32.h
coroutine-gthread.c: Avoid threading APIs deprecated in GLib 2.31
[qemu.git] / qemu-thread-win32.h
index 2983490a582967713c6cc1449ae7ddf5b18da926..b9d1be8478045d07e25f2b3d08bb140a17eb1ed7 100644 (file)
@@ -19,4 +19,7 @@ struct QemuThread {
     unsigned tid;
 };
 
+/* Only valid for joinable threads.  */
+HANDLE qemu_thread_get_handle(QemuThread *thread);
+
 #endif
This page took 0.026542 seconds and 4 git commands to generate.