Changeset 75704 in vbox for trunk/include
- Timestamp:
- Nov 25, 2018 1:44:09 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/semaphore.h
r69105 r75704 164 164 * system specific whether it works in interrupt context or with 165 165 * interrupts disabled. 166 * 167 * ring-0/Darwin: This works when interrupts are disabled and thereby 168 * in interrupt context, except it cannot race semaphore destruction as 169 * the allocator does not work under these circumstances. 166 170 */ 167 171 RTDECL(int) RTSemEventSignal(RTSEMEVENT hEventSem); … … 325 329 * system specific whether it works in interrupt context or with 326 330 * interrupts disabled. 331 * 332 * ring-0/Darwin: This works when interrupts are disabled and thereby 333 * in interrupt context, except it cannot race semaphore destruction as 334 * the allocator does not work under these circumstances. 327 335 */ 328 336 RTDECL(int) RTSemEventMultiSignal(RTSEMEVENTMULTI hEventMultiSem);
Note:
See TracChangeset
for help on using the changeset viewer.