• E
    threads: add virThreadID for debugging use · e4bc372e
    Eric Blake 提交于
    * src/util/threads.h (virThreadID): New prototype.
    * src/util/threads-pthread.c (virThreadID): New function.
    * src/util/threads-win32.c (virThreadID): Likewise.
    * src/libvirt_private.syms (threads.h): Export it.
    * daemon/event.c (virEventInterruptLocked): Use it to avoid
    warning on BSD systems.
    e4bc372e
threads-win32.c 8.1 KB