thr_minstack

Returns the minimum stack size for a thread.

Library:LibC
Classification:UNIX International
Service:Threads

Syntax

  #include <thread.h>
   
  size_t   thr_minstack ( void );
  

Return Values

Returns 16384, the minimum stack size you can specify for a thread.