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
    version(!linux && !darwin && solaris)
    extern (C)
    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(_pthread_cleanup_routine routine, void* arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta