Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache_mngt.c86 nl_read_unlock(&cache_ops_lock); in nl_cache_ops_lookup()
147 nl_read_unlock(&cache_ops_lock); in nl_cache_ops_associate()
226 nl_read_unlock(&cache_ops_lock); in nl_cache_ops_foreach()
/external/libnl/include/netlink-private/
Dnetlink.h252 static inline void nl_read_unlock(pthread_rwlock_t *lock) in nl_read_unlock() function
274 #define nl_read_unlock(LOCK) do { } while(0) macro