Searched defs:pthread_handle_struct (Results 1 – 1 of 1) sorted by relevance
210 struct pthread_handle_struct { struct211 struct _pthread_fastlock h_lock; /* Fast lock for sychronized access */212 pthread_descr h_descr; /* Thread descriptor or NULL if invalid */213 char * h_bottom; /* Lowest address in the stack thread */
Completed in 5 milliseconds