VirtualBox

Ignore:
Timestamp:
Apr 19, 2010 1:36:19 PM (15 years ago)
Author:
vboxsync
Message:

IPRT,SUPDrv: Basic testcase for ring-0 RTSemMutex*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c

    r28436 r28462  
    320320    return rtSemMutexLinuxRequest(hMutexSem, cMillies, true /*fInterruptible*/);
    321321}
    322 RT_EXPORT_SYMBOL(RTSemMutexRequest);
     322RT_EXPORT_SYMBOL(RTSemMutexRequestNoResume);
    323323
    324324
     
    364364            IPRT_DEBUG_SEMS_STATE(pThis, 'u');
    365365        }
     366        rc = VINF_SUCCESS;
    366367    }
    367368    else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette