|
WG14 threadsafe signals
|
The attributes for creating an async signal safe thread local. More...
#include <tss_async_signal_safe.h>
Public Attributes | |
| int(*const | create )(void **dest) |
| Create an instance. | |
| int(*const | destroy )(void *v) |
| Destroy an instance. | |
The attributes for creating an async signal safe thread local.
Definition at line 35 of file tss_async_signal_safe.h.
| int(*const tss_async_signal_safe_attr::create) (void **dest) |
Create an instance.
Definition at line 37 of file tss_async_signal_safe.h.
| int(*const tss_async_signal_safe_attr::destroy) (void *v) |
Destroy an instance.
Definition at line 38 of file tss_async_signal_safe.h.