Ignore:
Timestamp:
Aug 27, 2021, 12:51:55 PM (2 years ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
1b97976c
Parents:
9f5a19fa
Message:

Added support for locks as parameters to mutex stmt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/monitor.hfa

    r9f5a19fa raf67ee1  
    149149void __waitfor_internal( const __waitfor_mask_t & mask, int duration );
    150150
     151// lock and unlock routines for mutex statements to use
     152void lock( monitor$ * this );
     153void unlock( monitor$ * this );
     154
    151155// Local Variables: //
    152156// mode: c //
Note: See TracChangeset for help on using the changeset viewer.