Changes in src/libcfa/concurrency/kernel [14a61b5:de6319f]
- File:
-
- 1 edited
-
src/libcfa/concurrency/kernel (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel
r14a61b5 rde6319f 53 53 // Preemption rate on this cluster 54 54 Duration preemption_rate; 55 56 // List of idle processors57 // __dllist_t(struct processor) idles;58 55 }; 59 56 … … 127 124 bool pending_preemption; 128 125 129 struct {130 pthread_mutex_t lock;131 pthread_cond_t cond;132 } idle;133 134 126 #ifdef __CFA_DEBUG__ 135 127 // Last function to enable preemption on this processor
Note:
See TracChangeset
for help on using the changeset viewer.