]> Kevux Git Server - fll/commit
Update: f_thread_create() fixes.
authorKevin Day <thekevinday@gmail.com>
Tue, 19 Jan 2021 03:24:07 +0000 (21:24 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 19 Jan 2021 03:24:07 +0000 (21:24 -0600)
commit2e606ceeb244068daf0a1c6e577716ccfd482a43
tree2660ffa338f1f3c60d4f5224f7a5b2e870ae7311
parent1a01992ae25ee7fd08b630b0a8f010deeb340346
Update: f_thread_create() fixes.

The f_thread_create() function should allow for attribute and argument to be optional.
The pthread_create() allows for attribute to be NULL and I am now also assuming that the passed arguments can also be NULL.
level_0/f_thread/c/thread.c
level_0/f_thread/c/thread.h