Subject:
|
Re: The BrickOS Task Manager
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Mon, 5 Jan 2004 13:00:04 GMT
|
Viewed:
|
3803 times
|
| |
| |
in version 2.6.1 (I've just download it)
extern tid_t execi(int (*code_start) (int, char **), int argc, char
**argv, priority_t priority, size_t stack_size);
declare in unistd.h !
So use the tid_t and not the pid_t ! (like say ROSCO)
Does anyone know why thez change pid_t to tid_t ?
nanobapt
|
|
Message has 1 Reply:
Message is in Reply To:
| | Re: The BrickOS Task Manager
|
| (...) Hmm... it doesn't seem to recognize pid_t as a valid type. I have a document of the functions in brickOS that indicates execi returning an int. Which is it? (...) Still confused... I'll post the poignant code: pid_t rowthread; pid_t colthread; (...) (21 years ago, 5-Jan-04, to lugnet.robotics.rcx.legos)
|
15 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|