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>