003 Linux System ProgrammingIssues, queries and suggestions related to Linux, Linux Programming, IPC, Interprocess Communication, Synchronization, Semaphore, System Programming, Linux Software Development. » 003.11.POSIX-Threads
When thread wants to return value to its parent threads or creater threads it give return value in pthread_exit() but this value is stored in thread identification table which is outside of process context ,the creater thread retives this return value using pthread_join system call