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

12 3 4 5 6 7 8 9

  /external/chromium_org/sync/internal_api/public/
http_post_provider_interface.h 54 // Abandon any pending POST and unblock caller in MakeSynchronousPost.
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
Mutex.cpp 92 ** Description: Unlock a mutex to unblock a thread.
CondVar.cpp 136 ** Description: Unblock the waiting thread.
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 75 void unblock(); method in interface:BluetoothOppObexSession
  /packages/apps/Nfc/nci/jni/
Mutex.cpp 89 ** Description: Unlock a mutex to unblock a thread.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigaction.h 76 #define SIG_UNBLOCK 1 /* Unblock signals. */
in.h 41 #define IP_UNBLOCK_SOURCE 37 /* ip_mreq_source: unblock data from source */
48 #define MCAST_UNBLOCK_SOURCE 44 /* group_source_req: unblock from given group*/
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigaction.h 76 #define SIG_UNBLOCK 1 /* Unblock signals. */
in.h 41 #define IP_UNBLOCK_SOURCE 37 /* ip_mreq_source: unblock data from source */
48 #define MCAST_UNBLOCK_SOURCE 44 /* group_source_req: unblock from given group*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigaction.h 76 #define SIG_UNBLOCK 1 /* Unblock signals. */
in.h 41 #define IP_UNBLOCK_SOURCE 37 /* ip_mreq_source: unblock data from source */
48 #define MCAST_UNBLOCK_SOURCE 44 /* group_source_req: unblock from given group*/
  /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/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_lock.c 185 /* Unblock the next thread */
245 /* Unblock the next thread */
global.c 62 * it will be set at runtime to a substitute routine which cannot unblock
  /external/chromium_org/sync/internal_api/public/engine/
model_safe_worker.cc 97 // Set stop flag but don't signal work_done_or_stopped_ to unblock sync loop
127 // Must signal to unblock syncer if it's waiting for a posted task to
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_core.c 422 struct rbug_proto_context_draw_unblock *unblock = (struct rbug_proto_context_draw_unblock *)header; local
428 rb_context = rbug_get_context_locked(rb_screen, unblock->context);
437 if (unblock->unblock & RBUG_BLOCK_RULE)
440 rb_context->draw_blocked &= ~unblock->unblock;
442 rb_context->draw_blocker &= ~unblock->unblock;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 422 struct rbug_proto_context_draw_unblock *unblock = (struct rbug_proto_context_draw_unblock *)header; local
428 rb_context = rbug_get_context_locked(rb_screen, unblock->context);
437 if (unblock->unblock & RBUG_BLOCK_RULE)
440 rb_context->draw_blocked &= ~unblock->unblock;
442 rb_context->draw_blocker &= ~unblock->unblock;
  /system/extras/tests/sdcard/
sysutil.h 53 // Then unblock all the children.
137 // Then unblock them.
  /external/chromium_org/ppapi/proxy/
url_loader_resource.h 101 // Sends the defers loading message to the renderer to block or unblock the
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImportsController.cpp 157 HTMLImport::unblock(this);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_lister.h 59 * signals are blocked. If the 'callback' decides to unblock them, it must
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_lister.h 59 * signals are blocked. If the 'callback' decides to unblock them, it must
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ListenableFutureTaskTest.java 107 // Start up the task and unblock the latch to finish the task.
  /libcore/luni/src/main/native/
AsynchronousSocketCloseMonitor.cpp 53 // (The whole reason we're sending this signal is to unblock system calls!)
  /ndk/sources/host-tools/make-3.81/
remote-stub.c 92 do not unblock that signal. */

Completed in 1057 milliseconds

12 3 4 5 6 7 8 9