gpt4 book ai didi

c - 如何在c中为函数定义超时

转载 作者:太空宇宙 更新时间:2023-11-04 07:26:58 26 4
gpt4 key购买 nike

<分区>

我试图在 c 中实现超时机制。我想要一个特定的函数执行 15 秒。如果执行时间超过 15 秒,程序应该终止。

例如:

void somefunction()
{
//------------
}
void main()
{
somefunction();//this function should have execution time of 30 seconds.
//If it takes more than 30 seconds it should timeout and pop and error.

}

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