StackOverflow Questions for Tag: pthread-exit

Spurthi Dantu
Spurthi Dantu

Reputation: 1

How to prevent memory leaks in pthreads?

Score: -1

Views: 68

Answers: 1

Read More
JasonZhang
JasonZhang

Reputation: 150

what's the meaning of "(void *)2" in c code?

Score: 0

Views: 126

Answers: 1

Read More
ulanny
ulanny

Reputation: 1

How to safely end threads and get back to main?

Score: 0

Views: 109

Answers: 0

Read More
jvwm
jvwm

Reputation: 3

Why does one of my ways of passing retval (void *) to pthread_exit() give unexpected results?

Score: 0

Views: 231

Answers: 1

Read More
albert
albert

Reputation: 1

How to kill the pthread in certain condition

Score: 0

Views: 19

Answers: 0

Read More
beans
beans

Reputation: 31

Can you get the return value of a thread if it exited before you call join?

Score: 0

Views: 21

Answers: 0

Read More
Learner09
Learner09

Reputation: 11

how to handle pthread_kill to exit program normally

Score: 0

Views: 328

Answers: 0

Read More
alsrbok
alsrbok

Reputation: 17

Properties of pthread_exit function : which one is right?

Score: 0

Views: 939

Answers: 1

Read More
user15432248
user15432248

Reputation: 5

pthread_exit() and pthread_join() don't work

Score: 0

Views: 148

Answers: 1

Read More
silvias15Driver
silvias15Driver

Reputation: 1

Pthreads and QT

Score: 0

Views: 234

Answers: 0

Read More
Jin Yang
Jin Yang

Reputation: 3

terminate called without an active exception when calling pthread_exit in segmentation fault handler

Score: 0

Views: 312

Answers: 1

Read More
Shreyas Shrawage
Shreyas Shrawage

Reputation: 420

pthread_exit() throws warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] warning

Score: 0

Views: 273

Answers: 1

Read More
Vineel
Vineel

Reputation: 1450

Incorrect local variable value after pthread_join

Score: 0

Views: 248

Answers: 1

Read More
Gennaro Arguzzi
Gennaro Arguzzi

Reputation: 857

Passing address of an integer variable to pthread_exit

Score: 0

Views: 77

Answers: 0

Read More
Gennaro Arguzzi
Gennaro Arguzzi

Reputation: 857

Thread termination with pthread_exit followed by return - Strange example

Score: 1

Views: 170

Answers: 2

Read More
Ahmed
Ahmed

Reputation: 15

Exit thread with return

Score: 0

Views: 313

Answers: 1

Read More
Diogo Soares
Diogo Soares

Reputation: 168

Error reading returned value from passing struct pointer to pthread_exit() in C

Score: 1

Views: 137

Answers: 1

Read More
Michał
Michał

Reputation: 43

How to convert * to double/float with pthread, pthread_exit

Score: 0

Views: 552

Answers: 1

Read More
Joseph
Joseph

Reputation: 329

Trying to understand how pthread works in C

Score: 0

Views: 560

Answers: 1

Read More
mk09
mk09

Reputation: 373

Close a thread based on a variable value from calling thread

Score: 1

Views: 98

Answers: 2

Read More
PreviousPage 1Next