Home | History | Annotate | Download | only in memory

Lines Matching refs:new_handle

208   // platform-specific new_handle which can be used in a remote process to read
209 // the shared memory file. new_handle is an output parameter to receive the
218 SharedMemoryHandle* new_handle) {
219 return ShareToProcessCommon(process, new_handle, false, SHARE_READONLY);
223 // bool ok = ShareReadOnlyToProcess(process, new_handle);
229 SharedMemoryHandle* new_handle) {
230 return ShareToProcessCommon(process, new_handle, true, SHARE_READONLY);
234 // to create a platform-specific new_handle which can be
236 // file. new_handle is an output parameter to receive
240 SharedMemoryHandle* new_handle) {
241 return ShareToProcessCommon(process, new_handle, false, SHARE_CURRENT_MODE);
245 // bool ok = ShareToProcess(process, new_handle);
251 SharedMemoryHandle* new_handle) {
252 return ShareToProcessCommon(process, new_handle, true, SHARE_CURRENT_MODE);
281 SharedMemoryHandle* new_handle,