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

This reverts commit 7d508f75ab.

Change-Id: I0f277acf328566485994b0a771b685172541874c
Cette révision appartient à :
Hao Zhou
2023-06-02 10:10:22 +08:00
Parent 7d508f75ab
révision 4e044a1f6c
30 fichiers modifiés avec 4302 ajouts et 78 suppressions
+1 -1
Voir le fichier
@@ -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.