Home
last modified time | relevance | path

Searched refs:AIO (Results 1 – 25 of 858) sorted by relevance

12345678910>>...35

/dports/devel/p5-AnyEvent/AnyEvent-7.17/lib/AnyEvent/IO/
H A DIOAIO.pm28 use IO::AIO 4.13 ();
29 use AnyEvent::AIO ();
40 IO::AIO::aio_open $_[0], $_[1], $_[2], sub { $cb->($_[0] or ()) };
60 IO::AIO::aio_write $_[0], undef, (length $_[1]), $_[1], 0,
66 IO::AIO::aio_truncate $_[0], $_[1], sub { $cb->($_[0] ? () : 1) };
71 IO::AIO::aio_utime $_[0], $_[1], $_[2], sub { $cb->($_[0] ? () : 1) };
76 IO::AIO::aio_chown $_[0], $_[1], $_[2], sub { $cb->($_[0] ? () : 1) };
81 IO::AIO::aio_chmod $_[0], $_[1], sub { $cb->($_[0] ? () : 1) };
86 IO::AIO::aio_stat $_[0], sub { $cb->($_[0] ? () : 1) };
91 IO::AIO::aio_lstat $_[0], sub { $cb->($_[0] ? () : 1) }
[all …]
/dports/devel/p5-IO-AIO/IO-AIO-4.76/t/
H A D06_group.t3 use IO::AIO;
7 IO::AIO::min_parallel 2;#d#
25 IO::AIO::poll while IO::AIO::nreqs;
42 IO::AIO::poll while IO::AIO::nreqs;
50 IO::AIO::poll while IO::AIO::nreqs;
52 IO::AIO::aio_busy 0, sub { print "ok 9\n" };
54 IO::AIO::poll while IO::AIO::nreqs;
62 IO::AIO::poll while IO::AIO::nreqs;
H A D04_fork.t11 use IO::AIO;
17 IO::AIO::min_parallel 2;
19 IO::AIO::aio_nop sub {
23 IO::AIO::aio_busy 1, sub {
36 IO::AIO::poll while IO::AIO::nreqs;
39 IO::AIO::reinit;
44 IO::AIO::poll while IO::AIO::nreqs;
H A D05_readdir.t4 use IO::AIO;
30 IO::AIO::poll;
48 IO::AIO::poll while IO::AIO::nreqs;
52 aio_readdirx ".", IO::AIO::READDIR_STAT_ORDER, sub {
57 IO::AIO::poll while IO::AIO::nreqs;
59 aio_readdirx ".", IO::AIO::READDIR_STAT_ORDER | IO::AIO::READDIR_DENTS, sub {
74 IO::AIO::poll while IO::AIO::nreqs;
H A D01_stat.t3 if (-f "AIO.xs" and -d "bin") {
6 print "1..0 # Skipped: unexpected bin and/or AIO.xs\n";
13 use IO::AIO;
15 IO::AIO::min_parallel 2;
18 while (IO::AIO::nreqs) {
19 my $rfd = ""; vec ($rfd, IO::AIO::poll_fileno, 1) = 1; select $rfd, undef, undef, undef;
20 IO::AIO::poll_cb;
24 aio_open "AIO.xs", O_RDONLY, 0, sub {
38 aio_stat "AIO.xs", sub {
46 aio_lstat "AIO.xs", sub {
H A D02_read.t3 if (-f "AIO.xs" and -d "bin") {
6 print "1..0 # Skipped: unexpected bin and/or AIO.xs\n";
11 use IO::AIO;
13 IO::AIO::min_parallel 2;
16 while (IO::AIO::nreqs) {
17 my $rfd = ""; vec ($rfd, IO::AIO::poll_fileno, 1) = 1; select $rfd, undef, undef, undef;
18 IO::AIO::poll_cb;
24 aio_open "AIO.xs", O_RDONLY, 0, sub {
H A Daio_test_common.pm1 use IO::AIO;
18 while (IO::AIO::nreqs) {
19 my $rfd = ""; vec ($rfd, IO::AIO::poll_fileno, 1) = 1; select $rfd, undef, undef, undef;
20 IO::AIO::poll_cb;
H A D07_feeder.t3 use IO::AIO;
22 (add $grp IO::AIO::aio_busy 0)->cb (sub {
30 IO::AIO::poll while IO::AIO::nreqs;
/dports/devel/p5-Coro/Coro-6.57/Coro/
H A DAIO.pm60 package Coro::AIO;
64 use IO::AIO 3.1 ();
65 use AnyEvent::AIO ();
74 our @EXPORT = (@IO::AIO::EXPORT, qw(aio_wait));
75 our @EXPORT_OK = @IO::AIO::EXPORT_OK;
79 my @reqs = @IO::AIO::AIO_REQ ? @IO::AIO::AIO_REQ : @IO::AIO::EXPORT;
86 @IO::AIO::EXPORT, @EXPORT_OK;
105 _register "Coro::AIO::aio_wait", '$', \&IO::AIO::REQ::cb;
/dports/devel/p5-IO-AIO/IO-AIO-4.76/
H A DREADME5 use IO::AIO;
244 $seconds = IO::AIO::st_atime, IO::AIO::st_mtime, IO::AIO::st_ctime, IO::AIO::st_btime
246 …$nanoseconds = IO::AIO::st_atimensec, IO::AIO::st_mtimensec, IO::AIO::st_ctimensec, IO::AIO::st_bt…
729 "IO::AIO::DT_UNKNOWN", "IO::AIO::DT_FIFO", "IO::AIO::DT_CHR",
730 "IO::AIO::DT_DIR", "IO::AIO::DT_BLK", "IO::AIO::DT_REG",
731 "IO::AIO::DT_LNK", "IO::AIO::DT_SOCK", "IO::AIO::DT_WHT".
1042 IO::AIO::mmap $data, -s $fh, IO::AIO::PROT_READ, IO::AIO::MAP_SHARED, $fh;
1477 IO::AIO::poll_wait, IO::AIO::poll_cb
1484 IO::AIO::poll_wait, IO::AIO::poll_cb
1661 $seconds = IO::AIO::st_atime, IO::AIO::st_mtime, IO::AIO::st_ctime,
[all …]
/dports/devel/p5-AnyEvent-AIO/AnyEvent-AIO-1.1/
H A DREADME2 AnyEvent::AIO - truly asynchronous file and directory I/O
5 use AnyEvent::AIO;
6 use IO::AIO;
8 # can now use any of the aio requests your IO::AIO module supports
16 integrate IO::AIO into AnyEvent, i.e. you no longer need to concern
17 yourself with calling "IO::AIO::poll_cb" or any of that stuff (you still
21 $AnyEvent::AIO::WATCHER". Please notify the author of when and why you
25 AnyEvent, Coro::AIO (for a more natural syntax).
H A DAIO.pm29 package AnyEvent::AIO;
35 use IO::AIO ();
43 $WATCHER = AnyEvent->io (fh => IO::AIO::poll_fileno, poll => 'r', cb => \&IO::AIO::poll_cb);
47 IO::AIO::_on_next_submit \&AnyEvent::detect;
/dports/www/perlbal/Perlbal-1.80/lib/Perlbal/
H A DAIO.pm6 package Perlbal::AIO;
18 IO::AIO::max_parallel(0)
35 IO::AIO::aio_rename($srcpath, $dstpath, $cb);
51 IO::AIO::aio_readahead($fh, $offset, $length, $cb);
64 IO::AIO::aio_stat($file, $cb);
79 IO::AIO::aio_open($file, $flags, $mode, $cb);
94 IO::AIO::aio_unlink($file, $cb);
112 IO::AIO::aio_write($fh, $offset, $length, $alist->[3], 0, $cb);
132 IO::AIO::aio_read($fh, $offset, $length, $alist->[3], 0, $cb);
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/os/
H A Dos0file.cc181 class AIO;
285 ~AIO();
650 AIO* AIO::s_reads;
651 AIO* AIO::s_writes;
652 AIO* AIO::s_ibuf;
653 AIO* AIO::s_log;
654 AIO* AIO::s_sync;
5397 AIO::AIO( in AIO() function in AIO
5534 AIO*
5562 AIO::~AIO() in ~AIO()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/os/
H A Dos0file.cc181 class AIO;
285 ~AIO();
650 AIO* AIO::s_reads;
651 AIO* AIO::s_writes;
652 AIO* AIO::s_ibuf;
653 AIO* AIO::s_log;
654 AIO* AIO::s_sync;
5397 AIO::AIO( in AIO() function in AIO
5534 AIO*
5562 AIO::~AIO() in ~AIO()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/os/
H A Dos0file.cc185 class AIO;
289 ~AIO();
654 AIO* AIO::s_reads;
655 AIO* AIO::s_writes;
656 AIO* AIO::s_ibuf;
657 AIO* AIO::s_log;
658 AIO* AIO::s_sync;
5793 AIO::AIO( in AIO() function in AIO
5930 AIO*
5958 AIO::~AIO() in ~AIO()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/os/
H A Dos0file.cc185 class AIO;
289 ~AIO();
654 AIO* AIO::s_reads;
655 AIO* AIO::s_writes;
656 AIO* AIO::s_ibuf;
657 AIO* AIO::s_log;
658 AIO* AIO::s_sync;
5793 AIO::AIO( in AIO() function in AIO
5930 AIO*
5958 AIO::~AIO() in ~AIO()
[all …]
/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/lib/Mogstored/
H A DSideChannelClient.pm16 eval { require IO::AIO; };
67 Perlbal::AIO::aio_stat("$path$uri", sub {
133 Perlbal::AIO::aio_open("$path$uri", O_RDONLY, 0, sub {
136 IO::AIO::fadvise(fileno($fh), 0, 0, IO::AIO::FADV_SEQUENTIAL());
174 Perlbal::AIO::aio_read($fh, $offset, 0x100000, $data, $cb);
190 Perlbal::AIO::aio_read($fh, $offset, 0x100000, $data, $cb);
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h190 ArrayRef<T> AIO = getAddrOffsets<T>(); in addressForIndex() local
191 if (Index < AIO.size()) in addressForIndex()
192 return AIO[Index] + Hdr->BaseAddress; in addressForIndex()
206 ArrayRef<T> AIO = getAddrOffsets<T>(); in getAddressOffsetIndex() local
207 const auto Begin = AIO.begin(); in getAddressOffsetIndex()
208 const auto End = AIO.end(); in getAddressOffsetIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h190 ArrayRef<T> AIO = getAddrOffsets<T>(); in addressForIndex() local
191 if (Index < AIO.size()) in addressForIndex()
192 return AIO[Index] + Hdr->BaseAddress; in addressForIndex()
206 ArrayRef<T> AIO = getAddrOffsets<T>(); in getAddressOffsetIndex() local
207 const auto Begin = AIO.begin(); in getAddressOffsetIndex()
208 const auto End = AIO.end(); in getAddressOffsetIndex()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h190 ArrayRef<T> AIO = getAddrOffsets<T>(); in addressForIndex() local
191 if (Index < AIO.size()) in addressForIndex()
192 return AIO[Index] + Hdr->BaseAddress; in addressForIndex()
206 ArrayRef<T> AIO = getAddrOffsets<T>(); in getAddressOffsetIndex() local
207 const auto Begin = AIO.begin(); in getAddressOffsetIndex()
208 const auto End = AIO.end(); in getAddressOffsetIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h245 ArrayRef<T> AIO = getAddrOffsets<T>(); in addressForIndex() local
246 if (Index < AIO.size()) in addressForIndex()
247 return AIO[Index] + Hdr->BaseAddress; in addressForIndex()
261 ArrayRef<T> AIO = getAddrOffsets<T>(); in getAddressOffsetIndex() local
262 const auto Begin = AIO.begin(); in getAddressOffsetIndex()
263 const auto End = AIO.end(); in getAddressOffsetIndex()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h242 ArrayRef<T> AIO = getAddrOffsets<T>(); in addressForIndex() local
243 if (Index < AIO.size()) in addressForIndex()
244 return AIO[Index] + Hdr->BaseAddress; in addressForIndex()
258 ArrayRef<T> AIO = getAddrOffsets<T>(); in getAddressOffsetIndex() local
259 const auto Begin = AIO.begin(); in getAddressOffsetIndex()
260 const auto End = AIO.end(); in getAddressOffsetIndex()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h245 ArrayRef<T> AIO = getAddrOffsets<T>(); in addressForIndex() local
246 if (Index < AIO.size()) in addressForIndex()
247 return AIO[Index] + Hdr->BaseAddress; in addressForIndex()
261 ArrayRef<T> AIO = getAddrOffsets<T>(); in getAddressOffsetIndex() local
262 const auto Begin = AIO.begin(); in getAddressOffsetIndex()
263 const auto End = AIO.end(); in getAddressOffsetIndex()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h242 ArrayRef<T> AIO = getAddrOffsets<T>(); in addressForIndex() local
243 if (Index < AIO.size()) in addressForIndex()
244 return AIO[Index] + Hdr->BaseAddress; in addressForIndex()
258 ArrayRef<T> AIO = getAddrOffsets<T>(); in getAddressOffsetIndex() local
259 const auto Begin = AIO.begin(); in getAddressOffsetIndex()
260 const auto End = AIO.end(); in getAddressOffsetIndex()

12345678910>>...35