Changeset 550616e5 in rtems
- Timestamp:
- Jul 3, 2017, 5:28:15 AM (2 years ago)
- Branches:
- master
- Children:
- 3e782743
- Parents:
- 9b07f5e
- git-author:
- Sebastian Huber <sebastian.huber@…> (07/03/17 05:28:15)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/04/17 13:15:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/src/threaddispatch.c
r9b07f5e r550616e5 249 249 if ( cpu_self->dispatch_necessary ) { 250 250 _Profiling_Thread_dispatch_disable( cpu_self, 0 ); 251 _Assert( cpu_self->thread_dispatch_disable_level == 0 ); 251 252 cpu_self->thread_dispatch_disable_level = 1; 252 253 _Thread_Do_dispatch( cpu_self, level );
Note: See TracChangeset
for help on using the changeset viewer.