Currently all posix APIs are put into single files (pthread.c). This patch creates separate files for different API areas. Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| pthread_barrier.c | ||
| pthread_common.c | ||
| pthread_cond.c | ||
| pthread_mutex.c | ||