gpt4 book ai didi

c - wait_event_timeout 的解释

转载 作者:太空宇宙 更新时间:2023-11-04 11:15:14 39 4
gpt4 key购买 nike

我有一部分 linux 内核源代码:

#define wait_event_timeout(wq, condition, timeout)                      \
({ \
long __ret = timeout; \
if (!(condition)) \
__wait_event_timeout(wq, condition, __ret); \
__ret; \
})

我不明白最后一个“__ret;”是什么意思做什么?

谁能解释一下?

最佳答案

这是一个 C 问题:__ret 是该宏的返回值。它也写在 comment above that macro

关于c - wait_event_timeout 的解释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21375457/

39 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com