Revert "Revert^2 "Revert "Merge amd-staging into amd-master 20230524"""

This reverts commit be41c19d3c.

Signed-off-by: Hao Zhou <Hao.Zhou@amd.com>
Change-Id: Ibfe63f701719d4eee7c589bd44ab88f720d3105d
This commit is contained in:
Hao Zhou
2023-06-07 11:55:41 +08:00
rodzic be41c19d3c
commit 5cd963feb7
30 zmienionych plików z 4302 dodań i 78 usunięć
+1 -1
Wyświetl plik
@@ -61,7 +61,7 @@ typedef struct shared_mutex_t {
// There is no workaround currently, except to run first
// initialization only before multi-threaded or multi-process
// functionality.
shared_mutex_t shared_mutex_init(const char *name, mode_t mode);
shared_mutex_t shared_mutex_init(const char *name, mode_t mode, bool retried=false);
// Close access to the shared mutex and free all the resources,
// used by the structure.