nuttx
nuttx copied to clipboard
sched/pthread mutex proto is not setting SEM_TYPE_MUTEX
When pthread_mutex_init is called, it should also set the proto with SEM_TYPE_MUTEX so that nxsched_get_stateinfo can report better information for debugging of a thread's state.
@Gary-Hobson is working on this.
@Gary-Hobson any news?
I believe this one was fixed in https://github.com/apache/nuttx/pull/16148
Yes, let's close it.