nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

sched/kconfig: add PIDHASH_INITIAL_LENGTH

Open yf13 opened this issue 8 months ago • 3 comments

Summary

sched/Kconfig: add PIDHASH_INITIAL_LENGTH option

This adds the flexibility to configure pid hash table length. It allows to provision the table right at once for cases where number of threads are known at design time.

Impact

None

Testing

  • Local test with rv-virt/nsh and rv-virt/nsh64
  • CI checking

yf13 avatar May 30 '24 07:05 yf13