Home
last modified time | relevance | path

Searched refs:check_nattch (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl01.c101 static void check_nattch(int exp_nattch, const char *msg) in check_nattch() function
129 check_nattch(0, "before child shmat()"); in verify_shmstat_attach()
134 check_nattch(NCHILD, "after child shmat()"); in verify_shmstat_attach()
139 check_nattch(0, "after child shmdt()"); in verify_shmstat_attach()
152 check_nattch(NCHILD+1, "inherited after fork()"); in verify_shmstat_inherit()
157 check_nattch(1, "after child shmdt()"); in verify_shmstat_inherit()
161 check_nattch(0, "after parent shmdt()"); in verify_shmstat_inherit()

Completed in 1 milliseconds