Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #1280
| Newsgroups | comp.programming.threads |
|---|---|
| Date | 2013-01-03 15:05 -0800 |
| Message-ID | <26d3a04e-9275-47ce-97cc-f1a2ce8fd58f@googlegroups.com> (permalink) |
| Subject | how to implement per-thread timer in a multi-thread program? |
| From | steve.peng.dr@gmail.com |
I want to build a timer for each thread, and the timer must be thread- safe. How to do that? My environment is Linux and Pthread. Thanks.
Back to comp.programming.threads | Previous | Next — Next in thread | Find similar
how to implement per-thread timer in a multi-thread program? steve.peng.dr@gmail.com - 2013-01-03 15:05 -0800 Re: how to implement per-thread timer in a multi-thread program? Robert Wessel <robertwessel2@yahoo.com> - 2013-01-05 01:58 -0600
csiph-web