Ignore:
Timestamp:
Apr 26, 2017, 2:11:56 PM (7 years ago)
Author:
alain
Message:

Introduce the chdev_t structure in place of the device_t structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/process.c

    r1 r5  
    271271    spinlock_lock( &process->th_lock );
    272272
    273     // first loop on threads to send the THREAD_SIG_KILL signal to all peocess threads
     273    // first loop on threads to send the THREAD_SIG_KILL signal to all process threads
    274274    // we use both "ltid" and "count" indexes, because it can exist "holes" in th_tbl
    275275    for( ltid = 0 , count = 0  ;
Note: See TracChangeset for help on using the changeset viewer.