Changeset 857081e for libcfa/src


Ignore:
Timestamp:
Nov 21, 2022, 9:02:21 PM (17 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
7bc84b8
Parents:
9fce2572
Message:

change type of yield parameter from unsigned int to size_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel/fwd.hfa

    r9fce2572 r857081e  
    120120
    121121                // Yield: yield N times
    122                 static inline void yield( unsigned times ) {
     122                static inline void yield( size_t times ) {
    123123                        for( times ) {
    124124                                yield();
Note: See TracChangeset for help on using the changeset viewer.