Ignore:
Timestamp:
Aug 21, 2005, 11:03:21 AM (20 years ago)
Author:
bird
Message:

Tried to workaround the race conditions in libc_Back_safesemEvSleep/Wakeup.
These might affect SysV sems and shm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/backend.h

    • Property cvs2svn:cvs-rev changed from 1.29 to 1.30
    r2293 r2294  
    10631063 * @returns Negative error code (errno.h) on failure.
    10641064 * @param   hev         Event semaphore to post.
    1065  */
    1066 int __libc_Back_safesemEvWakeup(uintptr_t hev);
     1065 * @param   hmtx        The semaphore protecting hev (see __libc_Back_safesemEvSleep).
     1066 *                      The caller should own this semaphore, it's purpose is debug strictness only!
     1067 */
     1068int __libc_Back_safesemEvWakeup(uintptr_t hev, uintptr_t hmtx);
    10671069
    10681070
Note: See TracChangeset for help on using the changeset viewer.