blob: acc47e28d74489e7dde00d957f12b070bd235ead [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#include "pthread.h"
2#include "internals.h"
3
4/* Array of active threads. Entry 0 is reserved for the initial thread. */
5struct pthread_handle_struct __pthread_handles[PTHREAD_THREADS_MAX];