OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPCControl
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/win/src/
sharedmem_ipc_client.h
87
struct
IPCControl
{
129
IPCControl
* control_;
sharedmem_ipc_server.h
100
IPCControl
* client_control_;
ipc_unittest.cc
16
IPCControl
* MakeChannels(size_t channel_size, size_t total_shared_size,
22
total_shared_size -= offsetof(
IPCControl
, channels);
27
offsetof(
IPCControl
, channels);
29
IPCControl
* client_control = reinterpret_cast<
IPCControl
*>(mem);
40
void FixChannels(
IPCControl
* client_control, size_t base_start,
55
void CloseChannelEvents(
IPCControl
* client_control) {
68
IPCControl
* client_control = MakeChannels(12 * 64, 4096, &channel_start);
83
IPCControl
* client_control =
152
IPCControl
* client_control
[
all
...]
sharedmem_ipc_server.cc
58
shared_size -= offsetof(
IPCControl
, channels);
67
offsetof(
IPCControl
, channels);
69
client_control_ = reinterpret_cast<
IPCControl
*>(shared_mem);
sharedmem_ipc_client.cc
42
: control_(reinterpret_cast<
IPCControl
*>(shared_mem)) {
Completed in 222 milliseconds