Commit Graph

1 Commits

Author SHA1 Message Date
Niranjhana N 8891beaf84 tests: posix: add test for pthread_key
Added a simple test case for pthread_key, which
tests all the APIs - the thread creates a key,
sets a value to the key, retrieves and asserts
they are equal, and then deletes the key.

Signed-off-by: Niranjhana N <niranjhana.n@intel.com>
2018-07-19 08:46:33 -04:00