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

1 23 4 5 6 7 8

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
2-2.c 9 * When each thread unblocked as a result of pthread_cond_signal()
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
6-1.c 20 * only one is unblocked when the signal becomes pending.
6-2.c 20 * for a specific thread, only this thread is unblocked.
  /packages/apps/Dialer/java/com/android/dialer/blockreportspam/res/values/
strings.xml 46 <string name="unblock_number_alert_details">This number will be unblocked and reported as not spam. Future calls won\'t be identified as spam.</string>
  /packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/
AnswerProximitySensor.java 32 * proximity sensor is unblocked. If the screen is already on or if this is a call waiting call then
  /external/ltp/testcases/kernel/syscalls/sigprocmask/
sigprocmask01.c 31 * calling process's set of blocked/unblocked signals.
91 int sig_catch = 0; /* variable to blocked/unblocked signals */
  /external/python/cpython3/Lib/test/
test_signal.py 910 unblocked = read_sigmask()
911 if signum in unblocked:
912 raise Exception("%s in %s" % (signum, unblocked))
913 if blocked ^ unblocked != {signum}:
914 raise Exception("%s ^ %s != {%s}" % (blocked, unblocked, signum))
915 if old_mask != unblocked:
916 raise Exception("%s != %s" % (old_mask, unblocked))
    [all...]
  /art/compiler/optimizing/
parallel_move_resolver.cc 454 // (A -> B) (B -> C) # Unblocked.
476 // unblocked moves in the pending list can free scratch registers, so we do this
490 // Free any unblocked locations in the scratch location list.
496 // Only scratch overlapping with performed move source can be unblocked.
536 // Only moves with destination overlapping with input loc can be unblocked.
parallel_move_resolver.h 184 // Find a move that may be unblocked after (loc -> XXX) is performed.
  /external/eigen/Eigen/src/Cholesky/
LLT.h 302 static Index unblocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
333 return unblocked(m);
352 if((ret=unblocked(A11))>=0) return k+ret;
371 static EIGEN_STRONG_INLINE Index unblocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
374 return llt_inplace<Scalar, Lower>::unblocked(matt);
LDLT.h 294 static bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign) function in struct:Eigen::internal::ldlt_inplace
454 static EIGEN_STRONG_INLINE bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign) function in struct:Eigen::internal::ldlt_inplace
457 return ldlt_inplace<Lower>::unblocked(matt, transpositions, temp, sign);
517 m_info = internal::ldlt_inplace<UpLo>::unblocked(m_matrix, m_transpositions, m_temporary, m_sign) ? Success : NumericalIssue;
  /external/webrtc/webrtc/base/
task_unittest.cc 186 // run the unblocked tasks
507 // run the unblocked tasks
538 // run the unblocked tasks
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 51 generally be honored. However, some signals are explicitly unblocked:
86 will be explicitly unblocked as described above. If Notify is called
87 for a blocked signal, it will be unblocked. If, later, Reset is
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 51 generally be honored. However, some signals are explicitly unblocked:
86 will be explicitly unblocked as described above. If Notify is called
87 for a blocked signal, it will be unblocked. If, later, Reset is
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-5.c 22 * This dynamic binding stops existing when the last thread is unblocked.
24 * the threads which have been unblocked must still acquire
  /frameworks/base/core/java/android/hardware/camera2/utils/
CloseableLock.java 197 log("acquire lock unblocked aborted (already closed)");
270 log("acquire exclusive lock unblocked aborted (already closed)");
  /packages/apps/Dialer/java/com/android/dialer/blocking/
FilteredNumberAsyncQueryHandler.java 323 * unblocked.
337 * unblocked.
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsNetworkManager.java 224 // Once the waiting request is unblocked, before the next wait, we would start
237 // Once the waiting request is unblocked, before the next wait, we would
  /art/test/004-SignalTest/
signaltest.cc 59 printf("unblocked signal received\n");
  /compatibility/cdd/9_security-model/
9_7_kernel-security-features.md 13 when an unblocked security violation occurs resulting in a successful exploit.
  /external/ltp/testcases/kernel/containers/pidns/
pidns20.c 23 * * - a handler is specified for SIGUSR1 before it is unblocked.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
assertions.xml 37 After the call to sigprocmask(), if there are any pending unblocked signals, at least one of those
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
assertions.xml 37 After the call to sigprocmask(), if there are any pending unblocked signals, at least one of those
  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_base.cc 55 * attempt is unblocked.
  /external/valgrind/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

Completed in 1019 milliseconds

1 23 4 5 6 7 8