Ignore:
Timestamp:
Jul 5, 2026, 11:13:26 PM (4 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
97c75bf
Parents:
3859adb
git-author:
Peter A. Buhr <pabuhr@…> (07/05/26 23:05:57)
git-committer:
Peter A. Buhr <pabuhr@…> (07/05/26 23:13:26)
Message:

move libcfa/src/concurrency/atomic.hfa to libcfa/src/bits/atomic.hfa, and update all the atomic operations

Location:
libcfa/src/concurrency
Files:
1 deleted
2 edited

Legend:

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

    r3859adb r34d194c  
    1919#include "bits/defs.hfa"
    2020#include "bits/debug.hfa"
     21#include "bits/atomic.hfa"                                                              // Pause
    2122
    2223#ifdef __cforall
  • libcfa/src/concurrency/locks.hfa

    r3859adb r34d194c  
    1111// Created On       : Thu Jan 21 19:46:50 2021
    1212// Last Modified By : Peter A. Buhr
    13 // Last Modified On : Sun Mar 29 22:46:39 2026
    14 // Update Count     : 68
     13// Last Modified On : Sat Jul  4 06:52:06 2026
     14// Update Count     : 70
    1515//
    1616
     
    2121
    2222#include "bits/weakso_locks.hfa"
     23#include "bits/atomic.hfa"
    2324#include "collections/lockfree.hfa"
    2425#include "collections/list.hfa"
Note: See TracChangeset for help on using the changeset viewer.