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

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -