currently, c++11 thread API is used to emulate pthread API. But the Win32 API provides thread and semaphore API, and it also a C API. So what about providing a interface for thread and semaphore, one ...