Hi all,

is there any reason that Ns_ThreadStackSize isn't documented?

It's

long Ns_ThreadStackSize(long new_stacksize)

and it sets the per-thread stack size to new_stacksize unless new_stacksize
is 0, and returns the previous per-thread stack size; so,

cur_stacksize = Ns_ThreadStackSize(0)

is a good way to get the current stack size.

--titus

Reply via email to