Search Results

Search: Posts Made By: m_enayah
Forum: Programming 01-11-2009
3,164
Posted By m_enayah
How can I parallize using pthread
Hi all,

How can i parallize this code in pthread?

for(round=1;round<=16;round++)
{
Expansion(mid, 17 - round - 1, left);
Expansion(mid, round - 1, right);
round++;
Expansion(right, 17...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 08:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy