_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
  3. struct _pthread_cleanup_buffer
    version(!CRuntime_Glibc && !Darwin && !FreeBSD && !DragonFlyBSD && !NetBSD && !OpenBSD && !Solaris && !CRuntime_Bionic && !CRuntime_Musl && CRuntime_UClibc)
    extern (C) nothrow @nogc
    struct _pthread_cleanup_buffer {}

Members

Variables

__arg
void* __arg;
Undocumented in source.
__canceltype
int __canceltype;
Undocumented in source.
__prev
_pthread_cleanup_buffer* __prev;
Undocumented in source.
__routine
_pthread_cleanup_routine __routine;
Undocumented in source.

Meta