Searched refs:IsValidUserKey (Results 1 – 1 of 1) sorted by relevance
66 static inline bool IsValidUserKey(pthread_key_t key) { in IsValidUserKey() function208 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()