Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    r2210cfc r24e321c  
    1010// Created On       : Tue Jan 17 12:27:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jan  9 19:06:45 2022
    13 // Update Count     : 48
     12// Last Modified On : Thu Dec  5 16:26:03 2019
     13// Update Count     : 44
    1414//
    1515
     
    2727#ifndef _INVOKE_H_
    2828#define _INVOKE_H_
    29 
    30         enum { DEFAULT_STACK_SIZE = 65000 };
    3129
    3230        struct __cfaehm_try_resume_node;
     
    211209                struct processor * last_proc;
    212210
    213                 uint32_t random_state;                                                  // fast random numbers
    214 
    215211                #if defined( __CFA_WITH_VERIFY__ )
    216212                        void * canary;
Note: See TracChangeset for help on using the changeset viewer.