[libc-tests] Port thread test

Currenlty cannot build this test as we have some un-implemented symbols
PTHREAD_MUTEX_RECURSIVE_NP
PTHREAD_PROCESS_SHARED
PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
PTHREAD_MUTEX_ERRORCHECK_NP

So commiting this to save the work

Change-Id: I5cc20bfce3ee754004c05ee3d7fa5efa9ce83838
2 files changed
tree: d801787fd38a05431758e8d055551233381b38ad
  1. third_party/
  2. .gitignore
  3. AUTHORS
  4. BUILD.gn
  5. LICENSE
  6. main.cc
  7. README.md
README.md

Fuchsia libc tests

This repo contains tools for ensuring the correctness of Fuchsia's libc implementation.