[Problem] android ndk a record does not support pthread_yield ()

If that
using this function reported the following error:

error: use of undeclared identifier 'pthread_yield'
      pthread_yield();

Forced, using usleep (500) instead of

Guess you like

Origin www.cnblogs.com/ahfuzhang/p/11440072.html