WG14 threadsafe signals
Loading...
Searching...
No Matches
tss_async_signal_safe_attr Struct Reference

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.
 

Detailed Description

The attributes for creating an async signal safe thread local.

Definition at line 35 of file tss_async_signal_safe.h.

Member Data Documentation

◆ create

int(*const tss_async_signal_safe_attr::create) (void **dest)

Create an instance.

Definition at line 37 of file tss_async_signal_safe.h.

◆ destroy

int(*const tss_async_signal_safe_attr::destroy) (void *v)

Destroy an instance.

Definition at line 38 of file tss_async_signal_safe.h.


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