5e184c4cc7
In clang 12.0.1 version, the use of pthread_yield() is deprecated,
use sched_yield() instead.
log:
examples/performance-thread/pthread_shim/main.c:75:9: warning:
'pthread_yield' is deprecated: pthread_yield is deprecated,
use sched_yield instead [-Wdeprecated-declarations]
Bugzilla ID: 745
Fixes:
|
||
---|---|---|
.. | ||
common | ||
l3fwd-thread | ||
pthread_shim | ||
Makefile |