Sophie

Sophie

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

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="ot__posix_8h" kind="file">
    <compoundname>ot_posix.h</compoundname>
    <includes local="no">pthread.h</includes>
    <incdepgraph>
      <node id="5997">
        <label>ot_posix.h</label>
        <link refid="ot_posix.h"/>
        <childnode refid="5998" relation="include">
        </childnode>
      </node>
      <node id="5998">
        <label>pthread.h</label>
      </node>
    </incdepgraph>
      <sectiondef kind="define">
      <memberdef kind="define" id="ot__posix_8h_1a7ad99028e48ab278b80a11e32ec300e2" prot="public" static="no">
        <name>OMNI_MUTEX_IMPLEMENTATION</name>
        <initializer><ref refid="struct____pthread__mutex__t" kindref="compound">pthread_mutex_t</ref> posix_mutex;</initializer>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" line="56" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" bodystart="55" bodyend="-1"/>
      </memberdef>
      <memberdef kind="define" id="ot__posix_8h_1a869be82c956dc858288b691ec920e94e" prot="public" static="no">
        <name>OMNI_MUTEX_LOCK_IMPLEMENTATION</name>
        <initializer>pthread_mutex_lock(&amp;posix_mutex);</initializer>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" line="59" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" bodystart="58" bodyend="-1"/>
      </memberdef>
      <memberdef kind="define" id="ot__posix_8h_1a60188a002a01fc60933ed6236d04ae21" prot="public" static="no">
        <name>OMNI_MUTEX_TRYLOCK_IMPLEMENTATION</name>
        <initializer>(pthread_mutex_trylock(&amp;posix_mutex)==0);</initializer>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" line="62" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" bodystart="61" bodyend="-1"/>
      </memberdef>
      <memberdef kind="define" id="ot__posix_8h_1ae5eea767ddd262fa3a5fe58bf134c88b" prot="public" static="no">
        <name>OMNI_MUTEX_UNLOCK_IMPLEMENTATION</name>
        <initializer>pthread_mutex_unlock(&amp;posix_mutex);</initializer>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" line="65" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" bodystart="64" bodyend="-1"/>
      </memberdef>
      <memberdef kind="define" id="ot__posix_8h_1a92b19edc455706d139150fe3d44d2943" prot="public" static="no">
        <name>OMNI_CONDITION_IMPLEMENTATION</name>
        <initializer><ref refid="struct____pthread__cond__t" kindref="compound">pthread_cond_t</ref> posix_cond;</initializer>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" line="68" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" bodystart="67" bodyend="-1"/>
      </memberdef>
      <memberdef kind="define" id="ot__posix_8h_1a1b0bdd06018f31de329a10966ff315d6" prot="public" static="no">
        <name>OMNI_SEMAPHORE_IMPLEMENTATION</name>
        <initializer><ref refid="classomni__mutex" kindref="compound">omni_mutex</ref> m;					\
    <ref refid="classomni__condition" kindref="compound">omni_condition</ref> c;					\
    int value;						\
    int max_count;</initializer>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" line="74" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" bodystart="70" bodyend="-1"/>
      </memberdef>
      <memberdef kind="define" id="ot__posix_8h_1acc85df821c0e286ac63c0198c691ddff" prot="public" static="no">
        <name>OMNI_THREAD_IMPLEMENTATION</name>
        <initializer><ref refid="struct____pthread__transp__t" kindref="compound">pthread_t</ref> posix_thread;				\
    static int posix_priority(priority_t);		\
    friend void* omni_thread_wrapper(void* ptr);</initializer>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" line="79" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" bodystart="76" bodyend="-1"/>
      </memberdef>
      </sectiondef>
      <sectiondef kind="func">
      <memberdef kind="function" id="ot__posix_8h_1a0fe327b90ff0e8892b51da53b7cb77df" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type>void *</type>
        <definition>void* omni_thread_wrapper</definition>
        <argsstring>(void *ptr)</argsstring>
        <name>omni_thread_wrapper</name>
        <param>
          <type>void *</type>
          <declname>ptr</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h" line="53"/>
      </memberdef>
      </sectiondef>
    <briefdescription>
    </briefdescription>
    <detaileddescription>
    </detaileddescription>
    <location file="/builddir/build/BUILD/gnuradio-3.2.2/omnithread/gnuradio/ot_posix.h"/>
  </compounddef>
</doxygen>