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 2 3 4 5 6 ... 20
Title Δ
Concurrent HashMap thread safety and happens-before relationship 0.00
Thread-safe comparison of an enum value in Java 0.00
How to distinguish threads that have locked to different instances? -0.41
Difference between C++ mutex and RTOS xMutex -1.30
Why there is requirement of Thread safe collection? -1.13
What are the impacts of using Object.class lock in synchronized blo... +0.77
Why can't thread2 acquire the lock if thread1 acquires the lock... +0.59
Doing multithreading implicitly? 0.00
What is the difference between atomic code and critical code in mul... 0.00
Avoiding use of global variable while allowing access to object own... 0.00
Does sleep() system call have any drawbacks? +0.42
Thread safety when storing pointers to object in container 0.00
Is there a safe way for a quick exchange of data between threads? +0.58
How does multiple threaded application works in multi processor sys... -1.44
Is there any scenario where using multithreading on a single core C... -2.16
Cache coherency: Threads vs Cores 0.00
Does my thread kill itself once I remove the class instance? 0.00
When do multiple threads access the same code? +0.05
How to run bar() inside foo() if bar() and foo() are mutually exclu... -1.14
ConcurrentHashMap with synchronized -1.31
SharedArray Deadlock and raise Conditions +0.81
memcpy a pointer to a char buffer 0.00
Can a thread waiting on a condititionable variable be woken up by a... -1.30
Does Thread.yield() do anything if we have enough processors to ser... +0.56
can pthread_cond_signal make more than one thread to wake up? -1.34
How to call Object Methods while object is in a thread? Ruby (not r... 0.00
is my code thread-safe ? how to achieve thread safety in this if not? -1.73
How to reattach thread or wait for thread completion before exiting -0.68
whats actually join() method is doing in Tread? +0.22
Understanding coroutine 0.00
Getting results back to the caller from worker threads +0.18
How to use mutex correctly as parameter for a memberfunction in a t... -0.87
wait() does not free all current locks, how it can be done? -0.43
How to distinguish RUNNING state from java.lang.Thread.State.RUNNAB... +0.56
Maintain reference then assign new object thread safe? -1.24
Synchronizing on AtomicBoolean? -1.28
What's difference between request's thread and program'... +0.66
How to unblock all threads waiting on a semaphore? +0.56
Why disabling interrupts achieves mutual exclusion in uni-processor... +0.35
Locking does not lock my variable as I want it to -0.61
Are Synchronized Blocks needed for Blocking Queues -0.96
Does modification order contribute to happens-before relationship? -0.48
Java parallel volatile i++ -1.49
how does start() method of thread class call run() method of child... +0.55
How make 3 threads print in sequence -0.00
C++: ensure in compile-time that function is only called on a speci... -1.81
How does HashMap.computeIfAbsent fail under multithreaded use? -1.32
Is synchronization for variable change cheaper then for something e... -0.21
How does a semaphore release from another thread? -0.45
Why is there no easy way to wake up a specific thread in Java? -0.20