HomeSort by relevance Sort by last modified time
    Searched full:unblock (Results 51 - 75 of 216) sorted by null

1 23 4 5 6 7 8 9

  /packages/apps/Nfc/nci/jni/
CondVar.cpp 134 ** Description: Unblock the waiting thread.
NativeLlcpConnectionlessSocket.cpp 149 ** Description: Abort current operation and unblock threads.
PowerSwitch.h 178 ** Description: Abort and unblock currrent operation.
  /external/chromium_org/ipc/
ipc_message.h 106 void set_unblock(bool unblock) {
107 if (unblock) {
ipc_sync_channel.h 48 // deserializer stashed from before, and unblock the original thread.
98 // needed in some cases to unblock certain loops (e.g. necessary when some
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/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cond_signal.c 188 * The '0'(FALSE) unblockAll arg means unblock ONE waiter.
227 * The TRUE unblockAll arg means unblock ALL waiters.
pthread_mutex_timedlock.c 240 /* Unblock the next thread */
304 /* Unblock the next thread */
pthread_cond_wait.c 289 * (to)unblock(ed) counts (protected by unblock lock).
428 * re-lock the mutex and adjust (to)unblock(ed) waiters
  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 251 /* Unblock signals in the child. */
292 do not unblock that signal. */
  /system/core/toolbox/
dd.c 81 void unblock(void);
413 else if (cfunc == unblock)
773 static const char no_block[] = "unblock and -DNO_CONV?\n";
776 void unblock(void) { fprintf(stderr, "%s", no_block); exit(1); } function
901 unblock(void) function
1113 * Ascii/ebcdic and cbs implies block/unblock.
1114 * Block/unblock requires cbs and vice-versa.
1122 cfunc = ddflags & C_BLOCK ? block : unblock;
1127 cfunc = unblock;
1277 { "unblock", C_UNBLOCK, C_BLOCK, NULL }
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 242 * The only way to unblock is to tear down lower transport
474 /* unblock server session */
475 final Thread notifyThread = new Thread("Server Unblock thread") {
478 mSession.unblock();
483 if (V) Log.v(TAG, "setConfirmed to unblock mSession" + mSession.toString());
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.cc 203 // Allowing all async messages to unblock the renderer means more reentrancy
206 // We don't want reply messages to unblock however, as they will potentially
  /frameworks/av/camera/
ProCamera.cpp 104 // Unblock waitForFrame(id) callers
321 // Unblock waitForFrame(id) callers
  /frameworks/native/opengl/specs/
EGL_ANDROID_native_fence_sync.txt 132 eglClientWaitSyncKHR commands (see below) blocking on <sync> to unblock.
145 eglClientWaitSyncKHR commands blocking on <sync> unblock."
  /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...]
  /external/chromium/chrome/browser/sync/glue/
ui_model_worker.cc 126 work_done_->Signal(); // Unblock the syncer thread that scheduled us.
  /external/chromium/net/proxy/
sync_host_resolver_bridge_unittest.cc 185 // unblock the PAC thread though).
  /external/chromium/net/test/
test_server_win.cc 83 // Unblock the ReadFile in TestServer::WaitToStart by writing to the pipe.
  /external/chromium_org/base/threading/
platform_thread_posix.cc 71 // handle, and unblock the parent thread.
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_manager_browsertest.cc 161 // the last one will forward the error to the client and unblock the
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_win.cc 33 // Unblock the ReadFile in LocalTestServer::WaitToStart by writing to the
  /frameworks/base/core/java/android/net/http/
EventHandler.java 126 * call restartConnection() to unblock the thread later,
  /frameworks/base/core/java/android/speech/tts/
SynthesisPlaybackQueueItem.java 229 // Unblock the waiting writer. We use signal() and not signalAll()
  /system/extras/tests/sdcard/
testcase.cpp 123 // duty. Unblock them so they start the work.

Completed in 727 milliseconds

1 23 4 5 6 7 8 9