Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2006/0323/3

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


/sys/lib/acid/thread: print max stack size alongside used.
 [rsc] --rw-rw-r-- M 1061556 glenda sys 6163 Mar 23 11:02 sys/lib/acid/thread
	/n/sourcesdump/2006/0323/plan9/sys/lib/acid/thread:227,233 - 
	/n/sourcesdump/2006/0324/plan9/sys/lib/acid/thread:227,233
	  				sp = *(T.sched);
	  			}
	  			sp = *(T.sched);
	- 			print(top-sp\D, "\n");
	+ 			print(top-sp\D, " / ", T.stksize\D, "\n");
	  			T = T.nextt;
	  		}
	  		P = P.next;


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.