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/actor.hfa

    r34d194c r97c75bf  
    205205        this.msgs_stolen = 0;                                                           // number of messages stolen
    206206        #endif
    207         this.stamp = rdtscl();
     207        this.stamp = rdtsc();
    208208}
    209209
     
    631631                        CHECK_TERMINATION; // check for termination
    632632
    633                         __atomic_store_n( &executor_->w_infos[id].stamp, rdtscl(), __ATOMIC_RELAXED );
     633                        __atomic_store_n( &executor_->w_infos[id].stamp, rdtsc(), __ATOMIC_RELAXED );
    634634                       
    635635                        #ifdef ACTOR_STATS
Note: See TracChangeset for help on using the changeset viewer.