The threads has the same thread ident but diffent pid, Is it the same thread? Why they has the same thread ident? how can i Judge the same thread? print(f'send_pic {txt} pid:{os.getpid() } tid:{threading.current_thread().ident}') print('send
是的,它使用mips作为系统架构:Linux debian 2.6.32-5-4kc-malta #1 Sat Feb 16 12:43:42 UTC 2013 mips GNU/Linux在strace中,-i选项在syscall的时间打印指令指针。有趣的是,这种结构在spim和Mars中工作得很好,它们都使用li $v0模拟打印/写系统调用,4.我知道Mars和Spim使用它们自己的模拟系统调用。我以为斯特拉斯会帮我找到他们,但这似乎不管用。