HomeSort by relevance Sort by last modified time
    Searched refs:sys_semsys (Results 1 - 2 of 2) sorted by null

  /external/valgrind/memcheck/tests/solaris/
scalar.c 187 static void sys_semsys(void) function
189 GO(SYS_semsys, "(SEMCTL,IPC_STAT) 5s 1m");
190 SY(SYS_semsys, x0 + SEMCTL, x0, x0, x0 + IPC_STAT, x0 + 1); FAIL;
196 GO(SYS_semsys, "(SEMCTL,IPC_SET) 5s 1m");
197 SY(SYS_semsys, x0 + SEMCTL, x0, x0, x0 + IPC_SET, x0 + 1); FAIL;
203 GO(SYS_semsys, "(SEMCTL,IPC_STAT64) 5s 1m");
204 SY(SYS_semsys, x0 + SEMCTL, x0, x0, x0 + IPC_STAT64, x0 + 1); FAIL;
210 GO(SYS_semsys, "(SEMCTL,IPC_SET64) 5s 1m");
211 SY(SYS_semsys, x0 + SEMCTL, x0, x0, x0 + IPC_SET64, x0 + 1); FAIL;
217 GO(SYS_semsys, "(SEMCTL,IPC_RMID) 3s 0m")
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 934 DECL_TEMPLATE(solaris, sys_semsys);
    [all...]

Completed in 115 milliseconds