Search code examples
Is it safe to do pthread_join on a thread that has been attached to JVM using JNI's AttachCurren...


javac++multithreadingjava-native-interfacepthreads

Read More
How are types like pthread_mutex_t implemented in C?...


cpthreadsfreesoftware-design

Read More
What happens on Linux (and MacOS) if a process receives a signal while waiting on pthread_cond_wait?...


clinuxmacospthreadssignals

Read More
pthread_mutex_init failed while using qemu aarch-64...


debuggingpthreadsembedded-linuxqemuarm64

Read More
argument provided to the thread function prints garbage in pthread...


cpthreads

Read More
how can i run these two proceses normally in c language?...


cpipepthreadsfork

Read More
How is GCC's __thread implemented?...


cmultithreadinggccpthreadsthread-local-storage

Read More
Pthread create as detached...


cpthreadsdetach

Read More
Difference between pthread and fork on gnu/Linux...


linux-kernelpthreadsfork

Read More
Is it possible to use thread_info() or pthread_mach_thread_np() to know if a thread has been termina...


c++macospthreads

Read More
Taking a snapshot of state asynchronosly...


c++multithreadingpthreadsscheduling

Read More
pthread_mutex_lock.c:62: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed...


c++multithreadingpthreadsc++11

Read More
If pthread_cond_wait() requires locked mutex, doesn't it block the thread which changed conditio...


cmultithreadingpthreadsmutexcondition-variable

Read More
PROCESS_SHARED/ROBUST pthread_mutex_t dealocks instead of returning EOWNERDEAD...


c++linuxpthreadsmutexdeadlock

Read More
Inherit pthread local data...


cmultithreadingpthreads

Read More
Multithreaded AES ECB encryption...


c++multithreadingconcurrencypthreadsaes

Read More
Why does reading a file by creating a new thread take more time than not using a new thread?...


cmultithreadingfileiopthreads

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


clangpthreadslockingwarningsmutex

Read More
order of calling pthread_cond_signal and change condition variable...


c++cpthreadscondition-variable

Read More
How do I successfully compile and run a rust program with threading and SDL2 for webassembly via ems...


rustpthreadssdl-2rust-cargoemscripten

Read More
Get current pthread cpu usage Mac OS X...


cmacospthreadscpu-usage

Read More
Multi-threaded C program much slower in OS X than Linux...


clinuxmultithreadingmacospthreads

Read More
posix threads (pthreads) standard...


clinuxpthreadsposixstandards

Read More
Why pthread_create can not obtain parameters correctly...


clinuxpthreads

Read More
C pthreads - Why is `sleep` interrupted by a thread cancellation request despite cancel state being ...


cmultithreadingpthreads

Read More
Is calling pthread_sigmask before creating a thread thread-safe...


c++centospthreadssignalsrace-condition

Read More
Does thread creation trigger page faults in Linux? How does it relate to soft-dirty PTEs?...


linuxmultithreadinglinux-kernelpthreadspage-fault

Read More
Does pthread_cond_wait(&cond_t, &mutex); unlock and then lock the mutex?...


cpthreadsmutex

Read More
Problem with process reading from unnamed pipe or updating variable in shared memory C, linux...


cprocesspipepthreadsshared-memory

Read More
Race condition in C...


cmultithreadingthread-safetypthreadsmutex

Read More
BackNext