OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIONIC_PTHREAD_KEY_COUNT
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/private/
bionic_tls.h
114
#define
BIONIC_PTHREAD_KEY_COUNT
(BIONIC_PTHREAD_KEY_RESERVED_COUNT + PTHREAD_KEYS_MAX)
/bionic/libc/bionic/
pthread_key.cpp
54
static pthread_key_internal_t key_map[
BIONIC_PTHREAD_KEY_COUNT
];
67
// Then key < (2^31 |
BIONIC_PTHREAD_KEY_COUNT
) means the index part of key <
BIONIC_PTHREAD_KEY_COUNT
.
68
return (key < (KEY_VALID_FLAG |
BIONIC_PTHREAD_KEY_COUNT
));
79
for (size_t i = 0; i <
BIONIC_PTHREAD_KEY_COUNT
; ++i) {
119
for (size_t i = 0; i <
BIONIC_PTHREAD_KEY_COUNT
; ++i) {
pthread_internal.h
105
pthread_key_data_t key_data[
BIONIC_PTHREAD_KEY_COUNT
];
Completed in 44 milliseconds