embeddedsw/lib/sw_apps/xilkernel_thread_demo/src
Nava kishore Manne 7a47ffd9e8 Removed executable file permission from source code files.
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
Acked-by: Anirudha Sarangi   <anirudh@xilinx.com>
2015-08-03 18:32:57 +05:30
..
main.c lib:sw_apps:standalone drivers license changes 2015-05-16 14:37:24 +05:30
platform.c lib:sw_apps:standalone drivers license changes 2015-05-16 14:37:24 +05:30
platform.h lib:sw_apps:standalone drivers license changes 2015-05-16 14:37:24 +05:30
README.txt Removed executable file permission from source code files. 2015-08-03 18:32:57 +05:30

Xilkernel Thread Demo
---------------------

This demo provides a simple example of how to create multiple POSIX threads and synchronize with them when they are complete. This example creates an initial master thread. The master thread creates 4 worker threads that go off compute parts of a sum and return the partial sum as the result. The master thread accumulates the partial sums and prints the result. This example can serve as your starting point for your end application thread structure.

References
----------

1. The complete Xilkernel API can be found in the OS and Libraries Reference
   Manual, shipped with your Xilinx Software Installation.