Pithikos / C-Thread-Pool

A minimal but powerful thread pool in ANSI C
MIT License
2.06k stars 603 forks source link

Replace prctl w/ pthread_setname_np ... #25

Closed bpetri closed 8 years ago

bpetri commented 8 years ago

... and using predefined macros to determine the system we're compiling for allows to use the threadpool implementation not only on linux but also on os x.

boxerab commented 8 years ago

+1 For this PR to support OSX