apache / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
2.74k stars 1.14k forks source link

sched/pthread mutex proto is not setting SEM_TYPE_MUTEX #12498

Open asmatlock opened 3 months ago

asmatlock commented 3 months ago

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.

xiaoxiang781216 commented 3 months ago

@Gary-Hobson is working on this.

acassis commented 3 months ago

@Gary-Hobson any news?