Home
last modified time | relevance | path

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

/third_party/ltp/include/
Dtst_safe_sysv_ipc.h40 void *safe_shmat(const char *file, const int lineno, int shmid,
43 safe_shmat(__FILE__, __LINE__, (shmid), (shmaddr), (shmflg))
/third_party/ltp/libs/libltpnewipc/
Dlibnewipc.c81 addr = safe_shmat(file, lineno, shm_id, NULL, 0); in probe_free_addr()
/third_party/ltp/lib/
Dtst_safe_sysv_ipc.c160 void *safe_shmat(const char *file, const int lineno, int shmid, in safe_shmat() function