gpt4 book ai didi

linux - msgsnd() 是线程和/或进程安全的吗?

转载 作者:IT王子 更新时间:2023-10-29 01:02:58 24 4
gpt4 key购买 nike

如果两个线程“同时”调用 msgsnd() 函数,将消息发布到同一个消息队列,会发生什么情况?

如果两个进程做同样的事情怎么办?它们是线程还是进程重要吗?

特别关注 Linux 2.6.15-2.5 #1 SMP PREEMPT Tue Sep 19 10:56:25 CDT 2006 x86_64 x86_64 x86_64 GNU/Linux

最佳答案

man page for pthreads告诉你你想知道的:

A thread-safe function is one that can be safely (i.e., it will deliver the same results regardless of whether it is) called from multiple threads at the same time.

POSIX.1-2001 and POSIX.1-2008 require that all functions specified in the standard shall be thread-safe...

msgsnd 是 POSIX 定义的函数之一,不排除在这个要求之外。是两个线程还是两个进程都没有关系。

关于linux - msgsnd() 是线程和/或进程安全的吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1158902/

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