OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:server_alive
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
sharedmem_ipc_client.cc
54
if (!control_->
server_alive
)
65
// we check if the
server_alive
mutex was abandoned which will indicate
75
//
server_alive
mutex has been abandoned which would signal a server crash
78
wait = ::WaitForSingleObject(control_->
server_alive
, 0);
94
control_->
server_alive
= 0;
133
DWORD wait = ::WaitForSingleObject(control_->
server_alive
,
sharedmem_ipc_client.h
91
HANDLE
server_alive
;
member in struct:sandbox::IPCControl
ipc_unittest.cc
154
client_control->
server_alive
= HANDLE(1);
233
client_control->
server_alive
= HANDLE(1);
415
client_control->
server_alive
= ::CreateMutex(NULL, FALSE, NULL);
482
::CloseHandle(client_control->
server_alive
);
510
// to hold locked the
server_alive
mutex: this signals the client that the
517
client_control->
server_alive
= ::CreateMutex(NULL, FALSE, NULL);
533
events2.mutex = client_control->
server_alive
;
556
::CloseHandle(client_control->
server_alive
);
609
client_control->
server_alive
= HANDLE(1);
sharedmem_ipc_server.cc
120
target_process_, &client_control_->
server_alive
,
Completed in 142 milliseconds