repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(cache_addpw): Use cope of original key in hash entry with alternative key.
[glibc.git]
/
linuxthreads
/
pthandles.c
blob
4d2ac1940d4fda87a8f5020693fbde7543fa2f09
1
#include <ldsodefs.h>
2
#include
"pthread.h"
3
#include
"internals.h"
4
5
/* Array of active threads. Entry 0 is reserved for the initial thread. */
6
struct
pthread_handle_struct __pthread_handles
[
PTHREAD_THREADS_MAX
];