zephyr/arch/posix/include
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
..
asm_inline.h
asm_inline_gcc.h
kernel_arch_data.h
kernel_arch_func.h
kernel_arch_thread.h
kernel_event_logger_arch.h
offsets_short_arch.h
posix_arch_internal.h native: added more proper command line parameters parsing 2018-02-23 07:33:11 -05:00
posix_cheats.h posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
posix_core.h native: native_posix timer + irq fix 2018-02-07 16:28:16 -05:00
posix_soc_if.h