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
والد be41c19d3c
کامیت 5cd963feb7
30فایلهای تغییر یافته به همراه4302 افزوده شده و 78 حذف شده
+1 -1
مشاهده پرونده
@@ -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.