HomeSort by relevance Sort by last modified time
    Searched full:blocked (Results 151 - 175 of 1649) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/compiler-rt/lib/esan/
working_set_posix.cpp 60 // All we need to do is ensure that SIGSEGV is not blocked.
62 // SIGSEGV is still blocked on app queries: that would require
66 VPrintf(1, "%s: removing SIGSEGV from the blocked set\n", __FUNCTION__);
113 // We require that SIGSEGV is not blocked. We use a sigprocmask
  /external/compiler-rt/test/tsan/
cond_destruction.cc 9 // threads are currently blocked. That is, it is not necessary to wait untill
signal_cond.cc 8 // Test that signals can be delivered to blocked pthread_cond_wait.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
12-1.c 25 * -> check the signals are blocked but not pending in the new process.
28 * they are not blocked (this counters assertion 2).
142 /* Examine the current blocked signal set. USR1 & USR2 shall be present */
173 output("SIGUSR1 and SIGUSR2 are blocked in child\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
assertions.xml 10 If there are threads blocked on the mutex object referenced by 'mutex' when
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
5-1.c 145 we regard it as blocked */
162 ("Test FAILED: thread1 incorrectly blocked for reading rwlock\n");
182 we regard it as blocked */
199 ("Test FAILED: thread2 incorrectly blocked for reading rwlock\n");
6-2.c 9 * a thread blocked on a read-write lock via a call to pthread_rwlock_timedrdlock(),
16 * 3. sig_thread timed lock 'rwlock' for reading, but blocked
198 /* thread blocked */
200 ("Test FAILED: thread blocked even afer the abs_timeout expires\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
5-1.c 151 we regard it as blocked */
166 printf("Test FAILED: thread1 blocked\n");
186 we regard it as blocked */
201 printf("Test FAILED: thread2 blocked\n");
6-2.c 9 * a thread blocked on a read-write lock via a call to pthread_rwlock_timedwrlock(),
16 * 3. sig_thread timed lock 'rwlock' for writing, but blocked
198 /* thread blocked */
200 ("Test FAILED: thread blocked even afer the abs_timeout expires\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/
assertions.xml 18 the lock or a writer with the appropriate priority was blocked on it.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/
assertions.xml 10 the number of blocked threads/processes.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/
6-1.c 10 * The process would be blocked, and the timeout parameter is
6-2.c 10 * The process would be blocked, and the timeout parameter is
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
9-1.c 9 previous disposition if signal had not been blocked.
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
posix_signal_blocker.hpp 68 // Have signals been blocked.
  /external/swiftshader/src/Common/
Resource.hpp 50 volatile int blocked; member in class:sw::Resource
  /external/syslinux/core/include/
mbox.h 41 * list of blocked processes on this mailbox!
  /external/valgrind/gdbserver_tests/
nlcontrolc.vgtest 10 # has no effect if a thread is already blocked in that syscall.
  /external/valgrind/gdbserver_tests/solaris/
nlcontrolc.stdinB.gdb 12 # Here, all tasks should be blocked in a loooonnnng select, all in WaitSys
  /external/webrtc/talk/app/webrtc/test/
fakedatachannelprovider.h 93 // Set true to emulate the SCTP stream being blocked by congestion control.
94 void set_send_blocked(bool blocked) {
95 send_blocked_ = blocked;
96 if (!blocked) {
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerInternal.java 37 * @return true if networking is blocked on the given interface for the given uid according
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
AsyncEmergencyContactNotifier.java 25 * An {@link AsyncTask} that notifies the Blocked number provider that emergency services were
  /libcore/ojluni/src/main/java/sun/nio/ch/
Interruptible.java 27 * An object that interrupts a thread blocked in an I/O operation.
MembershipKeyImpl.java 52 // set of source addresses that are blocked
179 // already blocked, nothing to do
185 // created blocked set if required and add source address
197 throw new IllegalStateException("not blocked");
  /libnativehelper/include/nativehelper/
AsynchronousCloseMonitor.h 35 * To interrupt all threads currently blocked on file descriptor 'fd', call signalBlockedThreads:

Completed in 9567 milliseconds

1 2 3 4 5 67 8 91011>>