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

  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 236 int shared_mem_fd = INVALID_DESCRIPTOR; local
315 shared_mem_fd = sr_Res(o);
318 if (VG_(write)(shared_mem_fd, &vgdbinit, sizeof(VgdbShared))
326 shared_mem_fd, (Off64T)0);
335 VG_(close) (shared_mem_fd);
  /external/valgrind/main/coregrind/
vgdb.c 221 static int shared_mem_fd = -1; variable
227 shared_mem_fd = open(shared_mem, O_RDWR);
228 /* shared_mem_fd will not be closed till vgdb exits. */
230 if (shared_mem_fd == -1)
233 if (fstat(shared_mem_fd, &fdstat) != 0)
267 shared_mem_fd, 0);
    [all...]

Completed in 202 milliseconds