pthread.h 91 B

123456
  1. struct __ptcb {
  2. long __jb[64];
  3. int __dummy;
  4. struct __ptcb *__next;
  5. void *__ptrs[3];
  6. };