pthread_cleanup

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
  2. struct pthread_cleanup
  3. struct pthread_cleanup
  4. struct pthread_cleanup
  5. struct pthread_cleanup
  6. struct pthread_cleanup
  7. struct pthread_cleanup
  8. struct pthread_cleanup
  9. struct pthread_cleanup
    version(!CRuntime_Glibc && !Darwin && !FreeBSD && !DragonFlyBSD && !NetBSD && !OpenBSD && !Solaris && !CRuntime_Bionic && !CRuntime_Musl && CRuntime_UClibc)
    extern (C) nothrow @nogc
    struct pthread_cleanup {}

Members

Functions

pop
void pop(int execute)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(F routine, void* arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
_pthread_cleanup_buffer buffer;
Undocumented in source.

Meta