Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl01.c64 static void cnt_setup(int), func_cnt(int);
112 {&sem_id_1, SEM4, GETNCNT, func_cnt, SEMUN_CAST & buf, cnt_setup},
115 {&sem_id_1, SEM4, GETZCNT, func_cnt, SEMUN_CAST & buf, cnt_setup},
362 static void func_cnt(int rval) in func_cnt() function