Changeset 85734b3 in rtems
- Timestamp:
- 08/31/98 22:53:42 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- de9edc4
- Parents:
- 90c60f7
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/error.c
r90c60f7 r85734b3 116 116 if (error_flag & RTEMS_ERROR_PANIC) 117 117 { 118 rtems_panic_in_progress++; 119 120 /* disable task switches */ 121 _Thread_Disable_dispatch(); 118 if (rtems_panic_in_progress++) 119 _Thread_Disable_dispatch(); /* disable task switches */ 122 120 123 121 /* don't aggravate things */ -
c/src/lib/libc/error.c
r90c60f7 r85734b3 116 116 if (error_flag & RTEMS_ERROR_PANIC) 117 117 { 118 rtems_panic_in_progress++; 119 120 /* disable task switches */ 121 _Thread_Disable_dispatch(); 118 if (rtems_panic_in_progress++) 119 _Thread_Disable_dispatch(); /* disable task switches */ 122 120 123 121 /* don't aggravate things */ -
c/src/lib/libmisc/error/error.c
r90c60f7 r85734b3 116 116 if (error_flag & RTEMS_ERROR_PANIC) 117 117 { 118 rtems_panic_in_progress++; 119 120 /* disable task switches */ 121 _Thread_Disable_dispatch(); 118 if (rtems_panic_in_progress++) 119 _Thread_Disable_dispatch(); /* disable task switches */ 122 120 123 121 /* don't aggravate things */ -
c/src/libmisc/error/error.c
r90c60f7 r85734b3 116 116 if (error_flag & RTEMS_ERROR_PANIC) 117 117 { 118 rtems_panic_in_progress++; 119 120 /* disable task switches */ 121 _Thread_Disable_dispatch(); 118 if (rtems_panic_in_progress++) 119 _Thread_Disable_dispatch(); /* disable task switches */ 122 120 123 121 /* don't aggravate things */ -
cpukit/libcsupport/src/error.c
r90c60f7 r85734b3 116 116 if (error_flag & RTEMS_ERROR_PANIC) 117 117 { 118 rtems_panic_in_progress++; 119 120 /* disable task switches */ 121 _Thread_Disable_dispatch(); 118 if (rtems_panic_in_progress++) 119 _Thread_Disable_dispatch(); /* disable task switches */ 122 120 123 121 /* don't aggravate things */
Note: See TracChangeset
for help on using the changeset viewer.