Ignore:
Timestamp:
Jul 5, 2026, 11:19:36 PM (5 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9df6059
Parents:
34d194c
Message:

change routine name from rdtscl to rdtsc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/setup.cfa

    r34d194c r97c75bf  
    217217                cq.try_lock  = false;
    218218                cq.id        = MAX;
    219                 cq.ts        = rdtscl();
     219                cq.ts        = rdtsc();
    220220                cq.head      = (volatile __u32 *)(((intptr_t)cq.ring_ptr) + params.cq_off.head);
    221221                cq.tail      = (volatile __u32 *)(((intptr_t)cq.ring_ptr) + params.cq_off.tail);
Note: See TracChangeset for help on using the changeset viewer.