Index of /perry/os/ostep/code/threads-api

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]Makefile 2019-05-30 13:37 346  
[TXT]thread_create.c 2019-05-30 13:37 471  
[TXT]thread_create_simple..>2019-05-30 13:37 437  
[TXT]thread_create_with_r..>2019-05-30 13:37 716  

ostep-code/threads-api

Threads API

Some simple examples of how to use POSIX thread APIs.

Relevant files:

Type make to build; each file foo.c generates an executable foo which
you can then run, e.g.:

prompt> ./thread_create