Searched refs:info_handle (Results 1 – 1 of 1) sorted by relevance
595 HANDLE shm_handle, info_handle; in shmget() local606 info_handle = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_info); in shmget()608 if ((!shm_handle && !info_handle)) { in shmget()611 …info_handle = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, sizeof(shm->descrip… in shmget()614 if ((!shm_handle || !info_handle)) { in shmget()625 shm->info = info_handle; in shmget()
Completed in 5 milliseconds