<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
		<id>https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?action=history&amp;feed=atom&amp;title=EosPThread</id>
		<title>EosPThread - 変更履歴</title>
		<link rel="self" type="application/atom+xml" href="https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?action=history&amp;feed=atom&amp;title=EosPThread"/>
		<link rel="alternate" type="text/html" href="https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=EosPThread&amp;action=history"/>
		<updated>2026-05-14T09:40:54Z</updated>
		<subtitle>このウィキのこのページに関する変更履歴</subtitle>
		<generator>MediaWiki 1.23.6</generator>

	<entry>
		<id>https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=EosPThread&amp;diff=2777&amp;oldid=prev</id>
		<title>Admin: ページの作成:「General/'''eosPThread'''は、Eos上でpthreadを利用するためのユーティリティです。  == 制御変数 ==  extern int __eosPThread__=0 　ライブラ...」</title>
		<link rel="alternate" type="text/html" href="https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=EosPThread&amp;diff=2777&amp;oldid=prev"/>
				<updated>2013-11-16T04:19:24Z</updated>
		
		<summary type="html">&lt;p&gt;ページの作成:「General/&amp;#039;&amp;#039;&amp;#039;eosPThread&amp;#039;&amp;#039;&amp;#039;は、Eos上で&lt;a href=&quot;/EosJ/index.php?title=pthread&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;pthread (存在しないページ)&quot;&gt;pthread&lt;/a&gt;を利用するためのユーティリティです。  == 制御変数 ==  extern int __eosPThread__=0 　ライブラ...」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;General/'''eosPThread'''は、Eos上で[[pthread]]を利用するためのユーティリティです。&lt;br /&gt;
&lt;br /&gt;
== 制御変数 ==&lt;br /&gt;
 extern int __eosPThread__=0&lt;br /&gt;
　ライブラリ内でpthreadを利用するかどうかを判断するためのフラグです。&lt;br /&gt;
&lt;br /&gt;
 extern int __eosPThreadNum__=1&lt;br /&gt;
　ライブラリ内で利用するthreadの数です。&lt;br /&gt;
&lt;br /&gt;
== 制御関数 ==&lt;br /&gt;
 extern void eosPThreadInit   (eosPThread* t, int max, int mode);&lt;br /&gt;
 extern int  eosPThreadCreateOnWaitingThread (eosPThread* t, void* (*start_routine)(void *), void * arg, int mode);&lt;br /&gt;
 extern int  eosPThreadCreate (eosPThread* t, int i, void* (*start_routine)(void *), void * arg, int mode);&lt;br /&gt;
 extern void eosPThreadJoin   (eosPThread* t, int i, int mode);&lt;br /&gt;
 extern void eosPThreadJoinAll(eosPThread* t, int mode);&lt;br /&gt;
&lt;br /&gt;
 extern void eosPThreadMutexInit(eosPThread* t);&lt;br /&gt;
 extern void eosPThreadMutexLock(eosPThread* t);&lt;br /&gt;
 extern void eosPThreadMutexUnlock(eosPThread* t);&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>