Changeset 97c75bf for libcfa/src/concurrency/ready_queue.cfa
- Timestamp:
- Jul 5, 2026, 11:19:36 PM (5 days ago)
- Branches:
- master
- Children:
- 9df6059
- Parents:
- 34d194c
- File:
-
- 1 edited
-
libcfa/src/concurrency/ready_queue.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/ready_queue.cfa
r34d194c r97c75bf 122 122 // Figure out the current cache is 123 123 const unsigned this_cache = cache_id(cltr, this / __shard_factor.readyq); 124 const unsigned long long ctsc = rdtsc l();124 const unsigned long long ctsc = rdtsc(); 125 125 126 126 if(proc->rdq.target == UINT_MAX) {
Note:
See TracChangeset
for help on using the changeset viewer.