Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 19a466aa43e0f0793b72d6a6c3524ff5 > files > 64

ocaml-async_unix-devel-109.24.00-2.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Raw_scheduler.Core_scheduler.html">
<link rel="next" href="Raw_scheduler.Watching.html">
<link rel="Up" href="Raw_scheduler.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Async_print" rel="Chapter" href="Async_print.html">
<link title="Async_sys" rel="Chapter" href="Async_sys.html">
<link title="Epoll_file_descr_watcher" rel="Chapter" href="Epoll_file_descr_watcher.html">
<link title="Fd" rel="Chapter" href="Fd.html">
<link title="Fd_by_descr" rel="Chapter" href="Fd_by_descr.html">
<link title="File_descr_watcher_intf" rel="Chapter" href="File_descr_watcher_intf.html">
<link title="Import" rel="Chapter" href="Import.html">
<link title="Interruptor" rel="Chapter" href="Interruptor.html">
<link title="In_thread" rel="Chapter" href="In_thread.html">
<link title="Io_stats" rel="Chapter" href="Io_stats.html">
<link title="Process" rel="Chapter" href="Process.html">
<link title="Raw_fd" rel="Chapter" href="Raw_fd.html">
<link title="Raw_scheduler" rel="Chapter" href="Raw_scheduler.html">
<link title="Raw_signal_manager" rel="Chapter" href="Raw_signal_manager.html">
<link title="Reader" rel="Chapter" href="Reader.html">
<link title="Read_write" rel="Chapter" href="Read_write.html">
<link title="Scheduler" rel="Chapter" href="Scheduler.html">
<link title="Select_file_descr_watcher" rel="Chapter" href="Select_file_descr_watcher.html">
<link title="Shutdown" rel="Chapter" href="Shutdown.html">
<link title="Signal" rel="Chapter" href="Signal.html">
<link title="Signal_manager" rel="Chapter" href="Signal_manager.html">
<link title="Std" rel="Chapter" href="Std.html">
<link title="Syscall" rel="Chapter" href="Syscall.html">
<link title="Thread_pool" rel="Chapter" href="Thread_pool.html">
<link title="Thread_safe" rel="Chapter" href="Thread_safe.html">
<link title="Thread_safe_pipe" rel="Chapter" href="Thread_safe_pipe.html">
<link title="Unix_syscalls" rel="Chapter" href="Unix_syscalls.html">
<link title="Writer" rel="Chapter" href="Writer.html"><title>Raw_scheduler.Fd</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Raw_scheduler.Core_scheduler.html" title="Raw_scheduler.Core_scheduler">Previous</a>
&nbsp;<a class="up" href="Raw_scheduler.html" title="Raw_scheduler">Up</a>
&nbsp;<a class="post" href="Raw_scheduler.Watching.html" title="Raw_scheduler.Watching">Next</a>
</div>
<h1>Module <a href="type_Raw_scheduler.Fd.html">Raw_scheduler.Fd</a></h1>

<pre><span class="keyword">module</span> Fd: <code class="type">Raw_fd</code></pre><hr width="100%">

<pre><span id="VAL__pa_ounit_275876e34cf609db118f3d84b799a790"><span class="keyword">val</span> __pa_ounit_275876e34cf609db118f3d84b799a790</span> : <code class="type">string</code></pre>
<pre><span id="VALdebug"><span class="keyword">val</span> debug</span> : <code class="type">bool</code></pre>
<pre><span class="keyword">module</span> <a href="Raw_fd.File_descr.html">File_descr</a>: <code class="type">Core.Std.Unix.File_descr</code></pre>
<pre><span class="keyword">module</span> <a href="Raw_fd.Kind.html">Kind</a>: <code class="code">sig</code> <a href="Raw_fd.Kind.html">..</a> <code class="code">end</code></pre>
<pre><span class="keyword">module</span> <a href="Raw_fd.State.html">State</a>: <code class="code">sig</code> <a href="Raw_fd.State.html">..</a> <code class="code">end</code></pre>
<pre><span id="TYPEready_to_result"><span class="keyword">type</span> <code class="type"></code>ready_to_result</span> = <code class="type">[ `Bad_fd | `Closed | `Interrupted | `Ready ]</code> </pre>


<pre><span id="VALsexp_of_ready_to_result"><span class="keyword">val</span> sexp_of_ready_to_result</span> : <code class="type">[< `Bad_fd | `Closed | `Interrupted | `Ready ] -> Sexplib.Sexp.t</code></pre>
<pre><span class="keyword">module</span> <a href="Raw_fd.Watching.html">Watching</a>: <code class="code">sig</code> <a href="Raw_fd.Watching.html">..</a> <code class="code">end</code></pre>
<pre><span class="keyword">module</span> <a href="Raw_fd.T.html">T</a>: <code class="code">sig</code> <a href="Raw_fd.T.html">..</a> <code class="code">end</code></pre>
<pre><span class="keyword">include</span> T</pre>

<pre><span id="VALequal"><span class="keyword">val</span> equal</span> : <code class="type">t -> t -> bool</code></pre>
<pre><span id="VALinvariant"><span class="keyword">val</span> invariant</span> : <code class="type">t -> unit</code></pre>
<pre><span id="VALto_int"><span class="keyword">val</span> to_int</span> : <code class="type">t -> int</code></pre>
<pre><span id="VALcreate"><span class="keyword">val</span> create</span> : <code class="type"><a href="Raw_fd.Kind.html#TYPEt">Kind.t</a> -> Core.Std.Unix.File_descr.t -> Core.Std.Info.t -> t</code></pre>
<pre><span id="VALinc_num_active_syscalls"><span class="keyword">val</span> inc_num_active_syscalls</span> : <code class="type">t -> [> `Already_closed | `Ok ]</code></pre>
<pre><span id="VALset_state"><span class="keyword">val</span> set_state</span> : <code class="type">t -> <a href="Raw_fd.State.html#TYPEt">State.t</a> -> unit</code></pre>
<pre><span id="VALis_open"><span class="keyword">val</span> is_open</span> : <code class="type">t -> bool</code></pre>
<pre><span id="VALis_closed"><span class="keyword">val</span> is_closed</span> : <code class="type">t -> bool</code></pre>
<pre><span id="VALset_nonblock_if_necessary"><span class="keyword">val</span> set_nonblock_if_necessary</span> : <code class="type">t -> unit</code></pre>
<pre><span id="VALwith_file_descr"><span class="keyword">val</span> with_file_descr</span> : <code class="type">?nonblocking:bool -><br>       t -><br>       (File_descr.t -> 'a) -><br>       [> `Already_closed | `Error of exn | `Ok of 'a ]</code></pre>
<pre><span id="VALwith_file_descr_exn"><span class="keyword">val</span> with_file_descr_exn</span> : <code class="type">?nonblocking:bool -> t -> (File_descr.t -> 'a) -> 'a</code></pre>
<pre><span id="VALsyscall"><span class="keyword">val</span> syscall</span> : <code class="type">?nonblocking:bool -><br>       t -><br>       (File_descr.t -> 'a) -><br>       [> `Already_closed | `Error of exn | `Ok of 'a ]</code></pre>
<pre><span id="VALsyscall_exn"><span class="keyword">val</span> syscall_exn</span> : <code class="type">?nonblocking:bool -> t -> (File_descr.t -> 'a) -> 'a</code></pre></body></html>