~ubuntu-branches/ubuntu/karmic/glibmm2.4/karmic

« back to all changes in this revision

Viewing changes to docs/reference/html/classGlib_1_1Cond.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-22 11:12:24 UTC
  • mfrom: (1.2.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922111224-p1r8bxw835x23l07
Tags: 2.22.1-0ubuntu1
* New upstream release (LP: #434371)
  - Fix KeyFile build with exceptions disabled
  - Re-enable input file line markers in gmmproc
  - Fix broken test for empty _WRAP_METHOD argument
  - Allow the C documentation to be overridden
  - Slightly clean up gross Perl code in gmmproc.in
  - Correctly quote the extracted comment for M4
  - Enable verbose output of autoreconf
  - Do not complain about missing docs_override.xml
  - Support Automake silent rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
 <span class="keywordtype">void</span> push_data(<span class="keywordtype">void</span>* data)
62
62
 {
63
 
   <a class="code" href="classGlib_1_1Mutex_1_1Lock.html" title="Utility class for exception-safe mutex locking.">Glib::Mutex::Lock</a> <a class="codeRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01000.html#g2bdabeb51d7e55d6358ad0857843ebea">lock</a> (data_mutex);
 
63
   <a class="code" href="classGlib_1_1Mutex_1_1Lock.html" title="Utility class for exception-safe mutex locking.">Glib::Mutex::Lock</a> <a class="codeRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01002.html#ga2bdabeb51d7e55d6358ad0857843ebea">lock</a> (data_mutex);
64
64
 
65
65
   current_data = data;
66
66
   data_cond.<a class="code" href="classGlib_1_1Cond.html#a072cb37a06a695b54370209bc3280f4d" title="If threads are waiting for this Cond, exactly one of them is woken up.">signal</a>();
68
68
 
69
69
 <span class="keywordtype">void</span>* pop_data()
70
70
 {
71
 
   <a class="code" href="classGlib_1_1Mutex_1_1Lock.html" title="Utility class for exception-safe mutex locking.">Glib::Mutex::Lock</a> <a class="codeRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01000.html#g2bdabeb51d7e55d6358ad0857843ebea">lock</a> (data_mutex);
 
71
   <a class="code" href="classGlib_1_1Mutex_1_1Lock.html" title="Utility class for exception-safe mutex locking.">Glib::Mutex::Lock</a> <a class="codeRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01002.html#ga2bdabeb51d7e55d6358ad0857843ebea">lock</a> (data_mutex);
72
72
 
73
73
   <span class="keywordflow">while</span> (!current_data)
74
74
     data_cond.<a class="code" href="classGlib_1_1Cond.html#ae989bf2891954ff5ed745f447cdccf2a" title="Waits until this thread is woken up on this Cond.">wait</a>(data_mutex);
249
249
<li>glibmm/thread.h</li>
250
250
</ul>
251
251
</div>
252
 
<hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 8 13:53:50 2009 for glibmm by&#160;
 
252
<hr size="1"/><address style="text-align: right;"><small>Generated on Mon Sep 21 11:07:25 2009 for glibmm by&#160;
253
253
<a href="http://www.doxygen.org/index.html">
254
254
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
255
255
</body>