OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safe_msgrcv
(Results
1 - 2
of
2
) sorted by null
/external/ltp/include/
tst_safe_sysv_ipc.h
30
ssize_t
safe_msgrcv
(const char *file, const int lineno, int msqid, void *msgp,
32
#define
SAFE_MSGRCV
(msqid, msgp, msgsz, msgtyp, msgflg) \
33
safe_msgrcv
(__FILE__, __LINE__, (msqid), (msgp), (msgsz), (msgtyp), (msgflg))
/external/ltp/lib/
tst_safe_sysv_ipc.c
53
ssize_t
safe_msgrcv
(const char *file, const int lineno, int msqid, void *msgp,
function
Completed in 299 milliseconds