]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
slirp: avoid Unix thread sentinel in shared code
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 28 May 2026 15:08:36 +0000 (08:08 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 2 Jun 2026 22:33:30 +0000 (15:33 -0700)
commitd4bb7979f94acf8ac15d2923b461fb783324b10c
tree90329568ad4a13a4248e319d06e51790669fac0d
parent01a6350106d57b4b39be791db811b958c415c0fe
slirp: avoid Unix thread sentinel in shared code

Track whether the builtin slirp helper thread was started. Do not
write BAD_THREAD into uae_thread_id from common code because Windows
uses HANDLE thread IDs and does not define that Unix sentinel.
slirp_uae.cpp