Lines Matching defs:thread
1 //===------------------------- thread.cpp----------------------------------===//
13 #include "thread"
41 thread::~thread()
48 thread::join()
59 __throw_system_error(ec, "thread::join failed");
63 thread::detach()
74 __throw_system_error(ec, "thread::detach failed");
78 thread::hardware_concurrency() _NOEXCEPT
107 return 0; // Means not computable [thread.thread.static]