yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | #include "pthread.h" |
2 | #include "internals.h" | ||||
3 | |||||
4 | /* Array of active threads. Entry 0 is reserved for the initial thread. */ | ||||
5 | struct pthread_handle_struct __pthread_handles[PTHREAD_THREADS_MAX]; |