Search code examples
What does "Performing Test CMAKE_HAVE_LIBC_PTHREAD" failed actually mean?...


cmakepthreads

Read More
What happens if you call exit(0) while other threads are still running?...


c++pthreads

Read More
How does Linux terminate processes?...


linuxprocesslinux-kernelpthreadssigkill

Read More
How do I get a thread ID from an arbitrary pthread_t?...


clinuxunixpthreadssystem-calls

Read More
How to implement a producer/consumer thread scheme in C using pthreads -- pthread_mutex not behaving...


cmultithreadingpthreadsmutexproducer-consumer

Read More
How do you declare a recursive mutex with POSIX threads?...


cmultithreadingpthreadsmutexrecursive-mutex

Read More
How to set the stacksize with C++11 std::thread...


c++multithreadingc++11pthreads

Read More
How to fix clang warning "acquiring mutex 'lock' requires negative capability '!loc...


clangpthreadslockingwarningsmutex

Read More
Valgrind: Still Reachable Leak detected by Valgrind...


cpthreadsvalgrind

Read More
Why does thread 1 not exit?...


cpthreads

Read More
Why glibc and pthread library both defined same APIs?...


linuxgccpthreadsglibc

Read More
C++11: Is std::thread on linux depending on pthread library?...


linuxmultithreadingc++11pthreads

Read More
Is there an invalid pthread_t id?...


cpthreadsposix

Read More
Is it still possible to set thread affinity in macOS?...


macosoperating-systempthreadsaffinity

Read More
Why pthread_rdlock doesn`t downgrade the lock?...


cpthreadslockingposix

Read More
munmap shared memory with locked robust mutex makes it deadlock, why?...


clinuxpthreadsposixmutex

Read More
pthread condition variables on Linux, odd behaviour...


linuxsynchronizationpthreads

Read More
Implementing timed events in C...


clinuxtimerpthreadsintervals

Read More
Linux: detect at runtime that a process have multiple threads...


linuxmultithreadingpthreadsglibc

Read More
Signal handling in multi-threaded scenario...


pthreadssignalscommon-lisp

Read More
dispatch_main and main thread stack...


c++pthreadslibdispatchnoreturnpthread-exit

Read More
when is `-pthread` necessary?...


multithreadinggccclangpthreads

Read More
How to join a thread that is hanging on blocking IO?...


clinuxmultithreadingpthreads

Read More
how can I tell if pthread_self is the main (first) thread in the process?...


c++linuxpthreads

Read More
Repeated short identical parallel jobs...


cmultithreadingpthreadsposix

Read More
How do you implement a singleton efficiently and thread-safely?...


c++singletonthread-safetypthreads

Read More
pthread error code 3029 on the as400/IBM I?...


cmultithreadingpthreadsibm-midrange

Read More
SIGINT while doing std::thread::join()...


c++linuxmultithreadingpthreads

Read More
pthread_rwlock_wrlock after pthread_rwlock_rdlock does not return EDEADLK...


clinuxgccpthreads

Read More
program hangs on pthread_rwlock_wrlock?...


clinuxpthreads

Read More
BackNext