Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl01.c63 static void cnt_setup(int), func_cnt(int);
111 {&sem_id_1, SEM4, GETNCNT, func_cnt, SEMUN_CAST & buf, cnt_setup},
114 {&sem_id_1, SEM4, GETZCNT, func_cnt, SEMUN_CAST & buf, cnt_setup},
296 static void cnt_setup(int opval) in cnt_setup() function