Home
last modified time | relevance | path

Searched refs:FIFO (Results 1 – 25 of 49) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/getxattr/
Dgetxattr02.c62 #define FIFO "getxattr02fifo" macro
71 FIFO, /* case 00, get attr from fifo */
139 if (mknod(FIFO, S_IFIFO | 0777, 0) == -1) in setup()
141 FIFO); in setup()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
Dcpuset_memory_spread_testset.sh48 FIFO="./myfifo"
235 read exit_num < $FIFO
342 mkfifo $FIFO
345 tst_brkm TFAIL "failed to mkfifo $FIFO"
351 rm -f DATAFILE $FIFO
/external/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr02.c71 #define FIFO "setxattr02fifo" macro
113 .fname = FIFO,
213 if (mknod(FIFO, S_IFIFO | 0777, 0) == -1) in setup()
215 FIFO); in setup()
/external/e2fsprogs/tests/f_filetype/
Dexpect.130 Inode 20 (/badfifo) is an illegal FIFO.
/external/e2fsprogs/tests/d_special_files/
Dexpect42 Inode: 14 Type: FIFO Mode: 0000 Flags: 0x0
/external/syslinux/gpxe/src/drivers/net/
Dsis190.h193 FIFO = 0x00020000, enumerator
Dsis190.c304 #define TxErrMask (WND | TABRT | FIFO | LINK) in sis190_tx_pkt_err()
/external/swiftshader/third_party/subzero/docs/
DALLOCATION.rst38 * Bitcode parsing is sequential, so it's easy to use a FIFO queue to keep the
40 multithreaded, FIFO order for the assembler buffer queue may not be
/external/python/cpython2/Doc/library/
Dqueue.rst24 which the entries are retrieved. In a FIFO queue, the first tasks added are
34 Constructor for a FIFO queue. *maxsize* is an integer that sets the upperbound
Dstat.rst43 Return non-zero if the mode is from a FIFO (named pipe).
200 FIFO.
Dtarfile.rst639 Return :const:`True` if it is a FIFO.
644 Return :const:`True` if it is one of character device, block device or FIFO.
Dos.rst1172 Create a FIFO (a named pipe) named *path* with numeric mode *mode*. The default
1181 FIFO for reading, and the client opens it for writing. Note that :func:`mkfifo`
1182 doesn't open the FIFO --- it just creates the rendezvous point.
Dcollections.rst814 true or FIFO order if false.
/external/ltp/runtest/
Dquickhit221 # select of fd of a named-pipe (FIFO)
264 # unlink(2) of a FIFO
/external/lisa/ipynb/examples/trappy/
Dtrappy_example.ipynb219 … "2016-12-12 12:32:22,827 INFO : Workload : task [task_per20], sched: {'policy': 'FIFO'}\n",
280 " \"policy\": \"FIFO\",\n",
/external/valgrind/coregrind/m_gdbserver/
DREADME_DEVELOPERS63 commands from gdb using read system call on a FIFO (e.g. a command
137 commands and writes them on FIFO /tmp/vgdb-pipe-from-vgdb-to-PID-by-USER-on-HOST.
138 vgdb reads replies on FIFO /tmp/vgdb-pipe-to-vgdb-from-PID-by-USER-on-HOST
/external/lisa/ipynb/examples/devlib/
Dcgroups_example.ipynb109 …"2016-12-08 11:42:44,331 INFO : Workload : task [task1], sched: {'policy': 'FIFO', 'prio': …
122 …"2016-12-08 11:42:46,185 INFO : Workload : task [task1], sched: {'policy': 'FIFO', 'prio': …
135 …"2016-12-08 11:42:48,087 INFO : Workload : task [task1], sched: {'policy': 'FIFO', 'prio': …
148 …"2016-12-08 11:42:49,970 INFO : Workload : task [task1], sched: {'policy': 'FIFO', 'prio': …
/external/libmojo/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc442 TEST_F(AssociatedInterfaceTest, FIFO) { in TEST_F() argument
/external/ltp/testcases/realtime/
D00_Descriptions.txt158 worker threads with increasing FIFO priorities. By default, the number of
/external/googletest/googletest/docs/
DV1_6_Primer.md288 As an example, let's write tests for a FIFO queue class named `Queue`, which
DV1_7_Primer.md288 As an example, let's write tests for a FIFO queue class named `Queue`, which
DPrimer.md289 As an example, let's write tests for a FIFO queue class named `Queue`, which
DV1_5_Primer.md284 As an example, let's write tests for a FIFO queue class named `Queue`, which
/external/squashfs-tools/
DCHANGES561 1.3 29 JUL 2003 FIFO/Socket support added plus optimisations and
/external/bison/data/m4sugar/
Dm4sugar.m4787 # this version is always FIFO.
794 # Whereas the order of m4_wrap may be FIFO in the underlying m4, this
1312 # m4_stack_foreach proceeds in FIFO order, while m4_stack_foreach_lifo

12