On Thu, Apr 19, 2018 at 15:43:01 -0400, Emilio G. Cota wrote: > BTW you might also want to add the file/line pair to > qemu-thread-win32.c, or hide the configure option to Windows > users.
A few other call sites are missing as well, e.g. when returning from pthread_cond_wait or with _trylock. If you grep for trace_qemu_mutex_locked you'll find all the places where the file/line update should occur. Emilio