Changeset 3143f28
- Timestamp:
- Mar 25, 2021, 2:42:38 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- bd0bdd37
- Parents:
- 86dc95d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/ready_queue.cfa
r86dc95d r3143f28 39 39 #endif 40 40 41 #define BIAS 1641 #define BIAS 4 42 42 43 43 // returns the maximum number of processors the RWLock support … … 352 352 353 353 #if !defined(__CFA_NO_STATISTICS__) 354 if(locali) { 355 __tls_stats()->ready.pick.pop.local++; 356 } 357 if(localj) { 354 if(locali && localj) { 358 355 __tls_stats()->ready.pick.pop.local++; 359 356 }
Note: See TracChangeset
for help on using the changeset viewer.