Newer
Older
UbixOS / doc / xml / structsys__sem.xml
<?xml version='1.0' encoding='iso-8859-1' standalone='no'?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.4.7">
  <compounddef id="structsys__sem" kind="struct" prot="public">
    <compoundname>sys_sem</compoundname>
      <sectiondef kind="public-attrib">
      <memberdef kind="variable" id="structsys__sem_17b9a8512154232d0c7cd8b007ccabca0" prot="public" static="no" mutable="no">
        <type>unsigned int</type>
        <definition>unsigned int sys_sem::c</definition>
        <argsstring></argsstring>
        <name>c</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/usr/home/reddawg/source/ubix2/src/sys/net/net/sys_arch.c" line="116" bodyfile="/usr/home/reddawg/source/ubix2/src/sys/net/net/sys_arch.c" bodystart="116" bodyend="-1"/>
        <referencedby refid="sys__arch_8c_1af7b79a80d625789c95cb20b565424fd" compoundref="sys__arch_8c" startline="351" endline="368">sys_arch_sem_wait</referencedby>
        <referencedby refid="sys__arch_8c_17e7a76cc67fb974dbc234d15f9b885fe" compoundref="sys__arch_8c" startline="299" endline="309">sys_sem_new_</referencedby>
        <referencedby refid="sys__arch_8c_15dba9c7e95633e472717c75a21d96283" compoundref="sys__arch_8c" startline="370" endline="377">sys_sem_signal</referencedby>
      </memberdef>
      <memberdef kind="variable" id="structsys__sem_1a758e52262d23c22a40204e410b5f8c4" prot="public" static="no" mutable="no">
        <type><ref refid="structubthread__cond" kindref="compound">ubthread_cond_t</ref></type>
        <definition>ubthread_cond_t sys_sem::cond</definition>
        <argsstring></argsstring>
        <name>cond</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/usr/home/reddawg/source/ubix2/src/sys/net/net/sys_arch.c" line="117" bodyfile="/usr/home/reddawg/source/ubix2/src/sys/net/net/sys_arch.c" bodystart="117" bodyend="-1"/>
        <referencedby refid="sys__arch_8c_1af7b79a80d625789c95cb20b565424fd" compoundref="sys__arch_8c" startline="351" endline="368">sys_arch_sem_wait</referencedby>
        <referencedby refid="sys__arch_8c_12c773782116a4e712bd8d4c591ab50d4" compoundref="sys__arch_8c" startline="385" endline="389">sys_sem_free_</referencedby>
        <referencedby refid="sys__arch_8c_17e7a76cc67fb974dbc234d15f9b885fe" compoundref="sys__arch_8c" startline="299" endline="309">sys_sem_new_</referencedby>
        <referencedby refid="sys__arch_8c_15dba9c7e95633e472717c75a21d96283" compoundref="sys__arch_8c" startline="370" endline="377">sys_sem_signal</referencedby>
      </memberdef>
      <memberdef kind="variable" id="structsys__sem_152b664ee7d03d9bc83f26009a5fd27f1" prot="public" static="no" mutable="no">
        <type><ref refid="structubthread__mutex" kindref="compound">ubthread_mutex_t</ref></type>
        <definition>ubthread_mutex_t sys_sem::mutex</definition>
        <argsstring></argsstring>
        <name>mutex</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/usr/home/reddawg/source/ubix2/src/sys/net/net/sys_arch.c" line="118" bodyfile="/usr/home/reddawg/source/ubix2/src/sys/net/net/sys_arch.c" bodystart="118" bodyend="-1"/>
        <referencedby refid="sys__arch_8c_1af7b79a80d625789c95cb20b565424fd" compoundref="sys__arch_8c" startline="351" endline="368">sys_arch_sem_wait</referencedby>
        <referencedby refid="sys__arch_8c_12c773782116a4e712bd8d4c591ab50d4" compoundref="sys__arch_8c" startline="385" endline="389">sys_sem_free_</referencedby>
        <referencedby refid="sys__arch_8c_17e7a76cc67fb974dbc234d15f9b885fe" compoundref="sys__arch_8c" startline="299" endline="309">sys_sem_new_</referencedby>
        <referencedby refid="sys__arch_8c_15dba9c7e95633e472717c75a21d96283" compoundref="sys__arch_8c" startline="370" endline="377">sys_sem_signal</referencedby>
      </memberdef>
      </sectiondef>
    <briefdescription>
    </briefdescription>
    <detaileddescription>
    </detaileddescription>
    <collaborationgraph>
      <node id="332">
        <label>ubthread_mutex</label>
        <link refid="structubthread__mutex"/>
      </node>
      <node id="333">
        <label>ubthread_cond</label>
        <link refid="structubthread__cond"/>
      </node>
      <node id="331">
        <label>sys_sem</label>
        <link refid="structsys__sem"/>
        <childnode refid="332" relation="usage">
          <edgelabel>mutex</edgelabel>
        </childnode>
        <childnode refid="333" relation="usage">
          <edgelabel>cond</edgelabel>
        </childnode>
      </node>
    </collaborationgraph>
    <location file="/usr/home/reddawg/source/ubix2/src/sys/net/net/sys_arch.c" line="115" bodyfile="/usr/home/reddawg/source/ubix2/src/sys/net/net/sys_arch.c" bodystart="115" bodyend="119"/>
    <listofallmembers>
      <member refid="structsys__sem_17b9a8512154232d0c7cd8b007ccabca0" prot="public" virt="non-virtual"><scope>sys_sem</scope><name>c</name></member>
      <member refid="structsys__sem_1a758e52262d23c22a40204e410b5f8c4" prot="public" virt="non-virtual"><scope>sys_sem</scope><name>cond</name></member>
      <member refid="structsys__sem_152b664ee7d03d9bc83f26009a5fd27f1" prot="public" virt="non-virtual"><scope>sys_sem</scope><name>mutex</name></member>
    </listofallmembers>
  </compounddef>
</doxygen>