<?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>gettid - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/gettid/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Mon, 17 Oct 2011 09:06:06 +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老版本下gettid的not declared问题</title>
		<link>https://www.coder4.com/archives/2144</link>
					<comments>https://www.coder4.com/archives/2144#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 16 Sep 2011 10:40:06 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gettid]]></category>
		<category><![CDATA[出错]]></category>
		<category><![CDATA[无法编译]]></category>
		<category><![CDATA[系统调用]]></category>
		<category><![CDATA[编译不过]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2144</guid>

					<description><![CDATA[Linux对线程的支持有点土啊，今天在一台Turbo Linux 13的机器上，使用gettid死活提示： gettid was not declared in this scope.... 网上参考了这篇文章 对于比较老的版本，需要借助系统调用才能完成获取线程ID…… #include &#60;sys/syscall.h&#62; #define gettid() syscall(__NR_gettid)[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2144/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
