BFLibC 0.1
C Library
Loading...
Searching...
No Matches
_ThreadIDEntry Struct Reference
Collaboration diagram for _ThreadIDEntry:

Data Fields

pthread_t posix_tid
 
char type
 
union { 
 
   const _BFThreadSyncID *   sync 
 
   const _BFThreadAsyncID *   async 
 
id 
 

Detailed Description

end THREAD IDS start THREAD ID TABLE pairs posix thread id with our BFThreadID

Field Documentation

◆ async

const _BFThreadAsyncID* _ThreadIDEntry::async

◆ [union]

union { ... } _ThreadIDEntry::id

◆ posix_tid

pthread_t _ThreadIDEntry::posix_tid

◆ sync

const _BFThreadSyncID* _ThreadIDEntry::sync

◆ type

char _ThreadIDEntry::type

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