Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in thread-safety

In a Thread Safe Singleton does the return have to be inside the synchronized block

When to use BackgroundWorker or Manage threads on your own? [duplicate]

Is there any way to enter Cocoa multithreaded mode without creating fake NSThread?

How to timeout a semaphore

Is it safe to wait for asynchronous work by joining in the destructor?

Is it possible or reasonable to implement the double-checked locking in Delphi?

How to find out where a thread lock happened?

.net winforms thread-safety

Visual C++ thread safety of free and malloc?

C++11 Can only primitive data types be declared atomic?

Using FlatFileItemReader with a TaskExecutor (Thread Safety)

Is java.lang.Thread itself a thread-safe class?

java thread-safety

Why does this code not throw a NullPointerException?

C++ copy elision for references

Is it OK to create a UIViewController on a background thread?

How to use an AppDomain to limit a static class' scope for thread-safe use?

Should my Scala actors' properties be marked @volatile?

Is this thread safe?

Are memory-mapped files thread safe

Is it safe to use the SHFileOperation in a worker thread?

On the use of static const variable in multi-threaded environment

c++ thread-safety