Changeset 5 for trunk/kernel/kern/process.c
- Timestamp:
- Apr 26, 2017, 2:11:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/process.c
r1 r5 271 271 spinlock_lock( &process->th_lock ); 272 272 273 // first loop on threads to send the THREAD_SIG_KILL signal to all p eocess threads273 // first loop on threads to send the THREAD_SIG_KILL signal to all process threads 274 274 // we use both "ltid" and "count" indexes, because it can exist "holes" in th_tbl 275 275 for( ltid = 0 , count = 0 ;
Note: See TracChangeset
for help on using the changeset viewer.