c++ - Which low-level windows specific functions are used to implement std::thread/boost::thread/pthread in Windows? -
i want know low-level windows specific functions used implement std::thread/boost::thread/pthread in windows?
the win32 api, createthread, core function starting thread on windows.
most need know thread apis in windows can found here.
Comments
Post a Comment