SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
anonymous_namespace{stk_c_pthread.cpp}::KeyEntry Struct Reference

Public Attributes

bool used
void(* destructor )(void *)

Detailed Description

Definition at line 400 of file stk_c_pthread.cpp.

Member Data Documentation

◆ destructor

void(* anonymous_namespace{stk_c_pthread.cpp}::KeyEntry::destructor) (void *)

Definition at line 403 of file stk_c_pthread.cpp.

Referenced by pthread_key_create(), and pthread_key_delete().

◆ used

bool anonymous_namespace{stk_c_pthread.cpp}::KeyEntry::used

Definition at line 402 of file stk_c_pthread.cpp.

Referenced by pthread_key_create(), and pthread_key_delete().


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