~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/Runtime/generic/semxroads-generic.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: semxroads-generic.cpp $ */
 
1
/* $Id: semxroads-generic.cpp 33540 2010-10-28 09:27:05Z vboxsync $ */
2
2
/** @file
3
3
 * IPRT Testcase - RTSemXRoads, generic implementation.
4
4
 */
190
190
 * Internal worker for RTSemXRoadsNSEnter and RTSemXRoadsEWEnter.
191
191
 *
192
192
 * @returns IPRT status code.
193
 
 * @param   pThis               The semaphore instace.
 
193
 * @param   pThis               The semaphore instance.
194
194
 * @param   fDir                The direction.
195
195
 * @param   uCountShift         The shift count for getting the count.
196
196
 * @param   fCountMask          The mask for getting the count.
322
322
 * Internal worker for RTSemXRoadsNSLeave and RTSemXRoadsEWLeave.
323
323
 *
324
324
 * @returns IPRT status code.
325
 
 * @param   pThis               The semaphore instace.
 
325
 * @param   pThis               The semaphore instance.
326
326
 * @param   fDir                The direction.
327
327
 * @param   uCountShift         The shift count for getting the count.
328
328
 * @param   fCountMask          The mask for getting the count.