]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mt_list: Implement mt_list_try_lock_prev().
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 25 Mar 2025 16:17:56 +0000 (16:17 +0000)
committerOlivier Houchard <cognet@ci0.org>
Tue, 1 Apr 2025 16:05:30 +0000 (18:05 +0200)
commit17059098e7ba74d5b15964e3f25e4d94251fcce2
treedb3c26a6ae3c835f858c8d54e17f4ea8dbe88c1e
parentfdcb97614cb5dfd2fa58d38fc352f0f37d6858fd
MINOR: mt_list: Implement mt_list_try_lock_prev().

Implement mt_list_try_lock_prev(), that does the same thing
as mt_list_lock_prev(), exceot if the list is locked, it
returns { NULL, NULL } instaed of waiting.
doc/internals/api/mt_list.txt
include/import/mt_list.h