__pthread_cleanup_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(!CRuntime_Glibc && !Darwin && !FreeBSD && !DragonFlyBSD && !NetBSD && !OpenBSD && !Solaris && CRuntime_Bionic)
extern (C) nothrow @nogc
struct __pthread_cleanup_t {}

Members

Variables

__cleanup_arg
void* __cleanup_arg;
Undocumented in source.
__cleanup_prev
__pthread_cleanup_t* __cleanup_prev;
Undocumented in source.
__cleanup_routine
_pthread_cleanup_routine __cleanup_routine;
Undocumented in source.

Meta