Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 6e7a2755bd78c9deedab199b86e675f3 > files > 8286

gnuradio-doc-3.2.2-9.fc14.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.7.3">
  <compounddef id="gc__jd__stack_8h" kind="file">
    <compoundname>gc_jd_stack.h</compoundname>
    <includes local="no">gcell/gc_types.h</includes>
    <includes local="no">gcell/gc_job_desc.h</includes>
    <incdepgraph>
      <node id="3746">
        <label>gcell/gc_job_desc.h</label>
      </node>
      <node id="3744">
        <label>gc_jd_stack.h</label>
        <link refid="gc_jd_stack.h"/>
        <childnode refid="3745" relation="include">
        </childnode>
        <childnode refid="3746" relation="include">
        </childnode>
      </node>
      <node id="3745">
        <label>gcell/gc_types.h</label>
      </node>
    </incdepgraph>
    <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>