mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
On MIPS architecture helgrind is showing race condition error in printf if the printf is first time called from the child thread. If we call printf from the main for the first time we will suppress this error on mips. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13749
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
main: Hello
|
|
welcome: Welcome
|
|
child: Hi, I'm thread 0
|
|
child: Hi, I'm thread 1
|
|
main: Goodbye
|