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

  /external/ltp/testcases/kernel/mem/mtest07/
shm_test.c 178 char *read_from_mem; /* ptr to touch each (4096) block in memory */ local
230 read_from_mem = shmat_addr;
232 buff = *read_from_mem;
234 read_from_mem++;
  /external/ltp/testcases/kernel/mem/mtest06/
shmat1.c 329 /* Function: read_from_mem */
340 void *read_from_mem(void *args) function
352 "%s[%#lx]: read_from_mem(): memory address: [%p]\n",
488 if (pthread_create(&thid[2], NULL, read_from_mem, chld_args)) {
493 "created thread id[%#lx], execs fn read_from_mem()\n",

Completed in 74 milliseconds