StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Solomon Slow

Rating
1449.88 (4,532,678th)
Reputation
14,092 (10,141st)
Page: 1 ... 4 5 6 7 8 ... 20
Title Δ
Will recursive_mutex deadlock when locked by 2 threads? -1.77
Why do we need to use thread lock when there is only one thread? (p... +1.57
program went into dead lock using condition variable in c++11 +0.06
c++ threads producer consumer 0.00
In java, does a Thread keep going even if nothing can access it? +0.17
Multi-Threading Can't Drawing Figures in Java 0.00
Why Not Use Instance Objects Instead of ThreadLocal in Java? -0.45
How can I keep a multi-threaded Java/Scala application running? -0.46
Is volatile a good practice to avoid race conditions in C#? +0.05
Why volatile keyword does not help, given that it provides properly... -0.73
Is it possible to invoke different methods by different threads wit... +0.04
What is the use of reentrant function in multi-threaded environment? -1.99
pthread_detach doesn't change anything +0.05
I can't handle this method: Thread.sleep() +0.06
What happens to threads in python when there is no .join()? 0.00
How to implement wait and notify on Scheduled thread in JAVA +0.05
Understanding Synchronized method example in Java 0.00
The static Java method Thread.currentThread() seems to indicate tha... 0.00
What happens if two threads attempt to access the same variable wit... -2.33
Update AtomicInteger from other thread +0.10
How can C have no inner functions, but languages implemented in C c... -0.60
volatile keyword doesnt synchronize the values +0.05
Java thread join() confusion -1.66
Trying to thread.sleep one part of the code but it effects the whol... -1.96
Thread safe Singleton: why the memory model does not guarantee that... -0.64
What's the difference between 'green threads' and '... -0.38
Data check routine isn't working -0.46
Is execution of static method of a class in multi-threaded program... 0.00
How do I use sleep time in my program? -0.45
C++ multithreading - beginner query -1.75
Multi-thread exception and lock +0.31
thread join vs. lock ( or semaphore ) in java 0.00
Why is my producer consumer deadlocking (or livelocking)? 0.00
Synchronization in Java - Thinking in Java example +3.15
Semaphore with queues -0.07
How does capturing and releasing of lock of an object works in java... 0.00
Do process and threads in the programming libraries or modules mean... 0.00
Circular dependency between modules java classes -0.47
I do not understand why it is necessary to protect a single-instruc... -1.37
tryLock() in a loop? -1.42
Calling wait() doesn't stop the correct thread +2.36
Logical & bitwise AND -0.77
Why does Python threading.Condition() notify() require a lock? -0.27
Imposing a lock ordering does not guarantee deadlock prevention if... 0.00
Who blocks who in blocking synchronization? +0.01
C++ pointer to local string literal +0.53
In C++ is it possible to write a lambda that is a condition i.e. ju... +2.35
java thread blocked when calling a time-consuming native method -0.52
std::move operation C++ -0.66
In Java, how can other thread get chance to run after current threa... -0.24