Linux Application Development-Threading

Source: Internet
Author: User

Linux Application Development-Threading

Thread Operation function

Precautions :
Header files: #include <pthread.h>
Build Note: link library-lpthread

1 Creating Threads

int Pthread_create (pthread_t *thread, const pthread_attr, void * (*start_routine) (void *0, void *arg))


2 exiting a thread

void Pthread_exit (void *retval)


3 Child threads exited

void Pthread_join (pthread_t thread, void **retval)


4 Canceling a thread
int Pthread_cancel (pthread_t thread);

Second-Path communication

Three-thread synchronization


1 Mutex
2 Signal Volume

3 Condition variables



Linux Application Development-Threading

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.