Lines Matching defs:thread
1 //===------------------------- thread.cpp----------------------------------===//
10 #include "thread"
32 thread::~thread()
39 thread::join()
44 throw system_error(error_code(ec, system_category()), "thread::join failed");
52 thread::detach()
63 throw system_error(error_code(ec, system_category()), "thread::detach failed");
68 thread::hardware_concurrency() _NOEXCEPT
97 return 0; // Means not computable [thread.thread.static]