zephyr/include/posix
Niranjhana N 414c39fc94 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>
2018-07-19 08:46:33 -04:00
..
sys
mqueue.h
posix_sched.h
pthread_key.h posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
pthread.h posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
semaphore.h
signal.h
time.h
unistd.h