OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SharedMemoryHandle
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
shared_memory.h
26
//
SharedMemoryHandle
is a platform specific type which represents
29
typedef HANDLE
SharedMemoryHandle
;
34
typedef FileDescriptor
SharedMemoryHandle
;
56
SharedMemory(
SharedMemoryHandle
handle, bool read_only);
61
SharedMemory(
SharedMemoryHandle
handle, bool read_only,
69
static bool IsHandleValid(const
SharedMemoryHandle
& handle);
72
static
SharedMemoryHandle
NULLHandle();
75
static void CloseHandle(const
SharedMemoryHandle
& handle);
129
SharedMemoryHandle
handle() const;
150
SharedMemoryHandle
* new_handle)
[
all
...]
/external/chromium_org/base/memory/
shared_memory.h
31
//
SharedMemoryHandle
is a platform specific type which represents
34
typedef HANDLE
SharedMemoryHandle
;
39
typedef FileDescriptor
SharedMemoryHandle
;
89
SharedMemory(
SharedMemoryHandle
handle, bool read_only);
94
SharedMemory(
SharedMemoryHandle
handle, bool read_only,
102
static bool IsHandleValid(const
SharedMemoryHandle
& handle);
105
static
SharedMemoryHandle
NULLHandle();
108
static void CloseHandle(const
SharedMemoryHandle
& handle);
184
SharedMemoryHandle
handle() const;
204
// methods. If it was constructed from a
SharedMemoryHandle
, this call wil
[
all
...]
Completed in 28 milliseconds