HomeSort by relevance Sort by last modified time
    Searched defs:blocked (Results 1 - 25 of 38) sorted by null

1 2

  /prebuilts/go/darwin-x86/misc/cgo/test/
sigprocmask.go 23 var blocked bool var
27 // Verify that SIGIO stays blocked on the C thread
30 blocked = C.CheckBlocked() != 0
37 if !blocked {
  /prebuilts/go/linux-x86/misc/cgo/test/
sigprocmask.go 23 var blocked bool var
27 // Verify that SIGIO stays blocked on the C thread
30 blocked = C.CheckBlocked() != 0
37 if !blocked {
  /external/swiftshader/src/Common/
Resource.hpp 50 volatile int blocked; member in class:sw::Resource
  /external/google-breakpad/src/client/solaris/handler/
exception_handler.cc 236 bool blocked = true; local
241 blocked = false;
249 if (blocked)
  /development/tools/bugreport/src/com/android/bugreport/stacks/
ThreadSnapshot.java 41 public boolean blocked; field in class:ThreadSnapshot
81 this.blocked = that.blocked;
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.h 121 rbug_block_t blocked; member in struct:rbug_proto_context_info_reply
182 rbug_block_t blocked,
  /external/syslinux/core/include/
thread.h 49 struct thread_block *blocked; member in struct:thread
89 * list of blocked processes on this semaphore!
  /external/valgrind/coregrind/
m_libcsignal.c 469 vki_sigset_t pending, blocked, allbutone; local
483 /* don't try for signals not blocked at the moment */
484 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked);
487 /* pending = pending `intersect` blocked */
488 VG_(sigintersectset)(&pending, &blocked);
503 pre: i is blocked and pending
515 blocked. */
  /external/wpa_supplicant_8/src/drivers/
rfkill.c 50 int blocked; member in struct:rfkill_data
83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
86 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
93 if (new_blocked != rfkill->blocked) {
94 rfkill->blocked = new_blocked;
176 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
177 rfkill->blocked = 1;
179 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
180 rfkill->blocked = 1;
223 return rfkill->blocked;
    [all...]
  /external/toybox/toys/other/
vmstat.c 19 Show processes running and blocked, kilobytes swapped, free, buffered, and
33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member in struct:vmstat_proc
133 // Output values in order[]: running, blocked, swaptotal, memfree, buffers,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconControllerImpl.java 84 boolean blocked = mIconBlacklist.contains(slot);
85 group.onIconAdded(getViewIndex(getSlotIndex(slot)), slot, blocked, icon); local
121 boolean blocked = mIconBlacklist.contains(slot);
124 mIconGroups.forEach(l -> l.onIconAdded(viewIndex, slot, blocked, icon));
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallTypeIconsView.java 150 return resources.blocked;
216 // Drawable representing a blocked call.
217 public final Drawable blocked; field in class:CallTypeIconsView.Resources
269 blocked = drawable.mutate();
270 blocked.setColorFilter(r.getColor(R.color.blocked_call), PorterDuff.Mode.MULTIPLY);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
PeopleAndOptionsData.java 200 final boolean blocked) {
206 blocked, mConversationId, local
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
SystemActivityMonitoringServiceTest.java 98 Semaphore blocked = new Semaphore(0); local
119 blocked.release();
127 blocked.tryAcquire(2, TimeUnit.SECONDS);
  /external/eigen/Eigen/src/Cholesky/
LLT.h 328 static Index blocked(MatrixType& m) function in struct:Eigen::internal::llt_inplace
377 static EIGEN_STRONG_INLINE Index blocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
380 return llt_inplace<Scalar, Lower>::blocked(matt);
397 { return llt_inplace<typename MatrixType::Scalar, Lower>::blocked(m)==-1; }
407 { return llt_inplace<typename MatrixType::Scalar, Upper>::blocked(m)==-1; }
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
TestDocumentsProvider.java 373 final Thread blocked = Thread.currentThread(); local
377 blocked.interrupt();
  /external/valgrind/include/vki/
vki-xen-domctl.h 272 vki_uint8_t blocked; /* blocked waiting for an event? */ member in struct:vki_xen_domctl_getvcpuinfo
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 

Completed in 1153 milliseconds

1 2