Search the web
Sign In
New User? Sign Up
cheapthreads · cheap_threads
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 82 of 89   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Welcome to the cheapthreads group. This group is a forum for discussion of Cheap Threads, a portable C library for cooperative multitasking. The approach...
Scott McKellar
jm407a
Offline Send Email
May 18, 2003
2:56 pm
2
I just came home from vacation to find the first three members of the cheapthreads group, other than myself. Perhaps it's time to introduce ourselves. I wrote...
Scott McKellar
jm407a
Offline Send Email
Jul 13, 2003
6:57 pm
3
greetings Im using cheap thread in my project and i cant quite make as desired. problem description: one of my modules is a transparent bridge system. (a PC...
xcelcior
blaze01211983
Offline Send Email
Jul 14, 2003
12:31 pm
4
Comments below... ... I'm not sure what you're complaining of. You say that thread 2 runs. It's supposed to. That's what the scheduler does for you -- it...
Scott McKellar
jm407a
Offline Send Email
Jul 15, 2003
2:27 am
5
The previous release of Cheap Threads (v2.5) introduced a reference-counting scheme to reduce the churning of memory associated with the delivery of messages. ...
Scott McKellar
jm407a
Offline Send Email
Jul 27, 2003
1:42 pm
8
Dear Sir Can you write more doc for funciton prototypes' parameters? Which make it more easy to use? Are there any more examples? Gordon From Hong Kong thx...
gordonwkf
gordonwkf@...
Send Email
Aug 6, 2003
5:59 am
9
See response below... ... I tried to provide detailed documentation, but there's always room for improvement. Which parameters are you having problems with? As...
Scott McKellar
jm407a
Offline Send Email
Aug 7, 2003
2:06 am
10
May be lessions of 1(thread) to 1(thread), 1 to many, manay to manay? Anyway, when I get time to read over your source code, I will provide some example for...
gordonwkf
gordonwkf@...
Send Email
Aug 9, 2003
11:52 am
11
It would be nice to have examples of message-passing code, using the three different ways of passing messages: to a single thread, to a class of subscribed...
Scott McKellar
jm407a
Offline Send Email
Aug 9, 2003
9:30 pm
12
I have posted a sample program on the website, named demo1. It is the same sample program that I posted to this group a few weeks ago demo1. It is not linked...
Scott McKellar
jm407a
Offline Send Email
Sep 1, 2003
12:48 pm
13
I've been playing around with the Cheap Threads download package on FreeBSD using the GNU C compiler (gcc) and so far it seems great. However I really need to...
Antz
antz_ii
Offline Send Email
Sep 4, 2003
12:58 pm
14
Oops. I forgot to include compilation guards in ct.h to ensure that the Cheap Threads functions are declared as extern "C" when you #include that header in a...
Scott McKellar
jm407a
Offline Send Email
Sep 5, 2003
4:34 am
15
GREETINGS forgive me but I'm kinda new to multithreaded programming d=) I'm just wondering how to implement a user interface in a multithreaded programming...
xcelcior
blaze01211983
Offline Send Email
Sep 12, 2003
1:32 pm
16
You're asking about non-blocking IO, and the question is not at all trivial.   For many forms of multithreading, there's no problem.  One thread can perform...
Scott McKellar
jm407a
Offline Send Email
Sep 12, 2003
5:29 pm
18
I too was offered a "very" similar offer and it ended up as a hoax. Unfortunately, I lost $200 for this. ... Do you Yahoo!? Yahoo! SiteBuilder - Free,...
xcelcior
blaze01211983
Offline Send Email
Sep 20, 2003
10:22 am
19
As list owner I have already deleted the message in question, along with a couple of earlier spams. That's why, if you look at the full message archive, there...
Scott McKellar
jm407a
Offline Send Email
Sep 20, 2003
2:03 pm
20
Hi! I was searching of some kind of "of target simulation" environment for embedded systems. We are using different kind of RTOS systmes for our products (PABX...
seabueg
Offline Send Email
Oct 7, 2003
8:30 pm
21
... wrote: <snip> ... better. What sort of improvement would you like to suggest? ... If a thread gets caught in an endless loop, there's nothing that Cheap...
Scott McKellar
jm407a
Offline Send Email
Oct 8, 2003
3:23 am
22
Thanks for the fast answer! ... From: Scott McKellar [mailto:mck9@...] Sent: 08 October 2003 05:23 To: cheapthreads@yahoogroups.com Subject:...
Josef Bueger (VI/ABG)
seabueg
Offline Send Email
Oct 8, 2003
5:50 pm
23
The attachments are new prerelease versions of the files ct.h and ctsched.c, implementing a new function ct_return(). This function is intended to be called...
Scott McKellar
jm407a
Offline Send Email
Oct 20, 2003
3:37 am
25
Greetingz all. Once again I have stumbled across a problem using the Cheap_Threads C-code in conjunction with my own C++ code. The story goes a bit like...
Antz
antz_ii
Offline Send Email
Nov 27, 2003
2:34 pm
26
You can't call a C++ member function directly from C. In the case of a non-static member function, the compiler arranges to pass an additional parameter -- a...
Scott McKellar
jm407a
Offline Send Email
Nov 27, 2003
3:52 pm
28
I installed a new release of Cheap Threads that includes the new ct_return() function. I described this function in my posting of October 19. In brief, it...
Scott McKellar
jm407a
Offline Send Email
Jun 1, 2004
4:11 am
53
After almost a year, I have finally updated the documentation on the Cheap Threads website to reflect the new ct_return() function. See my last couple of...
Scott McKellar
jm407a
Offline Send Email
May 16, 2005
5:27 pm
54
im a student im new to this library i need help to run multi tasking in C i need to process the data and simultaniously send it through serial port through a...
dol_roshan
Offline Send Email
Jul 22, 2005
7:52 am
55
Depending on how you write to the serial port, Cheap Threads probably won't help you. The Cheap Threads web site mentions this point on the Pros and Cons ...
Scott McKellar
jm407a
Offline Send Email
Jul 22, 2005
5:41 pm
60
I recently stumbled across a website that says nice things about Cheap Threads. Well, I didn't exactly stumble on it, I was Googling. Anyway here's the URL...
Scott McKellar
jm407a
Offline Send Email
Feb 23, 2006
5:00 am
81
Hi, I want to use the Embedded version of cheap threads in our software and it's a requirement that all our software is MISRA C compliant. Is Embedded cheap...
jadhav_shubhangi
jadhav_shubh...
Offline Send Email
Aug 7, 2007
7:57 am
82
Is Cheap Threads MISRA compliant? In a word, no. Since I had never even heard of MISRA before I saw your post, I obviously have made no effort to comply with...
Scott McKellar
jm407a
Offline Send Email
Aug 7, 2007
2:15 pm
Messages 1 - 82 of 89   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help