All Articles Tagged critical section

Link/UrlTags
Infinite waiting in coarray critical section[Forums]
Dear,recently I started using the Co-arrays Fortran feature included in Intel Fortran compiler 12.X. It's a great tool! However, I experienced an unexpected behavior if \"critical\" construct is used....

Posted: 2012-01-03 07:06:23
CAF, co-array, COarray, critical section
Practical investigation of critical sections[Knowledgebase]
Recently we have read the post "Managing Lock Contention: Large and Small Critical Sections" where the author touches upon the question of optimizing critical sections. I am not going to retell this post...

Posted: 2010-03-13 14:00:00 by Andrey Karpov
critical section, Paralle Programming
Using Intel® Inspector XE 2011 to Find Data Races in Multithreaded Code[Knowledgebase]
Using Intel® Inspector XE 2011 to Find Data Races in Multithreaded Code (PDF 288KB) Abstract Intel® Inspector XE 2011, one of the three components within the Intel® Parallel Studio XE suite product,...

Posted: 2011-10-24 00:00:00 by Vincent Scotto (Intel)
critical section, data races, Debugger, Intel Parallel Inspector, OpenMP, threading
Using Locks Effectively in Parallel Programming[Knowledgebase]
********************************************** Title of the Research Paper: Using Locks Effectively in Parallel Programming Research Area:Using Locks Effectively in Parallel Programming Team ID: TC2009028 Authors:Rishabh...

Posted: 2009-07-06 00:00:00 by rishabh8086
critical section, lock, lock manager, multi-core, mutex, race condition, spinlock, synchronization, synchronization strategy, synchronized, thread
TBB mutex not safe in Windows shared DLL?[Forums]
I have heard that the mutex object simply uses Critical Sections in Win32.  This is very fast for a process, but isn't safe in a DLL that is used by multiple processes.Is this true?

Posted: 2007-08-24 13:04:38
critical section, dll, mutex