StackRating

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

caf

Rating
1610.34 (1,389th)
Reputation
198,224 (240th)
Page: 1 2 3 4 5 ... 59
Title Δ
volatile keyword with mutex and semaphores -0.53
Does a PTHREAD mutex only avoid simultaneous access to a resource,... 0.00
POSIX threads: the best interruption method 0.00
How to wait on any condition variable? 0.00
stdlib-like library on bare metal environment? (memory management a... 0.00
Is it safe to call pthread_create while holding a mutex? 0.00
C - using pthread and waiting for a return value -0.15
wait for all threads finishing one job then doing another +1.98
Do I need to protect fd in multi-threaded read call? 0.00
How to force a thread to start before another one? 0.00
linux clone and pthreads 0.00
Are POSIX Threads User Level? 0.00
Allocate shared memory based on thread computations 0.00
Shortening critical sections in thread-safe (unbalanced) Binary Tree +2.00
Setting scheduling policy SCHED_IDLE or SCHED_BATCH fails with EINV... 0.00
parallelize data processing on multiple cores using pthreads 0.00
What is the type of elements of thread_group list in sched.h? 0.00
Using pthread mutex shared between processes correctly 0.00
Pthreads - Writing a reusable barrier using mutexes and busy waiting 0.00
Pthreads - turning sequential programs into parallel 0.00
Difference between pthread_cond_signal before and after pthread_mut... -0.70
pthread_mutex_timedlock use from Linux assembly language 0.00
POSIX thread, passing multiple arguments to function with a struct +0.39
repeat string instructions uses extra segment (ES) or not? 0.00
Block thread until second changes on system clock 0.00
Share pthread mutex between processes 0.00
Why doesn't the pthread condition variable work 0.00
Implementation of a program to carry out floating point calculation... -0.64
What is the use of flag PF_MEMALLOC 0.00
How does pthread mutex unlock work? And do threads come up at the s... -2.25
Get index of pthread without passing it as an argument to a function. 0.00
kill a tid doesn't return an error 0.00
Does the pthread API provide synchronization in a multiprocessor en... 0.00
C: blocking read should return, if filedescriptor is deleted +0.04
Using a function pointer to pthread_create causes segfault 0.00
Showing deadlock, using Pthreads, on Dining Philosophers 0.00
Does a thread own a mutex after pthread_cond_timedwait times out? 0.00
Why would this thread in my program be starving? 0.00
swapcontext failing in many-to-many thread implementation 0.00
Is it mandatory to join a non-detached thread? 0.00
Global array storing counters updated by each thread; main thread t... +1.53
Linux/C: Check if context switch has occurred from inside thread -0.14
pthread_cond_signal on stack variable not working 0.00
Linux driver set cancellation point 0.00
Trying to scan values with scanf within a loop. Requires secondary... -2.56
Linked List in thread? 0.00
Do pthread mutexes in a single-threaded process need to be re-initi... -1.40
How to handle shared resources with pthread mutex -0.65
Symbol Resolution for ELF 0.00
No real acceleration with pthreads -0.12