pthread_handler_rec

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(!linux && darwin)
extern (C)
struct pthread_handler_rec {}

Members

Variables

__arg
void* __arg;
Undocumented in source.
__next
pthread_handler_rec* __next;
Undocumented in source.
__routine
void function(void*) __routine;
Undocumented in source.

Meta