HomeSort by relevance Sort by last modified time
    Searched full:unblocked (Results 1 - 25 of 41) sorted by null

1 2

  /external/valgrind/main/none/tests/
pending.stdout.exp 5 5: unblocked...
pending.c 66 printf("5: unblocked...\n");
  /external/chromium/net/test/
test_server_win.cc 79 // Writes |size| bytes to |handle| and sets |*unblocked| to true.
81 void UnblockPipe(HANDLE handle, DWORD size, bool* unblocked) {
91 *unblocked = true;
104 bool unblocked = false;
107 NewRunnableFunction(UnblockPipe, write_fd, bytes_max, &unblocked),
127 if (unblocked) {
  /frameworks/wilhelm/src/
ThreadPool.h 55 pthread_cond_t mCondNotFull; ///< Signalled when a client thread could be unblocked
56 pthread_cond_t mCondNotEmpty; ///< Signalled when a worker thread could be unblocked
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Semaphore.c 201 * priority is unblocked and made ready to run.
202 * @note No hypotheses can be made on which thread will be unblocked
  /external/wpa_supplicant_8/src/drivers/
rfkill.c 86 wpa_printf(MSG_INFO, "rfkill: WLAN unblocked");
  /external/chromium/chrome/browser/tabs/
tab_strip_model_observer.h 116 // NOTE: This is invoked when a tab becomes blocked/unblocked by a tab modal
  /external/valgrind/main/docs/internals/
threads-syscalls-signals.txt 71 they need to be always unblocked, and the signal handler is called when
88 window where signals are actually unblocked very narrow, the number of
102 That is, because we have to leave SIGSEGV unblocked for faulting
212 mechanism. If its unblocked and ignored, it doesn't interrupt syscalls
  /libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java 244 * invocation of a park method that has not yet unblocked, or null
246 * snapshot -- the thread may have since unblocked or blocked on a
Lock.java 127 * shown that the interrupt occurred after another action may have unblocked
Condition.java 145 * unblocked the thread. An implementation should document this behavior.
  /external/chromium/third_party/libjingle/source/talk/base/
task.h 136 // Called inside the task to signal that the task may be unblocked
  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 96 // the starting move, we break the cycle. All moves are then unblocked,
  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 97 // the starting move, we break the cycle. All moves are then unblocked,
  /external/bluetooth/glib/gobject/
gsignal.c 90 * handlers may be connected, disconnected, blocked or unblocked during
96 * handler has to get unblocked exactly the same amount of times
    [all...]
gsignal.h 154 * @G_SIGNAL_MATCH_UNBLOCKED: Only unblocked signals may matched.
  /ndk/sources/host-tools/make-3.81/
commands.c 520 will be unblocked when we return and arrive then to kill us. */
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 328 if (D) Log.d(TAG, "Server unblocked ");
  /external/valgrind/main/coregrind/
m_signals.c 75 always unblocked).
183 temporarily unblocked them for the duration of the syscall,
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 919 } else /* unblocked */ {
  /system/core/adb/
usb_linux.c 502 ** will get unblocked
  /external/chromium/net/tools/flip_server/
epoll_server.h 304 // from blocked to unblocked) events are sent. A callback can put itself on
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
UNUSED_STABS.txt 557 sure SIGBUS, SIGSEGV and SIGTERM are unblocked. (Perhaps the
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 312 // when we get unblocked.
    [all...]

Completed in 6036 milliseconds

1 2