Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/native/bpf_syscall_wrappers/include/
DBpfSyscallWrappers.h136 inline int bpfLock(int fd, short type) { in bpfLock() function
174 return bpfLock(mapRetrieveLocklessRW(pathname), F_WRLCK); in mapRetrieveExclusiveRW()
178 return bpfLock(mapRetrieveLocklessRW(pathname), F_RDLCK); in mapRetrieveRW()
188 return bpfLock(bpfFdGet(pathname, BPF_F_WRONLY), F_WRLCK); in mapRetrieveWO()