cheshirekow
v0.1.0
|
Simply encapsulates the stack address and size in a single object. More...
#include <cpp_pthreads/thread_attr.h>
Public Member Functions | |
Stack (void *addr=0, std::size_t size=0) | |
Public Attributes | |
void * | addr |
std::size_t | size |
Simply encapsulates the stack address and size in a single object.
Definition at line 49 of file thread_attr.h.
|
inline |
Definition at line 53 of file thread_attr.h.
void* pthreads::Stack::addr |
Definition at line 50 of file thread_attr.h.
std::size_t pthreads::Stack::size |
Definition at line 51 of file thread_attr.h.