- Timestamp:
- Nov 19, 2019, 3:56:49 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 665f432
- Parents:
- 21184e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
r21184e3 r57c764c 263 263 // Because of a bug, we couldn't initialized the seed on construction 264 264 // Do it here 265 kernelTLS.rand_seed ^= rdtsc ();265 kernelTLS.rand_seed ^= rdtscl(); 266 266 267 267 processor * this = runner.proc;
Note: See TracChangeset
for help on using the changeset viewer.