62 lines
4.2 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
  3. <title>tbb::internal::partition_type_base Class Reference</title>
  4. <link href="doxygen.css" rel="stylesheet" type="text/css">
  5. <link href="tabs.css" rel="stylesheet" type="text/css">
  6. </head><body>
  7. <!-- Generated by Doxygen 1.4.7 -->
  8. <div class="tabs">
  9. <ul>
  10. <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
  11. <li><a href="modules.html"><span>Modules</span></a></li>
  12. <li><a href="namespaces.html"><span>Namespaces</span></a></li>
  13. <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
  14. <li><a href="files.html"><span>Files</span></a></li>
  15. <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  16. </ul></div>
  17. <div class="tabs">
  18. <ul>
  19. <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
  20. <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
  21. <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  22. </ul></div>
  23. <div class="nav">
  24. <a class="el" href="a00428.html">tbb</a>::<b>internal</b>::<a class="el" href="a00321.html">partition_type_base</a></div>
  25. <h1>tbb::internal::partition_type_base Class Reference</h1><!-- doxytag: class="tbb::internal::partition_type_base" -->Provides backward-compatible methods for partition objects without affinity.
  26. <a href="#_details">More...</a>
  27. <p>
  28. <code>#include &lt;partitioner.h&gt;</code>
  29. <p>
  30. <a href="a00102.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
  31. <tr><td></td></tr>
  32. <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
  33. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d5b43011addf53239ccf8cdeaeab76e7"></a><!-- doxytag: member="tbb::internal::partition_type_base::set_affinity" ref="d5b43011addf53239ccf8cdeaeab76e7" args="(task &amp;)" -->
  34. void&nbsp;</td><td class="memItemRight" valign="bottom"><b>set_affinity</b> (<a class="el" href="a00349.html">task</a> &amp;)</td></tr>
  35. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2bffce16dee5796448bf12c8ccecd94c"></a><!-- doxytag: member="tbb::internal::partition_type_base::note_affinity" ref="2bffce16dee5796448bf12c8ccecd94c" args="(task::affinity_id)" -->
  36. void&nbsp;</td><td class="memItemRight" valign="bottom"><b>note_affinity</b> (<a class="el" href="a00349.html#d61bb32389d3857bf7511d69beaafb76">task::affinity_id</a>)</td></tr>
  37. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="87962b93599ff172cd4b64f2995ebc71"></a><!-- doxytag: member="tbb::internal::partition_type_base::continue_after_execute_range" ref="87962b93599ff172cd4b64f2995ebc71" args="()" -->
  38. <a class="el" href="a00349.html">task</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>continue_after_execute_range</b> ()</td></tr>
  39. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="baca041e2b854196a411f1d0ca7ae905"></a><!-- doxytag: member="tbb::internal::partition_type_base::decide_whether_to_delay" ref="baca041e2b854196a411f1d0ca7ae905" args="()" -->
  40. bool&nbsp;</td><td class="memItemRight" valign="bottom"><b>decide_whether_to_delay</b> ()</td></tr>
  41. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="17686f1a5119802cad38369d0580d05f"></a><!-- doxytag: member="tbb::internal::partition_type_base::spawn_or_delay" ref="17686f1a5119802cad38369d0580d05f" args="(bool, task &amp;b)" -->
  42. void&nbsp;</td><td class="memItemRight" valign="bottom"><b>spawn_or_delay</b> (bool, <a class="el" href="a00349.html">task</a> &amp;b)</td></tr>
  43. </table>
  44. <hr><a name="_details"></a><h2>Detailed Description</h2>
  45. Provides backward-compatible methods for partition objects without affinity.
  46. <p>
  47. <hr>The documentation for this class was generated from the following file:<ul>
  48. <li>partitioner.h</ul>
  49. <hr>
  50. <p></p>
  51. Copyright &copy; 2005-2013 Intel Corporation. All Rights Reserved.
  52. <p></p>
  53. Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are
  54. registered trademarks or trademarks of Intel Corporation or its
  55. subsidiaries in the United States and other countries.
  56. <p></p>
  57. * Other names and brands may be claimed as the property of others.