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

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -