Searched refs:Unblock (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/ipc/ |
D | ipc_sync_channel_unittest.cc | 577 void Unblock(bool server_pump, bool client_pump, bool delete_during_send) { in Unblock() function 587 TEST_F(IPCSyncChannelTest, Unblock) { in TEST_F() argument 588 Unblock(false, false, false); in TEST_F() 589 Unblock(false, true, false); in TEST_F() 590 Unblock(true, false, false); in TEST_F() 591 Unblock(true, true, false); in TEST_F() 603 Unblock(false, false, true); in TEST_F() 604 Unblock(false, true, true); in TEST_F() 605 Unblock(true, false, true); in TEST_F() 606 Unblock(true, true, true); in TEST_F()
|
/external/autotest/client/site_tests/cellular_SIMLocking/ |
D | control.pseudomodem | 28 - Unblock a puk-locked SIM.
|
/external/libchrome/libchrome_tools/patch/ |
D | observer_list_unittest.patch | 60 observer.Unblock();
|
/external/libchrome/mojo/core/ports/ |
D | ports_unittest.cc | 116 void Unblock() { in Unblock() function in mojo::core::ports::test::__anoncf17bb2a0111::TestNode 618 node2.Unblock(); in TEST_F() 673 node0.Unblock(); in TEST_F() 1414 node1.Unblock(); in TEST_F()
|
/external/libchrome/base/ |
D | observer_list_unittest.cc | 767 void Unblock() { barrier_.Signal(); } in Unblock() function in base::__anon50f2eebc0311::RemoveWhileNotificationIsRunningObserver 804 observer.Unblock();
|
/external/swiftshader/third_party/marl/ |
D | README.md | 57 sayHello.signal(); // Unblock all the tasks.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 2184 Unblock Proactor event loop when keyboard interrupt is received on Windows
|
/external/strace/ |
D | ChangeLog | 6342 (next_event): Unblock SIGALRM during wait4 invocation. 16158 * strace.c (main): Unblock the signal raised for strace termination. 28240 (main): ... here. Unblock SIGALRM only.
|