From 020c1e02a6ac26e0b138ed57d781e91634828cfb Mon Sep 17 00:00:00 2001 From: Alexander Bushnev Date: Wed, 9 Oct 2024 13:43:05 +0200 Subject: [PATCH] Change z_mutex_loan to z_mutex_loan_mut in doc (#722) --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index fd6ecddcd..3bce23ee5 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -728,7 +728,7 @@ Ownership Functions See details at :ref:`owned_types_concept` .. c:function:: void z_mutex_drop(z_moved_mutex_t * mutex) -.. c:function:: const z_loaned_mutex_t * z_mutex_loan(const z_owned_mutex_t * mutex) +.. c:function:: z_loaned_mutex_t * z_mutex_loan_mut(z_owned_mutex_t * mutex) Conditional Variable