__pthread_cleanup_push

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void __pthread_cleanup_push(_pthread_cleanup_routine , void* , caddr_t , _pthread_cleanup_info* )
  2. void __pthread_cleanup_push(_pthread_cleanup_routine_nogc , void* , caddr_t , _pthread_cleanup_info* )
  3. void __pthread_cleanup_push(__pthread_cleanup_t* , _pthread_cleanup_routine , void* )
    version(!CRuntime_Glibc && !Darwin && !FreeBSD && !DragonFlyBSD && !NetBSD && !OpenBSD && !Solaris && CRuntime_Bionic)
    extern (C) nothrow @nogc
    void
    __pthread_cleanup_push
  4. void __pthread_cleanup_push(__pthread_cleanup_t* , _pthread_cleanup_routine_nogc , void* )

Meta