Skip to content
Commit 90dda935 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

pthread robust mutexes: Fix memmory trashing problem: the main task may also...

pthread robust mutexes:  Fix memmory trashing problem:  the main task may also use mutexes; need to check thread type before accessing pthread-specific mutex data structures.  Problem noted by Jussi Kivilinna.
parent 705185be
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment