what is the difference between PTHREAD_INHERIT_SCHED and PTHREAD_EXPLICIT SCHED? By default which sched will be there and how to set it?
what is the difference between PTHREAD_INHERIT_SCHED and PTHREAD_EXPLICIT SCHED ? By default which sched
Share
By default it took
PTHREAD_EXPLICIT_SCHEDThe difference is in the name itself:
INHERITis inherited from parent, explicit is declared explicitly