Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache_mngt.c85 nl_read_unlock(&cache_ops_lock); in nl_cache_ops_lookup()
146 nl_read_unlock(&cache_ops_lock); in nl_cache_ops_associate()
225 nl_read_unlock(&cache_ops_lock); in nl_cache_ops_foreach()
/external/libnl/include/netlink-private/
Dnetlink.h249 static inline void nl_read_unlock(pthread_rwlock_t *lock) in nl_read_unlock() function
271 #define nl_read_unlock(LOCK) do { } while(0) macro