tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Reading thread state



Hello,

in main application thread I have valid pthread_t of another thread.
Does NetBSD provide any pthread...() function or another interface for reading thread state ? (RUNNING, DEAD, ZOMBIE)

I found way only with reading of internal __pthread_st.pt_state but I'd like to avoid this way.

Peter



Home | Main Index | Thread Index | Old Index