zephyr/samples/posix
Christopher Friedt 248324b67a samples: posix: implement philosphers using pthreads
This sample takes a POSIX-y spin on the existing
Dining Philosophers sample application. The objects
used in the POSIX version are pthread_mutex_t, and
the threads are pthread_t.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-01-28 13:01:36 -05:00
..
eventfd samples: doc: Added/Updated README and Makefile for POSIX samples 2024-01-19 10:32:23 +01:00
gettimeofday samples: doc: Added/Updated README and Makefile for POSIX samples 2024-01-19 10:32:23 +01:00
philosophers samples: posix: implement philosphers using pthreads 2024-01-28 13:01:36 -05:00
uname samples: doc: Added/Updated README and Makefile for POSIX samples 2024-01-19 10:32:23 +01:00
posix.rst samples: posix: change Subsystem to API 2024-01-23 10:03:13 +00:00