<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>routine - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/routine/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Mon, 06 Dec 2010 03:17:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Linux的pthread中，如何使用C++的类成员函数作为routine函数</title>
		<link>https://www.coder4.com/archives/1215</link>
					<comments>https://www.coder4.com/archives/1215#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 03:17:02 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[pthread]]></category>
		<category><![CDATA[routine]]></category>
		<category><![CDATA[作为]]></category>
		<category><![CDATA[做为]]></category>
		<category><![CDATA[回调]]></category>
		<category><![CDATA[类成员函数]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1215</guid>

					<description><![CDATA[参考了：http://blog.sina.com.cn/s/blog_4cce4f6a0100m6jw.html pthread_create 是 POSIX 标准下创建线程的函数，函数原型是： int pthread_create(pthread_t *thread, pthread_attr_t *attr, void*(*start_routine)(void *), void *arg); 在 C 中，这个函数使用很简单，只要定义一个参数和返回值均为 void * 类型的函[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1215/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
