avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] printf_P is not reenterable


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] printf_P is not reenterable
Date: Mon, 28 Aug 2006 21:54:16 +0200
User-agent: Mutt/1.5.11

As Alexey Boyko wrote:

> Another variant - initialize stdout for each thread, and use fprintf
> with different stdout in different thread.

That's not possible for avr-libc itself, as threads itself are out of
the scope of avr-libc (and most likely are the subject of some kind of
RTOS).  Of course, a thread library could encapsulate that if desired.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]