pthread_t

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_t
    version(MM_USE_POSIX_THREADS && WebAssembly)
    extern (C)
    struct pthread_t {}
  2. struct pthread_t

Members

Variables

p
void* p;
Undocumented in source.
x
uint x;
Undocumented in source.

Meta