Under Linux, QT calls function calls in non-standard libraries----------such as Pthread_create, pthread_cond_***,

Source: Internet
Author: User

Create a new thread using the POSIX standard Pthread_creaet function call in QT under Linux and compile it with the following code

extern "C" {
#include <pthread.h>
}

However, the new thread was not successfully created after running and no error was found !!

( There are additions when compiling links: -lpthread) One of the reasons I am not clear ...

and pthread_mutex_*** (mutex), pthread_cond_*** (conditional variable) and other related function estimation also invalid ...


Later, using the method provided by netizens: The C file is created as a function library, and then called in Qt.

To create a function library concrete methods Link: http://wenku.baidu.com/view/1f26d41455270722192ef722.html

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Under Linux, QT calls function calls in non-standard libraries----------such as Pthread_create, pthread_cond_***,

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.