- Timestamp:
 - Nov 1, 2018, 1:01:44 PM (7 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/kernel/kern/rpc.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/kernel/kern/rpc.c
r583 r591 929 929 // call relevant kernel function 930 930 if ( action == DELETE_ALL_THREADS ) process_delete_threads ( process , client_xp ); 931 else if ( action == BLOCK_ALL_THREADS ) process_block_threads ( process , client_xp);931 else if ( action == BLOCK_ALL_THREADS ) process_block_threads ( process ); 932 932 else if ( action == UNBLOCK_ALL_THREADS ) process_unblock_threads( process ); 933 933  
Note: See TracChangeset
          for help on using the changeset viewer.
      