Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 25 of 174) sorted by relevance

1234567

/external/wpa_supplicant_8/src/drivers/
Drfkill.c49 int blocked; member
90 if (new_blocked != rfkill->blocked) { in rfkill_receive()
91 rfkill->blocked = new_blocked; in rfkill_receive()
148 rfkill->blocked = 1; in rfkill_init()
151 rfkill->blocked = 1; in rfkill_init()
187 return rfkill->blocked; in rfkill_is_blocked()
/external/google-breakpad/src/client/solaris/handler/
Dexception_handler.cc236 bool blocked = true; in InternalWriteMinidump() local
241 blocked = false; in InternalWriteMinidump()
249 if (blocked) in InternalWriteMinidump()
/external/eigen/lapack/
Dcholesky.cpp29 if(UPLO(*uplo)==UP) ret = int(internal::llt_inplace<Scalar, Upper>::blocked(A));
30 else ret = int(internal::llt_inplace<Scalar, Lower>::blocked(A));
/external/eigen/Eigen/src/Cholesky/
DLLT_MKL.h70 static typename MatrixType::Index blocked(MatrixType& m) \
81 static typename MatrixType::Index blocked(MatrixType& m) \
DLLT.h292 static typename MatrixType::Index blocked(MatrixType& m)
342 static EIGEN_STRONG_INLINE typename MatrixType::Index blocked(MatrixType& mat)
345 return llt_inplace<Scalar, Lower>::blocked(matt);
362 { return llt_inplace<typename MatrixType::Scalar, Lower>::blocked(m)==-1; }
372 { return llt_inplace<typename MatrixType::Scalar, Upper>::blocked(m)==-1; }
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_context.h121 rbug_block_t blocked; member
182 rbug_block_t blocked,
Drbug_context.c379 rbug_block_t blocked, in rbug_send_context_info_reply() argument
413 WRITE(4, rbug_block_t, blocked); /* blocked */ in rbug_send_context_info_reply()
717 READ(4, rbug_block_t, blocked); /* blocked */ in rbug_demarshal_context_info_reply()
/external/valgrind/drd/tests/
Dsem_wait.stderr.exp3 Wait would have blocked
/external/lldb/test/lang/objc/print-obj/
DMakefile3 OBJC_SOURCES := blocked.m
Dblocked.m1 //===-- blocked.m --------------------------------------------------*- ObjC -*-===//
/external/valgrind/coregrind/
Dm_libcsignal.c406 vki_sigset_t pending, blocked, allbutone; in VG_() local
421 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked); in VG_()
425 VG_(sigintersectset)(&pending, &blocked); in VG_()
/external/valgrind/gdbserver_tests/
DmcinvokeWS.vgtest2 # If the test goes wrong, it might be blocked during 10000 seconds.
Dnlcontrolc.stdinB.gdb12 # Here, all tasks should be blocked in a loooonnnng select, all in WaitSys
/external/clang/lib/CodeGen/
DREADME.txt33 anyway currently to emit proper debug info. So this is blocked by
/external/toybox/toys/other/
Dvmstat.c30 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member
/external/valgrind/coregrind/m_gdbserver/
DREADME_DEVELOPERS148 process in case all threads are blocked in a system call.
154 How is gdbserver activated if all Valgrind threads are blocked in a syscall ?
162 blocked in a system call. In such a case, no polling will be done by
186 a process blocked in a system call : the symptom is that the system
274 blocked in a system call, some architecture specific code
327 up a valgrind process which is blocked in system calls. Maybe we
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt57 all its signals blocked (all but the fault signals: SEGV, BUS, ILL, etc).
62 it uses the sigtimedwait() syscall to fetch blocked pending signals
69 because they can't be held off; if they're blocked when an instruction
112 *all* signals blocked, so there's no risk of two concurrent async signal
203 from being blocked in a syscall, so that we can get the thread to
/external/valgrind/include/vki/
Dvki-xen-domctl.h227 vki_uint8_t blocked; /* blocked waiting for an event? */ member
/external/eigen/bench/btl/libs/eigen3/
Deigen3_interface.hh207 internal::llt_inplace<real,Lower>::blocked(C); in cholesky()
/external/llvm/test/Transforms/IndVarSimplify/
Delim-extend.ll69 ; %innercount is currently blocked by lcssa, so is not widened.
/external/llvm/test/CodeGen/X86/
Dtailcall-64.ll22 ; Tail call shouldn't be blocked by no-op inttoptr.
/external/skia/site/dev/testing/
Dct.md83 …aster/ct/go/master_scripts/) (in a new process so that the poller is not blocked). The master scri…
/external/libvncserver/webclients/novnc/include/web-socket-js/
DREADME.txt40 6. Make sure the port used for WebSocket (10081 in example above) is not blocked by your server/cli…
/external/icu/icu4c/source/test/testdata/
Dcollationtest.txt120 # contraction starter with no following text, or mismatch, or blocked
132 <2 a\u0308\u030a # ring blocked by diaeresis
140 <2 \u0308\u030a\u0301 # acute blocked by ring
181 <2 \u0308\u0308\u0301 # acute blocked from first diaeresis, contracts with second
214 <1 a\u0327\u0331\u0323\u030a # a+ring skips cedilla, macron below, dot below (dot blocked by mac…
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Dcollationtest.txt120 # contraction starter with no following text, or mismatch, or blocked
132 <2 a\u0308\u030a # ring blocked by diaeresis
140 <2 \u0308\u030a\u0301 # acute blocked by ring
181 <2 \u0308\u0308\u0301 # acute blocked from first diaeresis, contracts with second
214 <1 a\u0327\u0331\u0323\u030a # a+ring skips cedilla, macron below, dot below (dot blocked by mac…

1234567