P99

◆ tss_dtor_t

typedef void(* tss_dtor_t) (void *)

which is the function pointer type void (*)(void*), used for a destructor for a thread-specific storage pointer

See also
tss_t

Definition at line 96 of file p99_tss.h.