Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > ae19f57cd4e306abd5716199a310070b > files > 8417

gnuradio-doc-3.2.2-3.fc13.x86_64.rpm

<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.6.2">
  <compounddef id="gc__jd__stack_8h" kind="file">
    <compoundname>gc_jd_stack.h</compoundname>
    <includes refid="gc__types_8h" local="no">gcell/gc_types.h</includes>
    <includes refid="gc__job__desc_8h" local="no">gcell/gc_job_desc.h</includes>
    <includedby refid="gc__job__manager__impl_8h" local="no">gc_job_manager_impl.h</includedby>
    <incdepgraph>
      <node id="12082">
        <label>gcell/gc_job_desc_private.h</label>
        <link refid="gc__job__desc__private_8h"/>
      </node>
      <node id="12076">
        <label>gc_jd_stack.h</label>
        <link refid="gc_jd_stack.h"/>
        <childnode refid="12077" relation="include">
        </childnode>
        <childnode refid="12081" relation="include">
        </childnode>
      </node>
      <node id="12078">
        <label>stdint.h</label>
      </node>
      <node id="12079">
        <label>gcell/gc_cdefs.h</label>
        <link refid="gc__cdefs_8h"/>
      </node>
      <node id="12080">
        <label>gcell/compiler.h</label>
        <link refid="compiler_8h"/>
      </node>
      <node id="12077">
        <label>gcell/gc_types.h</label>
        <link refid="gc__types_8h"/>
        <childnode refid="12078" relation="include">
        </childnode>
        <childnode refid="12079" relation="include">
        </childnode>
        <childnode refid="12080" relation="include">
        </childnode>
      </node>
      <node id="12081">
        <label>gcell/gc_job_desc.h</label>
        <link refid="gc__job__desc_8h"/>
        <childnode refid="12077" relation="include">
        </childnode>
        <childnode refid="12082" relation="include">
        </childnode>
      </node>
    </incdepgraph>
    <invincdepgraph>
      <node id="12083">
        <label>gc_jd_stack.h</label>
        <link refid="gc_jd_stack.h"/>
        <childnode refid="12084" relation="include">
        </childnode>
      </node>
      <node id="12084">
        <label>gc_job_manager_impl.h</label>
        <link refid="gc__job__manager__impl_8h"/>
      </node>
    </invincdepgraph>
    <innerclass refid="structgc__jd__stack" prot="public">gc_jd_stack</innerclass>
      <sectiondef kind="typedef">
      <memberdef kind="typedef" id="gc__jd__stack_8h_1a9360c9944831212edca9b84fca596b0b" prot="public" static="no">
        <type>__GC_BEGIN_DECLS struct <ref refid="structgc__jd__stack" kindref="compound">gc_jd_stack</ref></type>
        <definition>typedef __GC_BEGIN_DECLS struct gc_jd_stack gc_jd_stack_t</definition>
        <argsstring></argsstring>
        <name>gc_jd_stack_t</name>
        <briefdescription>
<para>Lock free stack for job descriptors (used for free list). </para>        </briefdescription>
        <detaileddescription>
<para>This is aligned to a cache line, and fills the cache line, to avoid inadvertently losing reservations created with the load-and-reserve instructions. </para>        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gcell/include/gcell/gc_jd_stack.h" line="44"/>
      </memberdef>
      </sectiondef>
      <sectiondef kind="func">
      <memberdef kind="function" id="gc__jd__stack_8h_1a941e8e97d39bb6fd5cadcbdc9a5df498" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type>void</type>
        <definition>void gc_jd_stack_init</definition>
        <argsstring>(gc_jd_stack_t *stack)</argsstring>
        <name>gc_jd_stack_init</name>
        <param>
          <type><ref refid="gc__jd__stack_8h_1a9360c9944831212edca9b84fca596b0b" kindref="member">gc_jd_stack_t</ref> *</type>
          <declname>stack</declname>
        </param>
        <briefdescription>
<para>Initialize the stack to empty. </para>        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gcell/include/gcell/gc_jd_stack.h" line="51"/>
      </memberdef>
      <memberdef kind="function" id="gc__jd__stack_8h_1a2869ce32fd19fd665081a3f00800724c" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type>void</type>
        <definition>void gc_jd_stack_push</definition>
        <argsstring>(gc_jd_stack_t *stack, gc_job_desc_t *item)</argsstring>
        <name>gc_jd_stack_push</name>
        <param>
          <type><ref refid="gc__jd__stack_8h_1a9360c9944831212edca9b84fca596b0b" kindref="member">gc_jd_stack_t</ref> *</type>
          <declname>stack</declname>
        </param>
        <param>
          <type><ref refid="structgc__job__desc" kindref="compound">gc_job_desc_t</ref> *</type>
          <declname>item</declname>
        </param>
        <briefdescription>
<para>Add <computeroutput>item</computeroutput> to the top of <computeroutput>stack</computeroutput>. </para>        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gcell/include/gcell/gc_jd_stack.h" line="58"/>
      </memberdef>
      <memberdef kind="function" id="gc__jd__stack_8h_1a101083bab04d0d906a3347b901081c7f" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type><ref refid="structgc__job__desc" kindref="compound">gc_job_desc_t</ref> *</type>
        <definition>gc_job_desc_t* gc_jd_stack_pop</definition>
        <argsstring>(gc_jd_stack_t *stack)</argsstring>
        <name>gc_jd_stack_pop</name>
        <param>
          <type><ref refid="gc__jd__stack_8h_1a9360c9944831212edca9b84fca596b0b" kindref="member">gc_jd_stack_t</ref> *</type>
          <declname>stack</declname>
        </param>
        <briefdescription>
<para>pop and return top item on stack, or 0 if stack is empty </para>        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gcell/include/gcell/gc_jd_stack.h" line="65"/>
      </memberdef>
      </sectiondef>
    <briefdescription>
    </briefdescription>
    <detaileddescription>
    </detaileddescription>
    <location file="/builddir/build/BUILD/gnuradio-3.2.2/gcell/include/gcell/gc_jd_stack.h"/>
  </compounddef>
</doxygen>