google / marl

A hybrid thread / fiber task scheduler written in C++ 11
Apache License 2.0
1.89k stars 193 forks source link

Fix Android host build #246

Closed jmacnak closed 1 year ago

jmacnak commented 1 year ago

Errors seen on earlier patchsets of aosp/2528699:

error: use of undeclared identifier 'pthread_getaffinity_np'

error: use of undeclared identifier 'pthread_setaffinity_np'; did you mean 'sched_setaffinity'?

Potentially same as https://github.com/google/marl/pull/154 but for the host builds which do not have ANDROID defined?