Changeset aa48536 in rtems
- Timestamp:
- 09/17/96 21:31:10 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 41be2e8
- Parents:
- 9093c3c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/src/psignal.c
r9093c3c raa48536 1286 1286 1287 1287 (void) _POSIX_signals_Unblock_thread( the_thread, sig, NULL ); 1288 1289 the_thread->do_post_task_switch_extension = TRUE; 1290 1291 if ( _ISR_Is_in_progress() && _Thread_Is_executing( the_thread ) ) 1292 _ISR_Signals_to_thread_executing = TRUE; 1288 1293 } 1289 1294 _Thread_Enable_dispatch(); -
cpukit/posix/src/psignal.c
r9093c3c raa48536 1286 1286 1287 1287 (void) _POSIX_signals_Unblock_thread( the_thread, sig, NULL ); 1288 1289 the_thread->do_post_task_switch_extension = TRUE; 1290 1291 if ( _ISR_Is_in_progress() && _Thread_Is_executing( the_thread ) ) 1292 _ISR_Signals_to_thread_executing = TRUE; 1288 1293 } 1289 1294 _Thread_Enable_dispatch();
Note: See TracChangeset
for help on using the changeset viewer.