zephyr/tests/posix
Chris Friedt ce054404a2 posix: use uint32_t instead of void* for pthread_t
Several other widely-used pthread implementations
abstract `pthread_t` as `uint32_t`. The benefit
there is that we avoid passing around a pointer to
an internal structure (implementation detail).

Additionally, this removes the alias from `k_tid_t`
to `pthread_t` inside of `struct pthread_mutex`.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2022-11-02 15:39:44 +09:00
..
common posix: use uint32_t instead of void* for pthread_t 2022-11-02 15:39:44 +09:00
eventfd test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
eventfd_basic test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
fs ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
getopt includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00