Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Turn work_restart array into a bool in thr_info #210

Closed
wants to merge 1 commit into from

Conversation

luke-jr
Copy link

@luke-jr luke-jr commented Jun 1, 2012

Clean up the separate array of volatile unsigned long with padding inside a struct with a simple bool on thr_info.

@ckolivas
Copy link
Owner

ckolivas commented Jun 2, 2012

I'd rather this was changed into a pthread key or something like that.

@ckolivas ckolivas closed this Jun 2, 2012
@luke-jr
Copy link
Author

luke-jr commented Jun 2, 2012

Well take it or leave it, I'm not writing a bunch of overcomplicated pthread code just to wrap up a bool in some fancier and less efficient way with no benefit.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants