BFLibC 0.1
C Library
|
Data Fields | ||
pthread_t | posix_tid | |
char | type | |
union { | ||
const _BFThreadSyncID * sync | ||
const _BFThreadAsyncID * async | ||
} | id | |
end THREAD IDS start THREAD ID TABLE pairs posix thread id with our BFThreadID
const _BFThreadAsyncID* _ThreadIDEntry::async |
union { ... } _ThreadIDEntry::id |
pthread_t _ThreadIDEntry::posix_tid |
const _BFThreadSyncID* _ThreadIDEntry::sync |
char _ThreadIDEntry::type |