Skip to content

Illustrating the use of C11 threads and mutexes by recursively searching a directory for filenames for educational purposes on Libera IRC channel #c.

Notifications You must be signed in to change notification settings

Xatenev/example-c11-threads-file-searcher-mutex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C11 threads and mutexes

Illustrating the use of C11 threads and mutexes by recursively searching a directory for filenames for educational purposes on Libera IRC channel #c.

Compile

make

Run

./build/xfs search-string my-path [my-path-two] [my-path-three] ...

Test

./build/xfs hello test

or

./build/xfs hello test/a test/b

should yield

test/a/hello
test/b/hello

About

Illustrating the use of C11 threads and mutexes by recursively searching a directory for filenames for educational purposes on Libera IRC channel #c.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published