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

  /external/ltp/testcases/kernel/mem/mtest07/
shm_test.c 175 long *locargs = /* local pointer to arguments */ local
183 reader = (int)locargs[3];
184 while (shmndx++ < (int)locargs[0]) {
185 dprt("pid[%d]: shmat_rd_wr(): locargs[1] = %#x\n",
186 getpid(), (int)locargs[1]);
190 shmget((int)locargs[1], (int)locargs[2], IPC_CREAT | 0666))
220 while (index < (int)locargs[2]) {
231 while (index < (int)locargs[2]) {
  /external/ltp/testcases/kernel/mem/mtest06/
shmat1.c 228 long *locargs = /* local pointer to arguments */ local
231 while (shm_ndx++ < (int)locargs[0]) {
269 STR_SHMAT, pthread_self(), shm_ndx, (int)locargs[0]);
303 long *locargs = /* local pointer to the arguments */ local
306 while (write_ndx++ < (int)locargs[0]) {
343 long *locargs = /* local pointer to the arguments */ local
346 while (read_ndx++ < (int)locargs[0]) {

Completed in 2298 milliseconds