commit | 414c39fc94ba43d7dadc694ebd902eed0261417c | [log] [tgz] |
---|---|---|
author | Niranjhana N <niranjhana.n@intel.com> | Wed Apr 11 16:00:09 2018 +0530 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jul 19 08:46:33 2018 -0400 |
tree | 1a787d4ec85ff9673bdcea6d8a3953eca3266f15 | |
parent | f84caef220438e53b0a997ce03e76a58d104304a [diff] |
posix: add pthread_key and pthread_once APIs Added 4 new pthread_key APIs for thread-specific data key creation, deletion, setting and getting the values. Added a key list to the posix_struct for threads. Added pthread_once API. Signed-off-by: Niranjhana N <niranjhana.n@intel.com>