You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/lib/ProcessFramework.cpp:537:16: error: use of undeclared identifier
'CLOCK_REALTIME'
clock_gettime(CLOCK_REALTIME, &ts);
^
src/lib/ProcessFramework.cpp:541:3: error: use of undeclared identifier
'sem_timedwait'
sem_timedwait(_psem, &ts);
^
src/lib/ProcessFramework.cpp:543:3: error: use of undeclared identifier
'sem_timedwait'
sem_timedwait(&_sem, &ts);
The text was updated successfully, but these errors were encountered:
Fails with following error:
The text was updated successfully, but these errors were encountered: