score: Simplify ISR lock name

This commit is contained in:
Sebastian Huber
2016-09-23 11:56:45 +02:00
parent 94d5b390e5
commit 4e02681b2f

View File

@@ -234,10 +234,7 @@ bool _Thread_Initialize(
the_thread->Scheduler.own_node = scheduler_node;
the_thread->Scheduler.node = scheduler_node;
_Resource_Node_initialize( &the_thread->Resource_node );
_ISR_lock_Initialize(
&the_thread->Wait.Lock.Default,
"Thread Wait Default Lock"
);
_ISR_lock_Initialize( &the_thread->Wait.Lock.Default, "Thread Wait Default" );
_Thread_queue_Gate_open( &the_thread->Wait.Lock.Tranquilizer );
_RBTree_Initialize_node( &the_thread->Wait.Link.Registry_node );
_SMP_lock_Stats_initialize( &the_thread->Potpourri_stats, "Thread Potpourri" );