Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in mutex
Mutex for Rails Processes
Jun 21, 2022
ruby-on-rails
mutex
How to check if a mutex is not acquired?
Nov 16, 2022
c
pthreads
mutex
Simplest Mutex ever. Does this example work? Is it thread-safe?
Oct 26, 2017
c++
multithreading
parallel-processing
global-variables
mutex
Fastest Way for Java to write mutexes?
Nov 15, 2022
java
multithreading
performance
mutex
Can I read a bool variable in a thread without mutex? [duplicate]
Sep 16, 2022
c++
multithreading
mutex
CloseHandle on a Mutex, before ReleaseMutex - What happens?
Feb 28, 2019
c++
multithreading
mutex
What is the fastest race free method for polling a lockless queue?
Apr 30, 2017
multithreading
queue
mutex
condition-variable
lockless
How locks are implemented on multiple cores
Oct 04, 2022
operating-system
mutex
multicore
locks
multiprocessor
Is my Double-Checked Locking Pattern implementation right?
Jun 01, 2022
c++
multithreading
mutex
atomic
double-checked-locking
How to minimize the mutex locking for an object when only 1 thread mostly uses that object and the other thread(s) use it rarely?
Aug 22, 2022
c++
algorithm
qt
mutex
micro-optimization
boost::mutex::scoped_lock has been used and It sometimes throws the exception
Oct 20, 2018
c++
boost
locking
mutex
boost-thread
Test and Set vs Peterson's Algorithm
Jan 31, 2022
operating-system
locking
mutex
Should I use lock_guard, scoped_lock or unique_lock in this situation?
Sep 12, 2022
c++
c++17
mutex
lock-guard
What happens when pthreads wait in mutex_lock/cond_wait?
Nov 19, 2017
c++
multithreading
pthreads
conditional
mutex
Can I implement a fair "wait on multiple events" with just events, mutexes, and semaphores?
Dec 23, 2021
c++
c
multithreading
mutex
semaphore
How to implement class lock objects for multithreaded access
Feb 06, 2022
c++
multithreading
locking
mutex
How to safely and correctly destroy a mutex in Linux using pthread_mutex_destroy?
Sep 14, 2022
c
linux
pthreads
mutex
race-condition
What is the purpose of standard-layout guarantees for "black box" types?
Sep 29, 2022
c++
mutex
atomic
standard-library
standard-layout
What is the difference between PTHREAD_PRIO_INHERIT and PTHREAD_PRIO_PROTECT?
Aug 23, 2019
c
linux
multithreading
posix
mutex
« Newer Entries
Older Entries »