Ignore:
Timestamp:
Oct 27, 2022, 10:55:20 AM (22 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
8b74fa7
Parents:
7f81ef4
Message:

Added extra check to make sure threads is never double executed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/thread.cfa

    r7f81ef4 r878cfcc  
    5050        random_state = __global_random_mask ? __global_random_prime : __global_random_prime ^ rdtscl();
    5151        #if defined( __CFA_WITH_VERIFY__ )
     52                executing = 0p;
    5253                canary = 0x0D15EA5E0D15EA5Ep;
    5354        #endif
Note: See TracChangeset for help on using the changeset viewer.