Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/mtest07/
Dshm_test.c185 char *write_to_mem; /* ptr to touch each (4096) block in memory */ in shmat_rd_wr() local
224 write_to_mem = shmat_addr; in shmat_rd_wr()
226 dprt("pid[%d]: do_shmat_shmatd(): write_to_mem = %#x\n", getpid(), write_to_mem); in shmat_rd_wr()
227 *write_to_mem = 'Y'; in shmat_rd_wr()
229 write_to_mem++; in shmat_rd_wr()
/external/ltp/testcases/kernel/mem/mtest06/
Dshmat1.c300 void *write_to_mem(void *args) in write_to_mem() function
478 if (pthread_create(&thid[1], NULL, write_to_mem, chld_args)) { in main()