166 lines
8.1 KiB
HTML
166 lines
8.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.13.0"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>My Project: src/utils/ThreadPool.cc File Reference</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>
|
|
<script type="text/javascript" src="clipboard.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="cookie.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() { init_search(); });
|
|
/* @license-end */
|
|
</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 id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">My Project
|
|
</div>
|
|
</td>
|
|
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
|
<span class="left">
|
|
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
|
<input type="text" id="MSearchField" value="" placeholder="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.svg" alt=""/></a>
|
|
</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.13.0 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() { codefold.init(0); });
|
|
/* @license-end */
|
|
</script>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function(){initNavTree('ThreadPool_8cc.html',''); initResizable(true); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#namespaces">Namespaces</a> </div>
|
|
<div class="headertitle"><div class="title">ThreadPool.cc File Reference</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><code>#include <vector></code><br />
|
|
<code>#include <queue></code><br />
|
|
<code>#include <thread></code><br />
|
|
<code>#include <functional></code><br />
|
|
<code>#include <condition_variable></code><br />
|
|
<code>#include <mutex></code><br />
|
|
<code>#include <future></code><br />
|
|
<code>#include "<a class="el" href="ThreadPool_8hh_source.html">utils/ThreadPool.hh</a>"</code><br />
|
|
</div><div class="textblock"><div class="dynheader">
|
|
Include dependency graph for ThreadPool.cc:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="ThreadPool_8cc__incl.png" border="0" usemap="#asrc_2utils_2ThreadPool_8cc" alt=""/></div>
|
|
<map name="asrc_2utils_2ThreadPool_8cc" id="asrc_2utils_2ThreadPool_8cc">
|
|
<area shape="rect" title=" " alt="" coords="266,5,434,33"/>
|
|
<area shape="rect" title=" " alt="" coords="5,157,68,184"/>
|
|
<area shape="poly" title=" " alt="" coords="294,36,229,56,162,83,109,116,64,149,61,145,106,111,159,79,228,51,293,31"/>
|
|
<area shape="rect" title=" " alt="" coords="91,157,152,184"/>
|
|
<area shape="poly" title=" " alt="" coords="299,36,247,55,197,83,165,113,140,145,136,142,161,109,194,79,245,50,297,31"/>
|
|
<area shape="rect" title=" " alt="" coords="177,157,240,184"/>
|
|
<area shape="poly" title=" " alt="" coords="282,36,243,54,226,67,212,82,206,96,203,111,204,142,199,142,198,111,201,95,208,80,222,63,240,49,279,31"/>
|
|
<area shape="rect" title=" " alt="" coords="264,157,350,184"/>
|
|
<area shape="poly" title=" " alt="" coords="363,32,382,67,387,88,383,110,367,132,347,150,343,146,363,129,378,108,382,89,377,69,358,35"/>
|
|
<area shape="rect" title=" " alt="" coords="374,157,515,184"/>
|
|
<area shape="poly" title=" " alt="" coords="364,32,403,80,435,141,431,143,398,82,360,35"/>
|
|
<area shape="rect" title=" " alt="" coords="540,157,603,184"/>
|
|
<area shape="poly" title=" " alt="" coords="371,31,541,145,538,150,368,36"/>
|
|
<area shape="rect" title=" " alt="" coords="626,157,687,184"/>
|
|
<area shape="poly" title=" " alt="" coords="379,31,480,79,618,147,616,152,478,83,377,36"/>
|
|
<area shape="rect" href="ThreadPool_8hh.html" title=" " alt="" coords="222,81,368,109"/>
|
|
<area shape="poly" title=" " alt="" coords="342,35,316,70,312,67,338,32"/>
|
|
<area shape="poly" title=" " alt="" coords="249,112,83,158,82,153,247,107"/>
|
|
<area shape="poly" title=" " alt="" coords="265,112,167,153,165,148,263,107"/>
|
|
<area shape="poly" title=" " alt="" coords="281,111,237,149,234,145,278,107"/>
|
|
<area shape="poly" title=" " alt="" coords="300,109,305,141,300,142,295,110"/>
|
|
<area shape="poly" title=" " alt="" coords="323,107,406,147,403,152,321,112"/>
|
|
<area shape="poly" title=" " alt="" coords="348,107,525,153,524,159,346,112"/>
|
|
<area shape="poly" title=" " alt="" coords="369,105,480,125,612,153,611,159,479,130,368,110"/>
|
|
</map>
|
|
</div>
|
|
</div><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
|
|
Namespaces</h2></td></tr>
|
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceutils.html">utils</a></td></tr>
|
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table>
|
|
</div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_313caf1132e152dd9b58bea13a4052ca.html">utils</a></li><li class="navelem"><a class="el" href="ThreadPool_8cc.html">ThreadPool.cc</a></li>
|
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.0 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|