Re: [tuxdroid-user] Tuxdroid ans slug (NSLU2)
Status: Beta
Brought to you by:
ks156
From: David B. <da...@ja...> - 2007-04-24 12:09:23
|
On Tue, 24 Apr 2007 13:19:53 +0200, Philippe Teuwen <ph...@te...> wrote: > What I propose as first step is to use only the libpthread > from the GNU libc (glibc, pkg libc6) and to not mix them with the > libgthread > from the Gnome lib (glib, pkg libglib2.0). > So stick only to the pthread_xxx() fcts described in glibc-doc. > > uClibc should support pthreads properly: > > config UCLIBC_HAS_THREADS > bool "POSIX Threading Support" > depends on !HAS_NO_THREADS > default y In this case, will threads still be converted into different processes? From what I found, this was the behavior with 2.4 kernels: "linux-2.4 didn't have threads; libraries for theading forked processes to do the trick." But DebianSlug uses 2.6.18. Anyway using pthreads instead of gthreads is a first good step for ARM. |