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:
+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.
|
||||
|
||||
Reference in New Issue
Block a user