Home
last modified time | relevance | path

Searched refs:runnable (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/sys/rump/librump/rumpkern/
H A Dthreads.c50 int runnable; member
115 td->runnable = 1; in rump_thread_allow()
298 while ((run = td->runnable) == 0) { in lwpbouncer()
335 td->runnable = 0; in lwp_create()
359 td->runnable = -1; in lwp_exit()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc467 static HANDLE CreateThread(Runnable* runnable, in CreateThread() argument
469 ThreadMainParam* param = new ThreadMainParam(runnable, thread_can_start); in CreateThread()
488 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) in ThreadMainParam()
489 : runnable_(runnable), in ThreadMainParam()
514 ThreadWithParamBase::ThreadWithParamBase(Runnable *runnable, in ThreadWithParamBase() argument
516 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
/netbsd-src/external/bsd/file/dist/magic/
H A DLocalstuff7 # text if readable, executable if runnable binary, data if unreadable.
/netbsd-src/external/cddl/dtracetoolkit/dist/Include/
H A DReadme17 This directory does not contain runnable DTrace scripts.
/netbsd-src/external/cddl/dtracetoolkit/dist/Snippits/
H A DReadme10 This directory does not contain runnable DTrace scripts.
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Drunocc_example.txt20 are runnable threads queued waiting for CPU.
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Drunocc_example.txt20 are runnable threads queued waiting for CPU.
/netbsd-src/external/mit/libcbor/dist/doc/source/
H A Dtests.rst7 …using ``ctest`` in the build directory. Individual tests are themselves runnable. Please refer to …
/netbsd-src/bin/ksh/
H A Dsiglist.in52 WAITING No runnable LWPs
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-proto-html246 runnable
/netbsd-src/distrib/amiga/floppies/upgr/
H A Ddot.upgrutils36 # system is safely runnable. These are meant to be invoked from the shell
/netbsd-src/external/mit/expat/dist/doc/
H A Dok.min.css2runnable-track{cursor:pointer;-webkit-appearance:none;border-radius:var(--ok-br);border:var(--ok-b…
/netbsd-src/distrib/utils/script-installer/
H A Ddot.instutils187 # system is safely runnable. These are meant to be invoked from the shell
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS70382 ec0a9361ffa024b5b72e59797ecc81e1 gcc/testsuite/gcc.target/powerpc/altivec-1-runnable.c
70394 f0b5028a4b60290bd2ef62d0d73c3980 gcc/testsuite/gcc.target/powerpc/altivec-2-runnable.c
70629 3630b13056a134afac9072861304e1b7 gcc/testsuite/gcc.target/powerpc/builtins-1-p10-runnable.c
70630 f2df3bae9f5a0120e073ffd853edc95d gcc/testsuite/gcc.target/powerpc/builtins-1-p9-runnable.c
70633 8e9c179d065241f1abc6396d9fe644c2 gcc/testsuite/gcc.target/powerpc/builtins-2-p9-runnable.c
70636 581afa4a87a76c03caa4cc92c55a9420 gcc/testsuite/gcc.target/powerpc/builtins-3-p9-runnable.c
70638 927bf2bb212f0a33b741d6509c20af1d gcc/testsuite/gcc.target/powerpc/builtins-3-runnable-p8.c
70639 231b1a0d50ab0005d6a65185953e6dfd gcc/testsuite/gcc.target/powerpc/builtins-3-runnable.c
70640 1ec414bf03c468f718d4248fa34a641b gcc/testsuite/gcc.target/powerpc/builtins-3-vec_reve-runnable.c
70642 8a1bb8ec52829a6ea7f9ee07a431c165 gcc/testsuite/gcc.target/powerpc/builtins-4-int128-runnable.c
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS62223 ec0a9361ffa024b5b72e59797ecc81e1 gcc/testsuite/gcc.target/powerpc/altivec-1-runnable.c
62235 f0b5028a4b60290bd2ef62d0d73c3980 gcc/testsuite/gcc.target/powerpc/altivec-2-runnable.c
62463 81c600d5735b14bfbe34e3395f54c063 gcc/testsuite/gcc.target/powerpc/builtins-1-p9-runnable.c
62466 2a10ec821e82695013c36a701e935514 gcc/testsuite/gcc.target/powerpc/builtins-2-p9-runnable.c
62469 85c75f6fadc20cf3c683edd587e1150d gcc/testsuite/gcc.target/powerpc/builtins-3-p9-runnable.c
62471 eed4b79a62c4549e266b51ec084c8241 gcc/testsuite/gcc.target/powerpc/builtins-3-runnable-p8.c
62472 231b1a0d50ab0005d6a65185953e6dfd gcc/testsuite/gcc.target/powerpc/builtins-3-runnable.c
62473 1ec414bf03c468f718d4248fa34a641b gcc/testsuite/gcc.target/powerpc/builtins-3-vec_reve-runnable.c
62475 8a1bb8ec52829a6ea7f9ee07a431c165 gcc/testsuite/gcc.target/powerpc/builtins-4-int128-runnable.c
62476 4c91ddc5c49975f8ae0e8f6745cefcac gcc/testsuite/gcc.target/powerpc/builtins-4-p9-runnable.c
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-02-09-AdveCommentsResponse.txt132 that they want languages like Haskell and lisp to be efficiently runnable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1483 ThreadWithParamBase(Runnable *runnable, Notification* thread_can_start);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGettingStarted.rst730 The result of such a build is executables that are not runnable on the build
/netbsd-src/external/bsd/unbound/dist/
H A Dconfigure.ac543 # check some functions of the OS before linking libs (while still runnable).
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19971617 function, find any LWP that's runnable; (procfs_thread_alive):
H A DChangeLog-19961084 hpux-threads.c to override this as a runnable target.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19971617 function, find any LWP that's runnable; (procfs_thread_alive):
H A DChangeLog-19961084 hpux-threads.c to override this as a runnable target.
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Das.texi2250 directly into a runnable program. (For some formats, this isn't currently
2257 the assembled program into a runnable file, and (optionally) symbolic
3399 combines their contents to form a runnable program. When @command{@value{AS}}
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Das.texi2308 directly into a runnable program. (For some formats, this isn't currently
2315 the assembled program into a runnable file, and (optionally) symbolic
3462 combines their contents to form a runnable program. When @command{@value{AS}}

12