- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r121be3e rd4e68a6 10 10 // Created On : Tue Jan 17 12:27:26 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Dec 4 07:54:51201913 // Update Count : 1 812 // Last Modified On : Sat Jun 22 11:39:17 2019 13 // Update Count : 16 14 14 // 15 15 … … 20 20 #include "invoke.h" 21 21 #include "time_t.hfa" 22 #include "coroutine.hfa"23 22 24 23 extern "C" { … … 89 88 static inline void ?{}(FinishAction & this) { 90 89 this.action_code = No_Action; 91 this.thrd = 0p;92 this.lock = 0p;90 this.thrd = NULL; 91 this.lock = NULL; 93 92 } 94 93 static inline void ^?{}(FinishAction &) {} … … 135 134 semaphore terminated; 136 135 137 // pthread Stack138 void * stack;139 140 136 // Link lists fields 141 137 struct __dbg_node_proc {
Note:
See TracChangeset
for help on using the changeset viewer.