Home
last modified time | relevance | path

Searched refs:IsValidUserKey (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dpthread_key.cpp66 static inline bool IsValidUserKey(pthread_key_t key) { in IsValidUserKey() function
208 if (!IsValidUserKey(key) || !tls_map.IsInUse(key)) { in pthread_key_delete()
234 if (!IsValidUserKey(key)) { in pthread_getspecific()
248 if (!IsValidUserKey(key) || !tls_map.IsInUse(key)) { in pthread_setspecific()