OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLE_INTR
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/
errno.h
21
#define
NLE_INTR
2
/external/libnl/lib/
error.c
18
[
NLE_INTR
] = "Interrupted system call",
90
case EINTR: return
NLE_INTR
;
/external/libnl/tests/
test-cache-mngr.c
62
if (err < 0 && err != -
NLE_INTR
)
Completed in 37 milliseconds