HomeSort by relevance Sort by last modified time
    Searched refs:Unblock (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/proxy/
multi_threaded_proxy_resolver_unittest.cc 112 // TODO(eroman): WaitUntilBlocked() *must* be called before calling Unblock(),
128 void Unblock() {
374 // Unblock the worker thread so the requests can continue running.
376 mock->Unblock();
478 // Unblock the worker thread so the requests can continue running.
479 mock->Unblock();
549 // Unblock the worker thread and delete the underlying
551 mock->Unblock();
764 // Unblock the first thread.
765 factory->resolvers()[0]->Unblock();
    [all...]
  /external/chromium_org/net/proxy/
multi_threaded_proxy_resolver_unittest.cc 116 // TODO(eroman): WaitUntilBlocked() *must* be called before calling Unblock(),
132 void Unblock() {
383 // Unblock the worker thread so the requests can continue running.
385 mock->Unblock();
487 // Unblock the worker thread so the requests can continue running.
488 mock->Unblock();
558 // Unblock the worker thread and delete the underlying
560 mock->Unblock();
773 // Unblock the first thread.
774 factory->resolvers()[0]->Unblock();
    [all...]
  /external/chromium_org/base/threading/
sequenced_worker_pool_unittest.cc 39 // provides a way to unblock a certain number of them.
54 void Unblock(size_t count) {
235 blocker.Unblock(kNumWorkerThreads);
264 blocker->Unblock(threads_to_awake);
434 background_blocker.Unblock(1);
442 background_blocker.Unblock(kNumBackgroundTasks - 1);
447 blocker.Unblock(1);
639 blocker.Unblock(3);
    [all...]
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 504 void Unblock(bool server_pump, bool client_pump, bool delete_during_send) {
512 TEST_F(IPCSyncChannelTest, Unblock) {
513 Unblock(false, false, false);
514 Unblock(false, true, false);
515 Unblock(true, false, false);
516 Unblock(true, true, false);
523 Unblock(false, false, true);
524 Unblock(false, true, true);
525 Unblock(true, false, true);
526 Unblock(true, true, true)
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_unittest.cc 340 void UnblockRead() { read_state_.Unblock(); }
346 void UnblockWrite() { write_state_.Unblock(); }
361 // ERR_IO_PENDING and not invoking the user callback until Unblock() is
369 void Unblock();
373 // be invoked until Unblock() has been called.
416 void FakeBlockingStreamSocket::BlockingState::Unblock() {
438 // OnCompleted so that the user's callback is not invoked until Unblock() is
457 // Store the result so that the callback can be invoked once Unblock() is
464 // Otherwise, the Unblock() function was called before the underlying
    [all...]

Completed in 139 milliseconds