Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache_mngt.c83 nl_read_lock(&cache_ops_lock); in nl_cache_ops_lookup()
144 nl_read_lock(&cache_ops_lock); in nl_cache_ops_associate()
222 nl_read_lock(&cache_ops_lock); in nl_cache_ops_foreach()
/external/libnl/include/netlink-private/
Dnetlink.h244 static inline void nl_read_lock(pthread_rwlock_t *lock) in nl_read_lock() function
270 #define nl_read_lock(LOCK) do { } while(0) macro