List Question
20 TechQA 2022-11-27T20:29:25.710000How to prevent memory leaks in pthreads?
103 views
Asked by Spurthi Dantu
what's the meaning of "(void *)2" in c code?
89 views
Asked by JasonZhang
How to safely end threads and get back to main?
132 views
Asked by ulanny
Why does one of my ways of passing retval (void *) to pthread_exit() give unexpected results?
184 views
Asked by jvwm
How to kill the pthread in certain condition
39 views
Asked by albert
Can you get the return value of a thread if it exited before you call join?
60 views
Asked by beans
how to handle pthread_kill to exit program normally
315 views
Asked by Learner09
Properties of pthread_exit function : which one is right?
716 views
Asked by alsrbok
pthread_exit() and pthread_join() don't work
167 views
Asked by user15432248
Pthreads and QT
239 views
Asked by silvias15Driver
terminate called without an active exception when calling pthread_exit in segmentation fault handler
308 views
Asked by Jin Yang
pthread_exit() throws warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] warning
297 views
Asked by Shreyas Shrawage
Incorrect local variable value after pthread_join
276 views
Asked by Vineel
Passing address of an integer variable to pthread_exit
78 views
Asked by Gennaro Arguzzi
Thread termination with pthread_exit followed by return - Strange example
165 views
Asked by Gennaro Arguzzi
Exit thread with return
361 views
Asked by Ahmed
Error reading returned value from passing struct pointer to pthread_exit() in C
142 views
Asked by Diogo Soares
How to convert * to double/float with pthread, pthread_exit
591 views
Asked by MichaĆ
Trying to understand how pthread works in C
547 views
Asked by Joseph
Close a thread based on a variable value from calling thread
111 views
Asked by mk09