Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw_thread
  5. pw::ThreadContextFor< kAttributes > Class Template Reference
Loading...
Searching...
No Matches
pw::ThreadContextFor< kAttributes > Class Template Reference

Overview

template<const ThreadAttrs & kAttributes>
class pw::ThreadContextFor< kAttributes >

Declares a ThreadContext that is associated with a specific set of thread attributes. The ThreadContext may be reused if the associated thread is joined, but all threads use the same ThreadAttrs.

Public Member Functions

 ThreadContextFor (const ThreadContextFor &)=delete
 
ThreadContextForoperator= (const ThreadContextFor &)=delete
 
constexpr auto & native ()
 

The documentation for this class was generated from the following file: