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
I don't kown under what circumstances it will bu greater than 0.
this is not confirm to the calling habits of unix systems.
ret = syscall(_NR_sched_etaffinity,0,maskSize,&mask)
if (ret>0)
{
.....
}
The text was updated successfully, but these errors were encountered:
innosilion
changed the title
Whythe return value will be greater than 0 when calling syscall(__NR_sched_getaffinity) in framework/delibs/dethread/unix/deThreadUnix.c
Why the return value will be greater than 0 when calling syscall(__NR_sched_getaffinity) in framework/delibs/dethread/unix/deThreadUnix.c
Jun 21, 2024
I don't kown under what circumstances it will bu greater than 0.
this is not confirm to the calling habits of unix systems.
ret = syscall(_NR_sched_etaffinity,0,maskSize,&mask)
if (ret>0)
{
.....
}
The text was updated successfully, but these errors were encountered: