Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BOOL vxTas (void * address)我的工作是为 Linux重新实现 vxWorks 功能
BOOL vxTas (void * address)
我通过谷歌找到了一些文档。对吗,vxTas 检查一个变量,如果未设置,它将设置它并返回 TRUE,否则返回 FALSE。
它是 vxWork 对 Test-and-Set 指令的实现。
请参阅“维基百科上的测试和设置”