Changes in src/libcfa/concurrency/kernel [0f56058:094476d]
- File:
-
- 1 edited
-
src/libcfa/concurrency/kernel (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel
r0f56058 r094476d 10 10 // Created On : Tue Jan 17 12:27:26 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Apr 10 14:46:49 201813 // Update Count : 1012 // Last Modified On : Sat Jul 22 09:58:39 2017 13 // Update Count : 2 14 14 // 15 15 … … 19 19 20 20 #include "invoke.h" 21 #include " time_t.h"21 #include "bits/cfatime.h" 22 22 23 23 extern "C" { … … 49 49 50 50 // Preemption rate on this cluster 51 Durationpreemption_rate;51 __cfa_time_t preemption_rate; 52 52 }; 53 53 54 extern Durationdefault_preemption();54 extern __cfa_time_t default_preemption(); 55 55 56 56 void ?{} (cluster & this);
Note:
See TracChangeset
for help on using the changeset viewer.