util: Fixes futex_wait on win32
util: Fixes futex_wait on win32
The timeout compute is invalid
Fixes: 095dfc6caa2 ("util: Move the implementation of futex_wake and futex_wait from futex.h to futex.c")
util: futex_wait use TIME_MONOTONIC on win32 for consistence with other platform
util: Turn futex_wake parameter to int32_t for consistence across platforms
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
cc @jenatali