pthread.h 90 B

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