Home
last modified time | relevance | path

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

/external/fio/os/windows/
Dposix.c543 HANDLE fileMappings[1024]; variable
552 fileMappings[nFileMappings] = hMapping; in shmget()
566 mapAddr = MapViewOfFile(fileMappings[shmid], FILE_MAP_ALL_ACCESS, 0, 0, 0); in shmat()
599 fileMappings[shmid] = INVALID_HANDLE_VALUE; in shmctl()