| 59 | } |
| 60 | |
| 61 | static inline void hashmap_unlock(struct attr_hashmap *map) |
| 62 | { |
| 63 | pthread_mutex_unlock(&map->mutex); |
| 64 | } |
| 65 | |
| 66 | /* The container for objects stored in "struct attr_hashmap" */ |
| 67 | struct attr_hash_entry { |
no outgoing calls
no test coverage detected