saprykin / plibsys

Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
MIT License
684 stars 75 forks source link

Add stack size as a new thread parameter #17

Closed saprykin closed 8 years ago

saprykin commented 8 years ago

p_uthread_create_full() should accept the additional stack size parameter.

saprykin commented 8 years ago

Done in dcf3a94f20fb38bdf15902bc909e218758217aa7.