blob: 27d5be84f58b8d59b7358c2ba8a8575eaa230a74 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>GRPC Core: src/core/iomgr/fd_posix.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">GRPC Core
&#160;<span id="projectnumber">0.10.0.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_aebb8dcc11953d78e620bbef0b9e2183.html">core</a></li><li class="navelem"><a class="el" href="dir_3f1a464cbd6442b4d6b6ee306c9b0460.html">iomgr</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">fd_posix.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="fd__posix_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * Copyright 2015, Google Inc.</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * All rights reserved.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * Redistribution and use in source and binary forms, with or without</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * modification, are permitted provided that the following conditions are</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * met:</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * * Redistributions of source code must retain the above copyright</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * notice, this list of conditions and the following disclaimer.</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * * Redistributions in binary form must reproduce the above</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * copyright notice, this list of conditions and the following disclaimer</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * in the documentation and/or other materials provided with the</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * distribution.</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * * Neither the name of Google Inc. nor the names of its</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * contributors may be used to endorse or promote products derived from</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * this software without specific prior written permission.</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment"> * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment"> * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment"> * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment"> * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment"> * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment"> * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment"> * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="comment"> * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="comment"> * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#ifndef GRPC_INTERNAL_CORE_IOMGR_FD_POSIX_H</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define GRPC_INTERNAL_CORE_IOMGR_FD_POSIX_H</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="iomgr__internal_8h.html">src/core/iomgr/iomgr_internal.h</a>&quot;</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="pollset_8h.html">src/core/iomgr/pollset.h</a>&quot;</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="atm_8h.html">grpc/support/atm.h</a>&gt;</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="sync_8h.html">grpc/support/sync.h</a>&gt;</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="time_8h.html">grpc/support/time.h</a>&gt;</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;</div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="fd__posix_8h.html#a9f8a2791dbd9811a996395c3b466509d"> 43</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structgrpc__fd.html">grpc_fd</a> <a class="code" href="structgrpc__fd.html">grpc_fd</a>;</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="structgrpc__fd__watcher.html"> 45</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structgrpc__fd__watcher.html">grpc_fd_watcher</a> {</div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="structgrpc__fd__watcher.html#a0c4eac683d7d83c76e36cc3ffc4e91ae"> 46</a></span>&#160; <span class="keyword">struct </span><a class="code" href="structgrpc__fd__watcher.html">grpc_fd_watcher</a> *<a class="code" href="structgrpc__fd__watcher.html#a0c4eac683d7d83c76e36cc3ffc4e91ae">next</a>;</div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="structgrpc__fd__watcher.html#a1e78f9e51eb0fdb0972c87f5427bb465"> 47</a></span>&#160; <span class="keyword">struct </span><a class="code" href="structgrpc__fd__watcher.html">grpc_fd_watcher</a> *<a class="code" href="structgrpc__fd__watcher.html#a1e78f9e51eb0fdb0972c87f5427bb465">prev</a>;</div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="structgrpc__fd__watcher.html#a92942dd676216e46d8852baa5ad572b6"> 48</a></span>&#160; <a class="code" href="structgrpc__pollset.html">grpc_pollset</a> *<a class="code" href="structgrpc__fd__watcher.html#a92942dd676216e46d8852baa5ad572b6">pollset</a>;</div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="structgrpc__fd__watcher.html#a9ce341a9fea46aa4ab62de1e232691bc"> 49</a></span>&#160; <a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd__watcher.html#a9ce341a9fea46aa4ab62de1e232691bc">fd</a>;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;} <a class="code" href="fd__posix_8h.html#abfc4bcf6d9e283872acf08eab90f8233">grpc_fd_watcher</a>;</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;</div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="structgrpc__fd.html"> 52</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structgrpc__fd.html">grpc_fd</a> {</div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32"> 53</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="comment">/* refst format:</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="comment"> bit0: 1=active/0=orphaned</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="comment"> bit1-n: refcount</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="comment"> meaning that mostly we ref by two to avoid altering the orphaned bit,</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="comment"> and just unref by 1 when we&#39;re ready to flag the object as orphaned */</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#ac4769567bc6b9a0129269bc02dcce6f1"> 59</a></span>&#160; <a class="code" href="atm__gcc__atomic_8h.html#aa9e4b16c09888debe306f14e8090b1cc">gpr_atm</a> <a class="code" href="structgrpc__fd.html#ac4769567bc6b9a0129269bc02dcce6f1">refst</a>;</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;</div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#a050fd8e53f18c024f04c60f27c274d30"> 61</a></span>&#160; <a class="code" href="structgpr__mu.html">gpr_mu</a> <a class="code" href="structgrpc__fd.html#a050fd8e53f18c024f04c60f27c274d30">set_state_mu</a>;</div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#af9735826c4a974623dad5e2ca9c2548a"> 62</a></span>&#160; <a class="code" href="atm__gcc__atomic_8h.html#aa9e4b16c09888debe306f14e8090b1cc">gpr_atm</a> <a class="code" href="structgrpc__fd.html#af9735826c4a974623dad5e2ca9c2548a">shutdown</a>;</div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#a30b76a034146e5d62190b133b008af6e"> 63</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structgrpc__fd.html#a30b76a034146e5d62190b133b008af6e">closed</a>;</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="comment">/* The watcher list.</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="comment"> The following watcher related fields are protected by watcher_mu.</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="comment"> An fd_watcher is an ephemeral object created when an fd wants to</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="comment"> begin polling, and destroyed after the poll.</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="comment"> It denotes the fd&#39;s interest in whether to read poll or write poll</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="comment"> or both or neither on this fd.</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="comment"> If a watcher is asked to poll for reads or writes, the read_watcher</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="comment"> or write_watcher fields are set respectively. A watcher may be asked</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="comment"> to poll for both, in which case both fields will be set.</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="comment"> read_watcher and write_watcher may be NULL if no watcher has been</span></div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="comment"> asked to poll for reads or writes.</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="comment"> If an fd_watcher is not asked to poll for reads or writes, it&#39;s added</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="comment"> to a linked list of inactive watchers, rooted at inactive_watcher_root.</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="comment"> If at a later time there becomes need of a poller to poll, one of</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="comment"> the inactive pollers may be kicked out of their poll loops to take</span></div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="comment"> that responsibility. */</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#a7c93a423654bb4d3466593ef73b9f06b"> 87</a></span>&#160; <a class="code" href="structgpr__mu.html">gpr_mu</a> <a class="code" href="structgrpc__fd.html#a7c93a423654bb4d3466593ef73b9f06b">watcher_mu</a>;</div>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#a640195e98f3a3fcec45f2db5bff6dac8"> 88</a></span>&#160; <a class="code" href="structgrpc__fd__watcher.html">grpc_fd_watcher</a> <a class="code" href="structgrpc__fd.html#a640195e98f3a3fcec45f2db5bff6dac8">inactive_watcher_root</a>;</div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#a6ade81ff0aec08731167a2a992ce6b27"> 89</a></span>&#160; <a class="code" href="structgrpc__fd__watcher.html">grpc_fd_watcher</a> *<a class="code" href="structgrpc__fd.html#a6ade81ff0aec08731167a2a992ce6b27">read_watcher</a>;</div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#ae2395965de88538f112be69c21307d01"> 90</a></span>&#160; <a class="code" href="structgrpc__fd__watcher.html">grpc_fd_watcher</a> *<a class="code" href="structgrpc__fd.html#ae2395965de88538f112be69c21307d01">write_watcher</a>;</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;</div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#a339e2dfc459ee7dbc066dc6f606a7cf0"> 92</a></span>&#160; <a class="code" href="atm__gcc__atomic_8h.html#aa9e4b16c09888debe306f14e8090b1cc">gpr_atm</a> <a class="code" href="structgrpc__fd.html#a339e2dfc459ee7dbc066dc6f606a7cf0">readst</a>;</div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#aedae81fadd133cc54ae92837ea7a2676"> 93</a></span>&#160; <a class="code" href="atm__gcc__atomic_8h.html#aa9e4b16c09888debe306f14e8090b1cc">gpr_atm</a> <a class="code" href="structgrpc__fd.html#aedae81fadd133cc54ae92837ea7a2676">writest</a>;</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;</div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#a48d85d973fb9284e51cad0695e91379d"> 95</a></span>&#160; <span class="keyword">struct </span><a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a48d85d973fb9284e51cad0695e91379d">freelist_next</a>;</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;</div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#a85cc2f9f7c86e447f62485f0c053e61f"> 97</a></span>&#160; <a class="code" href="structgrpc__iomgr__closure.html">grpc_iomgr_closure</a> *<a class="code" href="structgrpc__fd.html#a85cc2f9f7c86e447f62485f0c053e61f">on_done_closure</a>;</div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#ad0158c3714462bacbfa90c57fcf476aa"> 98</a></span>&#160; <a class="code" href="structgrpc__iomgr__closure.html">grpc_iomgr_closure</a> *<a class="code" href="structgrpc__fd.html#ad0158c3714462bacbfa90c57fcf476aa">shutdown_closures</a>[2];</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;</div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="structgrpc__fd.html#aaf6e293dd6b804a9783ef4ccf06710cc"> 100</a></span>&#160; <a class="code" href="structgrpc__iomgr__object.html">grpc_iomgr_object</a> <a class="code" href="structgrpc__fd.html#aaf6e293dd6b804a9783ef4ccf06710cc">iomgr_object</a>;</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;};</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="comment">/* Create a wrapped file descriptor.</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<span class="comment"> Requires fd is a non-blocking file descriptor.</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;<span class="comment"> This takes ownership of closing fd. */</span></div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="fd__posix_8h.html#a6752527e24586c370a8305916cb35dde">grpc_fd_create</a>(<span class="keywordtype">int</span> <a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *name);</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;<span class="comment">/* Releases fd to be asynchronously destroyed.</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;<span class="comment"> on_done is called when the underlying file descriptor is definitely close()d.</span></div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;<span class="comment"> If on_done is NULL, no callback will be made.</span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;<span class="comment"> Requires: *fd initialized; no outstanding notify_on_read or</span></div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;<span class="comment"> notify_on_write. */</span></div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;<span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#af78f10c0cb866d1981db0e4515dbfbb1">grpc_fd_orphan</a>(<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>, <a class="code" href="structgrpc__iomgr__closure.html">grpc_iomgr_closure</a> *on_done,</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span> *reason);</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160;</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;<span class="comment">/* Begin polling on an fd.</span></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;<span class="comment"> Registers that the given pollset is interested in this fd - so that if read</span></div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;<span class="comment"> or writability interest changes, the pollset can be kicked to pick up that</span></div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;<span class="comment"> new interest.</span></div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;<span class="comment"> Return value is:</span></div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160;<span class="comment"> (fd_needs_read? read_mask : 0) | (fd_needs_write? write_mask : 0)</span></div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;<span class="comment"> i.e. a combination of read_mask and write_mask determined by the fd&#39;s current</span></div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;<span class="comment"> interest in said events.</span></div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;<span class="comment"> Polling strategies that do not need to alter their behavior depending on the</span></div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;<span class="comment"> fd&#39;s current interest (such as epoll) do not need to call this function. */</span></div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;<a class="code" href="port__platform_8h.html#aa6abd4df815a5498d1a04b5e691a74a9">gpr_uint32</a> <a class="code" href="fd__posix_8h.html#aabfaf5c3fc1b7d4306d8489cda8f09c5">grpc_fd_begin_poll</a>(<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>, <a class="code" href="structgrpc__pollset.html">grpc_pollset</a> *pollset,</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <a class="code" href="port__platform_8h.html#aa6abd4df815a5498d1a04b5e691a74a9">gpr_uint32</a> read_mask, <a class="code" href="port__platform_8h.html#aa6abd4df815a5498d1a04b5e691a74a9">gpr_uint32</a> write_mask,</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; <a class="code" href="structgrpc__fd__watcher.html">grpc_fd_watcher</a> *rec);</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;<span class="comment">/* Complete polling previously started with grpc_fd_begin_poll */</span></div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;<span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#aecd30af2ff851bee3264bc6548fb7ae5">grpc_fd_end_poll</a>(<a class="code" href="structgrpc__fd__watcher.html">grpc_fd_watcher</a> *rec, <span class="keywordtype">int</span> got_read, <span class="keywordtype">int</span> got_write);</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;<span class="comment">/* Return 1 if this fd is orphaned, 0 otherwise */</span></div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;<span class="keywordtype">int</span> <a class="code" href="fd__posix_8h.html#adcd1fd3c640a72be6429fb60c3ddc258">grpc_fd_is_orphaned</a>(<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>);</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;<span class="comment">/* Cause any current callbacks to error out with GRPC_CALLBACK_CANCELLED. */</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160;<span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#a18ed4db2cb1970f0933f9f5a7a5ddbad">grpc_fd_shutdown</a>(<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>);</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;<span class="comment">/* Register read interest, causing read_cb to be called once when fd becomes</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;<span class="comment"> readable, on deadline specified by deadline, or on shutdown triggered by</span></div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;<span class="comment"> grpc_fd_shutdown.</span></div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;<span class="comment"> read_cb will be called with read_cb_arg when *fd becomes readable.</span></div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;<span class="comment"> read_cb is Called with status of GRPC_CALLBACK_SUCCESS if readable,</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160;<span class="comment"> GRPC_CALLBACK_TIMED_OUT if the call timed out,</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;<span class="comment"> and CANCELLED if the call was cancelled.</span></div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;<span class="comment"> Requires:This method must not be called before the read_cb for any previous</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160;<span class="comment"> call runs. Edge triggered events are used whenever they are supported by the</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;<span class="comment"> underlying platform. This means that users must drain fd in read_cb before</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;<span class="comment"> calling notify_on_read again. Users are also expected to handle spurious</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;<span class="comment"> events, i.e read_cb is called while nothing can be readable from fd */</span></div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;<span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#adc65edd83bbaab2044bb80e8f526aff0">grpc_fd_notify_on_read</a>(<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>, <a class="code" href="structgrpc__iomgr__closure.html">grpc_iomgr_closure</a> *closure);</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160;</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160;<span class="comment">/* Exactly the same semantics as above, except based on writable events. */</span></div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160;<span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#aaa2b28cae8176ef883c4dba5373152ac">grpc_fd_notify_on_write</a>(<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>, <a class="code" href="structgrpc__iomgr__closure.html">grpc_iomgr_closure</a> *closure);</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160;</div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160;<span class="comment">/* Notification from the poller to an fd that it has become readable or</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160;<span class="comment"> writable.</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160;<span class="comment"> If allow_synchronous_callback is 1, allow running the fd callback inline</span></div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;<span class="comment"> in this callstack, otherwise register an asynchronous callback and return */</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;<span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#a5c2c13dc1a1eb20f9ce43d7625b59002">grpc_fd_become_readable</a>(<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>, <span class="keywordtype">int</span> allow_synchronous_callback);</div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160;<span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#a699c0434cce29ae12f9ca59fc73dff98">grpc_fd_become_writable</a>(<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>, <span class="keywordtype">int</span> allow_synchronous_callback);</div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;</div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;<span class="comment">/* Reference counting for fds */</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160;<span class="preprocessor">#ifdef GRPC_FD_REF_COUNT_DEBUG</span></div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;<span class="preprocessor"></span><span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#a84623f0ef331d38c1b19d89f991dc0c3">grpc_fd_ref</a>(<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *reason, <span class="keyword">const</span> <span class="keywordtype">char</span> *file, <span class="keywordtype">int</span> line);</div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160;<span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#af874d803d96b6cd126e53e64707c69e0">grpc_fd_unref</a>(<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *reason, <span class="keyword">const</span> <span class="keywordtype">char</span> *file, <span class="keywordtype">int</span> line);</div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;<span class="preprocessor">#define GRPC_FD_REF(fd, reason) grpc_fd_ref(fd, reason, __FILE__, __LINE__)</span></div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define GRPC_FD_UNREF(fd, reason) grpc_fd_unref(fd, reason, __FILE__, __LINE__)</span></div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#else</span></div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;<span class="preprocessor"></span><span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#a84623f0ef331d38c1b19d89f991dc0c3">grpc_fd_ref</a>(<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>);</div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160;<span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#af874d803d96b6cd126e53e64707c69e0">grpc_fd_unref</a>(<a class="code" href="structgrpc__fd.html">grpc_fd</a> *<a class="code" href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">fd</a>);</div>
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="fd__posix_8h.html#a4ad3cc6c9405aa0f94d03257238fe297"> 172</a></span>&#160;<span class="preprocessor">#define GRPC_FD_REF(fd, reason) grpc_fd_ref(fd)</span></div>
<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="fd__posix_8h.html#a3672f89aa33819921430074f7eb96267"> 173</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define GRPC_FD_UNREF(fd, reason) grpc_fd_unref(fd)</span></div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;<span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#a0fcf378b86c04bff95bffca0bfaf891a">grpc_fd_global_init</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160;<span class="keywordtype">void</span> <a class="code" href="fd__posix_8h.html#a39d3a0f4eed1d4033b2e0db7145749c2">grpc_fd_global_shutdown</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;</div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* GRPC_INTERNAL_CORE_IOMGR_FD_POSIX_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="structgrpc__fd_html_af9735826c4a974623dad5e2ca9c2548a"><div class="ttname"><a href="structgrpc__fd.html#af9735826c4a974623dad5e2ca9c2548a">grpc_fd::shutdown</a></div><div class="ttdeci">gpr_atm shutdown</div><div class="ttdef"><b>Definition:</b> fd_posix.h:62</div></div>
<div class="ttc" id="fd__posix_8h_html_a18ed4db2cb1970f0933f9f5a7a5ddbad"><div class="ttname"><a href="fd__posix_8h.html#a18ed4db2cb1970f0933f9f5a7a5ddbad">grpc_fd_shutdown</a></div><div class="ttdeci">void grpc_fd_shutdown(grpc_fd *fd)</div></div>
<div class="ttc" id="fd__posix_8h_html_a5c2c13dc1a1eb20f9ce43d7625b59002"><div class="ttname"><a href="fd__posix_8h.html#a5c2c13dc1a1eb20f9ce43d7625b59002">grpc_fd_become_readable</a></div><div class="ttdeci">void grpc_fd_become_readable(grpc_fd *fd, int allow_synchronous_callback)</div></div>
<div class="ttc" id="structgrpc__fd_html_a640195e98f3a3fcec45f2db5bff6dac8"><div class="ttname"><a href="structgrpc__fd.html#a640195e98f3a3fcec45f2db5bff6dac8">grpc_fd::inactive_watcher_root</a></div><div class="ttdeci">grpc_fd_watcher inactive_watcher_root</div><div class="ttdef"><b>Definition:</b> fd_posix.h:88</div></div>
<div class="ttc" id="fd__posix_8h_html_af874d803d96b6cd126e53e64707c69e0"><div class="ttname"><a href="fd__posix_8h.html#af874d803d96b6cd126e53e64707c69e0">grpc_fd_unref</a></div><div class="ttdeci">void grpc_fd_unref(grpc_fd *fd)</div></div>
<div class="ttc" id="structgrpc__fd__watcher_html_a0c4eac683d7d83c76e36cc3ffc4e91ae"><div class="ttname"><a href="structgrpc__fd__watcher.html#a0c4eac683d7d83c76e36cc3ffc4e91ae">grpc_fd_watcher::next</a></div><div class="ttdeci">struct grpc_fd_watcher * next</div><div class="ttdef"><b>Definition:</b> fd_posix.h:46</div></div>
<div class="ttc" id="atm_8h_html"><div class="ttname"><a href="atm_8h.html">atm.h</a></div></div>
<div class="ttc" id="structgrpc__fd_html_a876ab7207d777a4f8b436a3b5c80fd32"><div class="ttname"><a href="structgrpc__fd.html#a876ab7207d777a4f8b436a3b5c80fd32">grpc_fd::fd</a></div><div class="ttdeci">int fd</div><div class="ttdef"><b>Definition:</b> fd_posix.h:53</div></div>
<div class="ttc" id="time_8h_html"><div class="ttname"><a href="time_8h.html">time.h</a></div></div>
<div class="ttc" id="fd__posix_8h_html_a84623f0ef331d38c1b19d89f991dc0c3"><div class="ttname"><a href="fd__posix_8h.html#a84623f0ef331d38c1b19d89f991dc0c3">grpc_fd_ref</a></div><div class="ttdeci">void grpc_fd_ref(grpc_fd *fd)</div></div>
<div class="ttc" id="structgrpc__fd__watcher_html_a9ce341a9fea46aa4ab62de1e232691bc"><div class="ttname"><a href="structgrpc__fd__watcher.html#a9ce341a9fea46aa4ab62de1e232691bc">grpc_fd_watcher::fd</a></div><div class="ttdeci">grpc_fd * fd</div><div class="ttdef"><b>Definition:</b> fd_posix.h:49</div></div>
<div class="ttc" id="structgrpc__fd_html_a85cc2f9f7c86e447f62485f0c053e61f"><div class="ttname"><a href="structgrpc__fd.html#a85cc2f9f7c86e447f62485f0c053e61f">grpc_fd::on_done_closure</a></div><div class="ttdeci">grpc_iomgr_closure * on_done_closure</div><div class="ttdef"><b>Definition:</b> fd_posix.h:97</div></div>
<div class="ttc" id="fd__posix_8h_html_aecd30af2ff851bee3264bc6548fb7ae5"><div class="ttname"><a href="fd__posix_8h.html#aecd30af2ff851bee3264bc6548fb7ae5">grpc_fd_end_poll</a></div><div class="ttdeci">void grpc_fd_end_poll(grpc_fd_watcher *rec, int got_read, int got_write)</div></div>
<div class="ttc" id="structgrpc__fd__watcher_html_a92942dd676216e46d8852baa5ad572b6"><div class="ttname"><a href="structgrpc__fd__watcher.html#a92942dd676216e46d8852baa5ad572b6">grpc_fd_watcher::pollset</a></div><div class="ttdeci">grpc_pollset * pollset</div><div class="ttdef"><b>Definition:</b> fd_posix.h:48</div></div>
<div class="ttc" id="structgrpc__fd__watcher_html_a1e78f9e51eb0fdb0972c87f5427bb465"><div class="ttname"><a href="structgrpc__fd__watcher.html#a1e78f9e51eb0fdb0972c87f5427bb465">grpc_fd_watcher::prev</a></div><div class="ttdeci">struct grpc_fd_watcher * prev</div><div class="ttdef"><b>Definition:</b> fd_posix.h:47</div></div>
<div class="ttc" id="pollset_8h_html"><div class="ttname"><a href="pollset_8h.html">pollset.h</a></div></div>
<div class="ttc" id="port__platform_8h_html_aa6abd4df815a5498d1a04b5e691a74a9"><div class="ttname"><a href="port__platform_8h.html#aa6abd4df815a5498d1a04b5e691a74a9">gpr_uint32</a></div><div class="ttdeci">uint32_t gpr_uint32</div><div class="ttdef"><b>Definition:</b> port_platform.h:309</div></div>
<div class="ttc" id="fd__posix_8h_html_aaa2b28cae8176ef883c4dba5373152ac"><div class="ttname"><a href="fd__posix_8h.html#aaa2b28cae8176ef883c4dba5373152ac">grpc_fd_notify_on_write</a></div><div class="ttdeci">void grpc_fd_notify_on_write(grpc_fd *fd, grpc_iomgr_closure *closure)</div></div>
<div class="ttc" id="fd__posix_8h_html_a0fcf378b86c04bff95bffca0bfaf891a"><div class="ttname"><a href="fd__posix_8h.html#a0fcf378b86c04bff95bffca0bfaf891a">grpc_fd_global_init</a></div><div class="ttdeci">void grpc_fd_global_init(void)</div></div>
<div class="ttc" id="structgrpc__pollset_html"><div class="ttname"><a href="structgrpc__pollset.html">grpc_pollset</a></div><div class="ttdef"><b>Definition:</b> pollset_posix.h:48</div></div>
<div class="ttc" id="structgrpc__fd_html_aaf6e293dd6b804a9783ef4ccf06710cc"><div class="ttname"><a href="structgrpc__fd.html#aaf6e293dd6b804a9783ef4ccf06710cc">grpc_fd::iomgr_object</a></div><div class="ttdeci">grpc_iomgr_object iomgr_object</div><div class="ttdef"><b>Definition:</b> fd_posix.h:100</div></div>
<div class="ttc" id="fd__posix_8h_html_abfc4bcf6d9e283872acf08eab90f8233"><div class="ttname"><a href="fd__posix_8h.html#abfc4bcf6d9e283872acf08eab90f8233">grpc_fd_watcher</a></div><div class="ttdeci">struct grpc_fd_watcher grpc_fd_watcher</div></div>
<div class="ttc" id="structgrpc__fd_html_a339e2dfc459ee7dbc066dc6f606a7cf0"><div class="ttname"><a href="structgrpc__fd.html#a339e2dfc459ee7dbc066dc6f606a7cf0">grpc_fd::readst</a></div><div class="ttdeci">gpr_atm readst</div><div class="ttdef"><b>Definition:</b> fd_posix.h:92</div></div>
<div class="ttc" id="structgrpc__iomgr__object_html"><div class="ttname"><a href="structgrpc__iomgr__object.html">grpc_iomgr_object</a></div><div class="ttdef"><b>Definition:</b> iomgr_internal.h:40</div></div>
<div class="ttc" id="structgrpc__fd_html_a30b76a034146e5d62190b133b008af6e"><div class="ttname"><a href="structgrpc__fd.html#a30b76a034146e5d62190b133b008af6e">grpc_fd::closed</a></div><div class="ttdeci">int closed</div><div class="ttdef"><b>Definition:</b> fd_posix.h:63</div></div>
<div class="ttc" id="fd__posix_8h_html_aabfaf5c3fc1b7d4306d8489cda8f09c5"><div class="ttname"><a href="fd__posix_8h.html#aabfaf5c3fc1b7d4306d8489cda8f09c5">grpc_fd_begin_poll</a></div><div class="ttdeci">gpr_uint32 grpc_fd_begin_poll(grpc_fd *fd, grpc_pollset *pollset, gpr_uint32 read_mask, gpr_uint32 write_mask, grpc_fd_watcher *rec)</div></div>
<div class="ttc" id="fd__posix_8h_html_a39d3a0f4eed1d4033b2e0db7145749c2"><div class="ttname"><a href="fd__posix_8h.html#a39d3a0f4eed1d4033b2e0db7145749c2">grpc_fd_global_shutdown</a></div><div class="ttdeci">void grpc_fd_global_shutdown(void)</div></div>
<div class="ttc" id="structgrpc__fd_html_a6ade81ff0aec08731167a2a992ce6b27"><div class="ttname"><a href="structgrpc__fd.html#a6ade81ff0aec08731167a2a992ce6b27">grpc_fd::read_watcher</a></div><div class="ttdeci">grpc_fd_watcher * read_watcher</div><div class="ttdef"><b>Definition:</b> fd_posix.h:89</div></div>
<div class="ttc" id="structgrpc__fd_html_a7c93a423654bb4d3466593ef73b9f06b"><div class="ttname"><a href="structgrpc__fd.html#a7c93a423654bb4d3466593ef73b9f06b">grpc_fd::watcher_mu</a></div><div class="ttdeci">gpr_mu watcher_mu</div><div class="ttdef"><b>Definition:</b> fd_posix.h:87</div></div>
<div class="ttc" id="structgpr__mu_html"><div class="ttname"><a href="structgpr__mu.html">gpr_mu</a></div><div class="ttdef"><b>Definition:</b> sync_win32.h:39</div></div>
<div class="ttc" id="fd__posix_8h_html_a6752527e24586c370a8305916cb35dde"><div class="ttname"><a href="fd__posix_8h.html#a6752527e24586c370a8305916cb35dde">grpc_fd_create</a></div><div class="ttdeci">grpc_fd * grpc_fd_create(int fd, const char *name)</div></div>
<div class="ttc" id="structgrpc__fd_html_ae2395965de88538f112be69c21307d01"><div class="ttname"><a href="structgrpc__fd.html#ae2395965de88538f112be69c21307d01">grpc_fd::write_watcher</a></div><div class="ttdeci">grpc_fd_watcher * write_watcher</div><div class="ttdef"><b>Definition:</b> fd_posix.h:90</div></div>
<div class="ttc" id="structgrpc__fd_html_ac4769567bc6b9a0129269bc02dcce6f1"><div class="ttname"><a href="structgrpc__fd.html#ac4769567bc6b9a0129269bc02dcce6f1">grpc_fd::refst</a></div><div class="ttdeci">gpr_atm refst</div><div class="ttdef"><b>Definition:</b> fd_posix.h:59</div></div>
<div class="ttc" id="fd__posix_8h_html_adc65edd83bbaab2044bb80e8f526aff0"><div class="ttname"><a href="fd__posix_8h.html#adc65edd83bbaab2044bb80e8f526aff0">grpc_fd_notify_on_read</a></div><div class="ttdeci">void grpc_fd_notify_on_read(grpc_fd *fd, grpc_iomgr_closure *closure)</div></div>
<div class="ttc" id="structgrpc__iomgr__closure_html"><div class="ttname"><a href="structgrpc__iomgr__closure.html">grpc_iomgr_closure</a></div><div class="ttdoc">A closure over a grpc_iomgr_cb_func. </div><div class="ttdef"><b>Definition:</b> iomgr.h:45</div></div>
<div class="ttc" id="fd__posix_8h_html_a699c0434cce29ae12f9ca59fc73dff98"><div class="ttname"><a href="fd__posix_8h.html#a699c0434cce29ae12f9ca59fc73dff98">grpc_fd_become_writable</a></div><div class="ttdeci">void grpc_fd_become_writable(grpc_fd *fd, int allow_synchronous_callback)</div></div>
<div class="ttc" id="fd__posix_8h_html_adcd1fd3c640a72be6429fb60c3ddc258"><div class="ttname"><a href="fd__posix_8h.html#adcd1fd3c640a72be6429fb60c3ddc258">grpc_fd_is_orphaned</a></div><div class="ttdeci">int grpc_fd_is_orphaned(grpc_fd *fd)</div></div>
<div class="ttc" id="sync_8h_html"><div class="ttname"><a href="sync_8h.html">sync.h</a></div></div>
<div class="ttc" id="structgrpc__fd_html_a48d85d973fb9284e51cad0695e91379d"><div class="ttname"><a href="structgrpc__fd.html#a48d85d973fb9284e51cad0695e91379d">grpc_fd::freelist_next</a></div><div class="ttdeci">struct grpc_fd * freelist_next</div><div class="ttdef"><b>Definition:</b> fd_posix.h:95</div></div>
<div class="ttc" id="structgrpc__fd__watcher_html"><div class="ttname"><a href="structgrpc__fd__watcher.html">grpc_fd_watcher</a></div><div class="ttdef"><b>Definition:</b> fd_posix.h:45</div></div>
<div class="ttc" id="structgrpc__fd_html_ad0158c3714462bacbfa90c57fcf476aa"><div class="ttname"><a href="structgrpc__fd.html#ad0158c3714462bacbfa90c57fcf476aa">grpc_fd::shutdown_closures</a></div><div class="ttdeci">grpc_iomgr_closure * shutdown_closures[2]</div><div class="ttdef"><b>Definition:</b> fd_posix.h:98</div></div>
<div class="ttc" id="structgrpc__fd_html_aedae81fadd133cc54ae92837ea7a2676"><div class="ttname"><a href="structgrpc__fd.html#aedae81fadd133cc54ae92837ea7a2676">grpc_fd::writest</a></div><div class="ttdeci">gpr_atm writest</div><div class="ttdef"><b>Definition:</b> fd_posix.h:93</div></div>
<div class="ttc" id="atm__gcc__atomic_8h_html_aa9e4b16c09888debe306f14e8090b1cc"><div class="ttname"><a href="atm__gcc__atomic_8h.html#aa9e4b16c09888debe306f14e8090b1cc">gpr_atm</a></div><div class="ttdeci">gpr_intptr gpr_atm</div><div class="ttdef"><b>Definition:</b> atm_gcc_atomic.h:41</div></div>
<div class="ttc" id="structgrpc__fd_html_a050fd8e53f18c024f04c60f27c274d30"><div class="ttname"><a href="structgrpc__fd.html#a050fd8e53f18c024f04c60f27c274d30">grpc_fd::set_state_mu</a></div><div class="ttdeci">gpr_mu set_state_mu</div><div class="ttdef"><b>Definition:</b> fd_posix.h:61</div></div>
<div class="ttc" id="fd__posix_8h_html_af78f10c0cb866d1981db0e4515dbfbb1"><div class="ttname"><a href="fd__posix_8h.html#af78f10c0cb866d1981db0e4515dbfbb1">grpc_fd_orphan</a></div><div class="ttdeci">void grpc_fd_orphan(grpc_fd *fd, grpc_iomgr_closure *on_done, const char *reason)</div></div>
<div class="ttc" id="iomgr__internal_8h_html"><div class="ttname"><a href="iomgr__internal_8h.html">iomgr_internal.h</a></div></div>
<div class="ttc" id="structgrpc__fd_html"><div class="ttname"><a href="structgrpc__fd.html">grpc_fd</a></div><div class="ttdef"><b>Definition:</b> fd_posix.h:52</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Aug 5 2015 08:17:07 for GRPC Core by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>