- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/locks.hfa
r8a97248 r378de69 640 640 //----------------------------------------------------------------------------- 641 641 // is_blocking_lock 642 forall( L & | sized(L) ) 643 trait is_blocking_lock { 642 trait is_blocking_lock(L & | sized(L)) { 644 643 // For synchronization locks to use when acquiring 645 644 void on_notify( L &, struct thread$ * );
Note:
See TracChangeset
for help on using the changeset viewer.