[okl4-developer] Iguana Documentation

Jorge Torres jorge.torres.maldonado at gmail.com
Wed Oct 10 03:47:09 EST 2007


Hi,

On therad creation:
#include <iguana/thread.h>
void TheradShell_(void *);
void *a;
thread_ref_t     Thread;
Thread=thread_create_simple(ThreadShell_, a, SCHEDPRIORITY);



On 10/9/07, Jorge Torres <jorge.torres.maldonado at gmail.com> wrote:
>
> Hi Martin,
>
> On
> >
> > http://www.ertos.nicta.com.au/software/kenge/iguana-project/latest/userman.pdf
> > I found the Iguana User Manual version
> > DRAFT Document Revision: 1.62 Date: 2005/04/04 01:01:32
> > Unfortunately, this document is pretty "under construction".
>
>
> True, but this still  will help you on iguana basic  understanding.
>
> In the first instance, I'm mostly interested in the possibilities to
> > create some threads and some IPC.
> > The manual mentioned above presents methods like create_thread() es I
> > expected.
>
>
> The simplest way to create threads is to use iguana's
> thread_create_simple  function,
>
> And for IPC, use L4_(ipc) functions well described on okl user manual,
>
>
> My questions are:
> > 1) Is an updated manual for Iguana aviailable? If yes, where?
>
>
> I was working on this newbie guide sometime ago, but unfortunately I
> started working and stoped on it, but I will finish it this week and send it
> to you,
>
> 2) Where are the methods used in the multithread example documented?
> > (e.g. iguana_getenv())
> > 3) Where is the method of creating threads in the SConscript documented?
> > (how can priorities be set?)
> > 4) Why is creating the threads in the SConscript the preferable way?
>
>
> In SConscript you define your iguana's servers or applications.
>
> Thank you very much in advance,
>
>
>
> Hope it helps,
>
> Jorge
>
> Martin
> >
> >
> >
> > _______________________________________________
> > Developer mailing list
> > Developer at okl4.org
> > https://lists.okl4.org/mailman/listinfo/developer
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.okl4.org/pipermail/developer/attachments/20071009/ceaa17a4/attachment.htm 


More information about the Developer mailing list