HomeSort by relevance Sort by last modified time
    Searched full:unblocked (Results 1 - 25 of 47) 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/eigen/Eigen/src/Cholesky/
LLT.h 264 static typename MatrixType::Index unblocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
296 return unblocked(m);
315 if((ret=unblocked(A11))>=0) return k+ret;
334 static EIGEN_STRONG_INLINE typename MatrixType::Index unblocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
337 return llt_inplace<Scalar, Lower>::unblocked(matt);
LDLT.h 249 static bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, int* sign=0) function in struct:Eigen::internal::ldlt_inplace
393 static EIGEN_STRONG_INLINE bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, int* sign=0) function in struct:Eigen::internal::ldlt_inplace
396 return ldlt_inplace<Lower>::unblocked(matt, transpositions, temp, sign);
439 internal::ldlt_inplace<UpLo>::unblocked(m_matrix, m_transpositions, m_temporary, &m_sign);
  /external/wpa_supplicant_8/src/drivers/
rfkill.c 86 wpa_printf(MSG_INFO, "rfkill: WLAN unblocked");
  /external/bison/lib/
spawn-pipe.h 68 action and/or unblocked. In particular, applications written
  /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 246 * invocation of a park method that has not yet unblocked, or null
248 * 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,
  /frameworks/av/camera/
ProCamera.cpp 352 // else it was some other stream that got unblocked
  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h 279 // unblocked triangular solve
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 230 * using an unblocked algorithm.
  /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 329 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 527 ** will get unblocked

Completed in 1740 milliseconds

1 2