Changeset af67ee1 for libcfa/src/concurrency/monitor.hfa
- Timestamp:
- Aug 27, 2021, 12:51:55 PM (2 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- 1b97976c
- Parents:
- 9f5a19fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/monitor.hfa
r9f5a19fa raf67ee1 149 149 void __waitfor_internal( const __waitfor_mask_t & mask, int duration ); 150 150 151 // lock and unlock routines for mutex statements to use 152 void lock( monitor$ * this ); 153 void unlock( monitor$ * this ); 154 151 155 // Local Variables: // 152 156 // mode: c //
Note: See TracChangeset
for help on using the changeset viewer.