Changeset 32:4bef4944955f in xplcommon for src


Ignore:
Timestamp:
01/02/13 14:30:45 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented mutex with test program

Location:
src/xplcommon
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/Makefile.am

    r31 r32  
    2727        types.h                 \
    2828        PseudoRandom.h          \
     29        Thread.h                \
     30        Mutex.h                 \
    2931        Failable.h              \
    30         Thread.h                \
    3132        Waiter.h                \
    3233        WaitableEvent.h         \
  • src/xplcommon/posix/Makefile.am

    r21 r32  
    2121include_xplcommon_posix_HEADERS=\
    2222        Thread.h                \
     23        Mutex.h                 \
    2324        Waitable.h              \
    2425        Waiter.h                \
  • src/xplcommon/win32/Makefile.am

    r26 r32  
    1616include_xplcommon_win32_HEADERS=\
    1717        Thread.h                \
     18        Mutex.h                 \
    1819        EventFailable.h         \
    1920        Event.h                 \
Note: See TracChangeset for help on using the changeset viewer.