摘要: 超时时间 选用非阻塞方式,原因是一次poll,可以多次read 扩展 <> 必须要的 [] 可选的 阅读全文
posted @ 2022-01-19 22:10 我爱茜茜公主 阅读(51) 评论(0) 推荐(0)
摘要: 查询方式 非阻塞 休眠唤醒 阻塞 阅读全文
posted @ 2022-01-19 21:46 我爱茜茜公主 阅读(39) 评论(0) 推荐(0)
摘要: 1 展开后是这样的,其实是定义了一个函数指针类型的变量 2 __attribute__((used)) const init_fn_t __rt_init_##fn __attribute__((section(".rti_fn."level))) = fn 3 4 5 __attribute__( 阅读全文
posted @ 2022-01-19 18:10 我爱茜茜公主 阅读(54) 评论(0) 推荐(0)