Search Results

Search: Posts Made By: Kolesar
Forum: SuSE 03-04-2009
6,126
Posted By Kolesar
cross gcc compiler on OpenSUSE
Hi All

I want to create build machine for three architecture (i386, amd64 and ia64) on 32bit machine on OpenSUSE 10.0

I installed:
cross-i386-gcc-icecream-backend-4.3.1_20080507-7.1...
Forum: Programming 02-24-2009
7,758
Posted By Kolesar
Hi again :) I try with semaphore. Program is...
Hi again :)

I try with semaphore. Program is working, but very very slowly :S

void auto_event::set()
{
#if _WIN32
assert(m_evt);
if (!::SetEvent(m_evt))
{
// error out...
Forum: Programming 02-23-2009
7,758
Posted By Kolesar
Hi all thanks for answers I try with...
Hi all

thanks for answers

I try with pthread_cond_*, but i have callback function and i have a big problem.


void auto_event::set()
{
#if _WIN32
assert(m_evt);
if...
Forum: Programming 02-16-2009
7,758
Posted By Kolesar
ResumeThread on POSIX
Hi all

How i can create thread in SUSPENDED mode, and resume when i want.

I have win code with CreateThread (parameter CREATE_SUSPEND), and Resume Thread, but on POSIX with pthread i cant do...
Showing results 1 to 4 of 4

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