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

  /external/ltp/testcases/kernel/mem/mtest07/
shm_test.c 179 char *write_to_mem; /* ptr to touch each (4096) block in memory */ local
219 write_to_mem = shmat_addr;
221 dprt("pid[%d]: do_shmat_shmatd(): write_to_mem = %#x\n", getpid(), write_to_mem);
222 *write_to_mem = 'Y';
224 write_to_mem++;
  /external/ltp/testcases/kernel/mem/mtest06/
shmat1.c 26 /* July - 30 - 2001 Modified - Added function write_to_mem. */
289 /* Function: write_to_mem */
300 void *write_to_mem(void *args) function
318 "%s[%#lx]: write_to_mem(): memory address: [%p]\n",
478 if (pthread_create(&thid[1], NULL, write_to_mem, chld_args)) {
483 "created thread id[%#lx], execs fn write_to_mem()\n",

Completed in 103 milliseconds