commit | 16637846c2064c610ba8ddd981b408a729a7e674 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Fri Apr 18 16:09:35 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 23 13:19:44 2025 -0600 |
tree | 310f4c328af5fd18463bf293966f51ba7dd5617e | |
parent | c14cfee5967ebc9a581f33a86edd14441bd40cd5 [diff] |
uthread: add uthread_mutex Add struct uthread_mutex and uthread_mutex_lock(), uthread_mutex_trylock(), uthread_mutex_unlock() to protect shared data structures from concurrent modifications. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>