Searched refs:write_to_mem (Results 1 – 2 of 2) sorted by relevance
185 char *write_to_mem; /* ptr to touch each (4096) block in memory */ in shmat_rd_wr() local224 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()
300 void *write_to_mem(void *args) in write_to_mem() function478 if (pthread_create(&thid[1], NULL, write_to_mem, chld_args)) { in main()