OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnblockPipe
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/test/
test_server_win.cc
81
void
UnblockPipe
(HANDLE handle, DWORD size, bool* unblocked) {
107
NewRunnableFunction(
UnblockPipe
, write_fd, bytes_max, &unblocked),
/external/chromium_org/net/test/spawned_test_server/
local_test_server_win.cc
32
void
UnblockPipe
(HANDLE handle, DWORD size, bool* unblocked) {
57
FROM_HERE, base::Bind(
UnblockPipe
, write_fd, bytes_max, &unblocked),
Completed in 147 milliseconds