_pthread_cleanup_buffer

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

Members

Variables

__arg
void* __arg;
Undocumented in source.
__next
_pthread_cleanup_buffer* __next;
Undocumented in source.
__routine
_pthread_cleanup_routine __routine;
Undocumented in source.

Meta