Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
7f58151e95710b662cb43f980c99d16ff0bc855d
/
.
/
ap
/
build
/
uClibc
/
libpthread
/
linuxthreads
/
pthandles.c
blob: acc47e28d74489e7dde00d957f12b070bd235ead [
file
] [
log
] [
blame
]
#include
"pthread.h"
#include
"internals.h"
/* Array of active threads. Entry 0 is reserved for the initial thread. */
struct
pthread_handle_struct __pthread_handles
[
PTHREAD_THREADS_MAX
];