pthandles.c 189 B

12345
  1. #include "pthread.h"
  2. #include "internals.h"
  3. /* Array of active threads. Entry 0 is reserved for the initial thread. */
  4. struct pthread_handle_struct __pthread_handles[PTHREAD_THREADS_MAX];