Changeset 633 for trunk/kernel/kern/thread.c
- Timestamp:
- May 28, 2019, 6:10:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/thread.c
r629 r633 1082 1082 ltid_t target_ltid; // target thread local index 1083 1083 xptr_t joining_xp; // extended pointer on joining thread 1084 thread_t * joining_ptr; // pointer on joining thread1085 cxy_t joining_cxy; // joining thread cluster1086 1084 1087 1085 // get target thread cluster and local pointer … … 1143 1141 // get extended pointer on joining thread 1144 1142 joining_xp = (xptr_t)hal_remote_l64( target_join_xp_xp ); 1145 joining_ptr = GET_PTR( joining_xp );1146 joining_cxy = GET_CXY( joining_xp );1147 1143 1148 1144 // reset the join_done flag in target thread
Note: See TracChangeset
for help on using the changeset viewer.