Changeset a344425
- Timestamp:
- Apr 1, 2021, 8:07:45 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:
- 8c3a3a14
- Parents:
- fd1f65e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/ready_queue.cfa
rfd1f65e ra344425 245 245 246 246 #if !defined(__CFA_NO_STATISTICS__) 247 const bool external = cltr == kernelTLS().this_processor->cltr;247 const bool external = (!kernelTLS().this_proc_id->full_proc) || (cltr != kernelTLS().this_processor->cltr); 248 248 #endif 249 249
Note: See TracChangeset
for help on using the changeset viewer.