Previously, `pthread_mutex_init()` could not actually fail, and destroying mutexes was a no-op, so it was missing in a couple of places. However, with the change of `pthread_mutex_t` to `uint32_t`, and since those are embedded inside of `struct posix_thread` for the time being, the pthread code needs to keep track that it is relinquishes used mutex resources when a thread completes. Signed-off-by: Chris Friedt <cfriedt@meta.com> |
||
|---|---|---|
| .. | ||
| libc | ||
| open-amp | ||
| os | ||
| posix | ||
| smf | ||
| util | ||
| CMakeLists.txt | ||
| Kconfig | ||