pthread_queue_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 && !CRuntime_Musl && !Darwin && !FreeBSD && NetBSD)
extern (C) nothrow @nogc
struct pthread_queue_t {}

Members

Variables

ptqh_first
void* ptqh_first;
Undocumented in source.
ptqh_last
void** ptqh_last;
Undocumented in source.

Meta