土坯“炼金术”吗?支持 posix pthread 库吗?
当我在c代码中使用pthread_create函数创建线程时,它失败了。
但是,avm2-lib目录中的pthread.h声明了pthread_*函数。
我想知道“炼金术”是否支持线程。
When I use pthread_create function create a thread in the c code, it fails.
But, the pthread.h in the avm2-lib directory is declared pthread_* functions.
I want to know whether the 'Alchemy' support thread.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Alchemy 将 C 代码转换为 ActionScript 代码。所以,它的功能是有限的,没有系统访问权限,没有线程。基本上,它仅用于算术。
Alchemy transforms C code into ActionScript one. So, its capabilities are limited, no system access, no threads. Basically, its for arithmetics only.