pthread support?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
XMunkki
Posts: 3
Joined: Tue Oct 18, 2005 7:03 pm

pthread support?

Post by XMunkki »

Hi,

one porting project requires pthreads. Since I don't have over extensive experience with pthreads, I decided to ask here. Why hasn't it been implemented already? Just wondering if there are some unforseen problems I just don't see yet. The mapping from sceThread commands to pthreads seems relatively straightforward, though some implementation details are hard to reproduce (I presume).

Is someone working on this? I will probably do my own smallish implementation (separate from pspsdk at first) for my own purposes once I have free time.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

I suspect nobody has bothered yet because nobody has had a need until now.

Any code you have to contribute would be greatly welcomed, however. Fire off a message to Oobles to get commit access to the svn repository.
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

ooPo wrote:Any code you have to contribute would be greatly welcomed, however. Fire off a message to Oobles to get commit access to the svn repository.
After you demonstrate that you know how to write working code... :)
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Which was implied by the 'Any code you have to contribute...' part of my sentence. :)
Post Reply