/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLImport.cpp | 96 void HTMLImport::unblock() function in class:WebCore::HTMLImport 114 bool HTMLImport::unblock(HTMLImport* import) function in class:WebCore::HTMLImport 121 if (!unblock(import->m_children[i])) 126 import->unblock();
|
HTMLImport.h | 46 static bool unblock(HTMLImport*); 75 void unblock();
|
/external/valgrind/main/helgrind/tests/ |
tc23_bogus_condwait.c | 18 /* wait for, and unblock, the first wait */ 22 /* wait for, and unblock, the second wait */ 26 /* wait for, and unblock, the third wait */ 30 /* wait for, and unblock, the fourth wait */
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
CondVar.h | 86 ** Description: Unblock the waiting thread.
|
Mutex.h | 72 ** Description: Unlock a mutex to unblock a thread.
|
/packages/apps/Nfc/nci/jni/ |
CondVar.h | 82 ** Description: Unblock the waiting thread.
|
Mutex.h | 68 ** Description: Unlock a mutex to unblock a thread.
|
PeerToPeer.cpp | 486 // Server does not call NFA_P2pDisconnect(), so unblock the accept() 991 // If this is a client, he may not be connected yet, so unblock him just in case 1001 pConn->mCongEvent.notifyOne (); //unblock send() if congested 1005 pConn->mReadEvent.notifyOne (); //unblock receive() [all...] |
/packages/experimental/PrintService/res/values/ |
strings.xml | 24 <string name="block_and_delayed_unblock">Block and delayed unblock</string>
|
/external/chromium_org/ppapi/proxy/ |
flash_menu_resource.cc | 56 // 4. The browser sends the window rect reply to unblock the renderer, but 58 // unblock this loop.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
rbug_context.h | 81 rbug_block_t unblock; member in struct:rbug_proto_context_draw_unblock 150 rbug_block_t unblock,
|
rbug_context.c | 197 rbug_block_t unblock, 207 LEN(4); /* unblock */ 219 WRITE(4, rbug_block_t, unblock); /* unblock */ 596 READ(4, rbug_block_t, unblock); /* unblock */
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
rbug_context.h | 81 rbug_block_t unblock; member in struct:rbug_proto_context_draw_unblock 150 rbug_block_t unblock,
|
rbug_context.c | 197 rbug_block_t unblock, 207 LEN(4); /* unblock */ 219 WRITE(4, rbug_block_t, unblock); /* unblock */ 596 READ(4, rbug_block_t, unblock); /* unblock */
|
/packages/apps/Email/tests/src/com/android/email/ |
SingleRunningTaskTest.java | 43 public void unblock() { method in class:SingleRunningTaskTest.NormalTask 122 e.unblock();
|
/external/chromium/webkit/glue/media/ |
web_data_source.h | 37 // This method is used to unblock any read calls that would cause the
|
/external/chromium_org/content/child/npapi/ |
np_channel_base.h | 203 // Track whether we're dispatching a message with the unblock flag; works like 209 // process wants to avoid setting the unblock flag on its sync messages 213 // a result of a sync call from the renderer must unblock the renderer. We 215 // have the unblock flag set, since they could be followed by a sync message
|
/external/chromium_org/media/filters/ |
blocking_url_protocol.h | 48 // Used to unblock the thread during shutdown and when reads complete.
|
/external/valgrind/main/gdbserver_tests/ |
nlcontrolc.stdinB.gdb | 14 # We will unblock them by changing their timeout argument
|
/ndk/tests/device/issue19851-sigsetjmp/jni/ |
issue19851-sigsetjmp.c | 42 /* Unblock SIGUSR2 */
|
/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/chrome/browser/sync/engine/ |
http_post_provider_interface.h | 59 // Abandon any pending POST and unblock caller in MakeSynchronousPost.
|
/external/chromium_org/chrome/browser/sync/glue/ |
ui_model_worker.cc | 39 work_done->Signal(); // Unblock the syncer thread that scheduled us.
|
/external/chromium_org/content/browser/renderer_host/ |
gpu_message_filter.h | 42 // unblock existing CreateViewCommandBuffer requests using that surface.
|