Changeset 301071a for libcfa/src/bits


Ignore:
Timestamp:
Oct 11, 2022, 5:58:13 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
116a2ea
Parents:
95bda0a
git-author:
Peter A. Buhr <pabuhr@…> (10/11/22 17:55:46)
git-committer:
Peter A. Buhr <pabuhr@…> (10/11/22 17:58:13)
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/locks.hfa

    r95bda0a r301071a  
    1313// Created On       : Tue Oct 31 15:14:38 2017
    1414// Last Modified By : Peter A. Buhr
    15 // Last Modified On : Mon Sep 19 18:51:53 2022
    16 // Update Count     : 17
     15// Last Modified On : Tue Sep 20 22:09:50 2022
     16// Update Count     : 18
    1717//
    1818
     
    6464                        #ifndef NOEXPBACK
    6565                                // exponential spin
    66                         for ( volatile unsigned int s; 0 ~ spin ) Pause();
     66                                for ( volatile unsigned int s; 0 ~ spin ) Pause();
    6767
    6868                                // slowly increase by powers of 2
Note: See TracChangeset for help on using the changeset viewer.