Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c++ > #124269

Re: How to inline the main function of a thread?

Path csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail
From Michael S <already5chosen@yahoo.com>
Newsgroups comp.lang.c++
Subject Re: How to inline the main function of a thread?
Date Fri, 10 Jul 2026 19:13:06 +0300
Organization A noiseless patient Spider
Lines 25
Message-ID <20260710191306.00001a33@yahoo.com> (permalink)
References <111vulp$uhlh$1@raubtier-asyl.eternal-september.org> <11206me$10vvd$1@dont-email.me> <1123pg3$23fuu$1@dont-email.me> <11256ip$150r7$1@dont-email.me> <1126bdf$2r6qm$1@dont-email.me> <1127tlv$39ak8$1@dont-email.me> <11293ea$3l5mi$1@dont-email.me> <112aj0r$167v$1@dont-email.me> <112c8m8$m7sl$1@dont-email.me> <112d41p$1cvsj$1@dont-email.me> <112d475$u15l$1@dont-email.me> <112dubv$16l44$1@dont-email.me> <112ed66$1cki5$1@dont-email.me> <112fsft$1qq2h$1@dont-email.me> <20260706214217.000033d0@yahoo.com> <112il2s$2pmav$1@dont-email.me> <20260707203611.000014ff@yahoo.com> <112l5jg$1krau$1@dont-email.me> <20260708221655.000068ea@yahoo.com> <112nnlq$1ne64$1@dont-email.me> <20260709221553.0000565f@yahoo.com> <112qdis$1q2kb$1@dont-email.me> <20260710140224.00000463@yahoo.com> <112qkmc$167tj$1@dont-email.me> <20260710144540.00003af3@yahoo.com> <112r247$1qlsv$1@dont-email.me> <20260710184337.0000625e@yahoo.com> <112r5an$1qp27$1@dont-email.me>
MIME-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
Injection-Date Fri, 10 Jul 2026 16:13:14 +0000 (UTC)
Injection-Info dont-email.me; logging-data="1150208"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ZW/NlXdgteoMqjnKkKH9bsGEpLRsvIE4="; posting-host="440096f09848ac9ddd1c4929b50dd49d"
Cancel-Lock sha1:OboGzAL1ZUEwbKSmzm9qnczQ2HE= sha256:sT9INB/RPG1/1b+V+aKIcMXjCbiERxbHZBBvdqV4NlQ= sha1:6eL2UQO6CaFA2XO+gX+0spLHJDw= sha256:cqWabBuT0OMyvCFL5GXLbkLQ6k3o9qBgzKVqGnVQjjw=
X-Newsreader Claws Mail 4.1.1 (GTK 3.24.34; x86_64-w64-mingw32)
Xref csiph.com comp.lang.c++:124269

Show key headers only | View raw


On Fri, 10 Jul 2026 16:06:47 -0000 (UTC)
boltar@caprica.universe wrote:

> On Fri, 10 Jul 2026 18:43:37 +0300
> Michael S <already5chosen@yahoo.com> gabbled:
> >On Fri, 10 Jul 2026 15:12:08 -0000 (UTC)
> >boltar@caprica.universe wrote:  
> >> I'm thinking window - its a graphical object, just like a bitmap.
> >> Why TF would it care about data of any sort?
> >>   
> >
> >I don't know what is meaning of window in your preferred GUI
> >environment. But on Windows 'window' is not 'graphical' object and
> >not similar to bitmap. It is a graphical user interface object. The
> >most  
> 
> In X Windows a window is an area of screen that has a window outline
> and returns events. Want to process data? Do it elsewhere, the window
> isn't interested.
> 

X is a bad point of comparison - too low level.
Think X-Motif. It is the same era as User32 and likely has similar
concepts. Not that I ever looked.

Back to comp.lang.c++ | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to inline the main function of a thread? Wuns Haerst <Wuns.Haerst@wurstfabrik.at> - 2026-06-30 10:27 +0200
  Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-06-30 01:42 -0700
    Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-06-30 10:44 +0000
      Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-01 12:23 -0700
        Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-02 08:13 +0000
          Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-02 11:41 -0700
            Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-03 08:59 +0000
              Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-07-03 14:41 +0000
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-03 15:59 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-05 13:22 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-06 09:29 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-06 12:31 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-07 10:41 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-07 15:30 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-08 09:38 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-08 14:13 -0700
              Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-03 12:44 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-03 12:45 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-04 09:16 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-04 17:32 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-04 17:35 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-05 08:19 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-05 01:21 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-05 15:48 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-05 13:01 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-06 09:28 +0000
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-06 21:42 +0300
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-06 12:45 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-06 12:53 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-07 15:07 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-07 10:40 +0000
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-07 20:36 +0300
                Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-07-07 18:09 +0000
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-07 21:40 +0300
                Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-07-07 22:11 +0000
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-08 09:34 +0000
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-08 22:16 +0300
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-08 14:16 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-09 08:55 +0000
                Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-07-09 15:18 +0000
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-09 15:43 +0000
                Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-07-10 15:32 +0000
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-10 16:03 +0000
                Re: How to inline the main function of a thread? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2026-07-09 14:07 -0700
                Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-07-10 15:34 +0000
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-09 22:15 +0300
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-10 09:21 +0000
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-10 14:02 +0300
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-10 11:22 +0000
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-10 14:45 +0300
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-10 15:12 +0000
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-10 18:43 +0300
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-10 16:06 +0000
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-10 19:13 +0300
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-11 09:28 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-11 14:41 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-12 15:23 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-13 13:12 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-14 11:05 +0000
                Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-07-14 14:31 +0000
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-14 15:42 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-10 15:33 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-10 15:33 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-08 14:15 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-09 08:55 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-09 12:51 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-10 09:22 +0000
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-10 14:22 +0300
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-10 11:24 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-10 12:32 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-11 09:29 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-11 14:09 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-12 15:15 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-12 10:58 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-13 09:39 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-13 13:14 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-05 13:16 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-06 09:29 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-06 12:49 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-07 10:41 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-07 15:17 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-08 09:38 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-08 14:17 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-09 08:56 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-09 12:53 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-10 09:24 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-10 13:36 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-11 09:30 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-11 14:08 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-07 15:19 -0700
              Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-04 23:36 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-05 08:21 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-05 01:22 -0700
                Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-07-05 14:39 +0000
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-05 15:50 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-12 11:22 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-05 15:49 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-10 00:16 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-10 09:25 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-10 15:36 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-11 09:32 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-11 14:10 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-12 15:18 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-12 11:21 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-13 10:26 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-13 13:05 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-14 10:58 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-14 13:45 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-15 11:23 +0000
                Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-07-15 14:07 +0000
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-15 15:54 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-15 15:51 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-16 10:44 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-16 12:37 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-17 09:26 +0000
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-17 13:32 +0300
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-17 12:00 -0700
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-18 23:12 +0300
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-18 17:15 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-18 17:18 -0700
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-19 04:56 +0300
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-19 05:00 +0300
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-19 13:54 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-19 07:57 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-19 13:54 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-19 13:57 -0700
                Re: How to inline the main function of a thread? boltar@battlestar-galactica.com - 2026-07-20 07:51 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-20 13:15 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-18 17:37 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-16 12:40 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-17 09:27 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-19 13:55 -0700
                Re: How to inline the main function of a thread? boltar@battlestar-galactica.com - 2026-07-20 07:49 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-20 13:16 -0700
                Re: How to inline the main function of a thread? boltar@battlestar-galactica.com - 2026-07-21 15:55 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-21 13:47 -0700
                Re: How to inline the main function of a thread? boltar@battlestar-galactica.com - 2026-07-21 21:13 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-21 14:28 -0700
                Re: How to inline the main function of a thread? boltar@battlestar.co.uk - 2026-07-22 08:01 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-22 13:28 -0700
                Re: How to inline the main function of a thread? boltar@battlestar.co.uk - 2026-07-23 15:01 +0000
                Re: How to inline the main function of a thread? cross@spitfire.i.gajendra.net (Dan Cross) - 2026-07-22 01:53 +0000
                Re: How to inline the main function of a thread? boltar@battlestar.co.uk - 2026-07-22 08:02 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-22 13:30 -0700
                Re: How to inline the main function of a thread? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2026-07-22 16:02 -0700
                Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-07-23 15:00 +0000
                Re: How to inline the main function of a thread? boltar@caprica.space - 2026-07-23 15:05 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-11 14:11 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-12 15:19 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-12 11:02 -0700
                Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-13 09:42 +0000
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-16 13:50 -0700
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-12 23:05 +0300
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-13 13:08 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-16 13:56 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-16 13:58 -0700
            Re: How to inline the main function of a thread? Ross Finlayson <ross.a.finlayson@gmail.com> - 2026-07-03 10:45 -0700
              Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-03 12:36 -0700
          Re: How to inline the main function of a thread? Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2026-07-28 12:50 +0100
  Re: How to inline the main function of a thread? David Brown <david.brown@hesbynett.no> - 2026-06-30 11:07 +0200
    Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-06-30 10:46 +0000
      Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-01 12:25 -0700
        Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-02 08:13 +0000
  Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-06-30 10:41 +0000
  Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-06-30 14:14 +0000
    Re: How to inline the main function of a thread? Bonita Montero <Bonita.Montero@gmail.com> - 2026-06-30 16:30 +0200
      Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-06-30 15:25 +0000
        Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-01 12:30 -0700
        Re: How to inline the main function of a thread? Bonita Montero <Bonita.Montero@gmail.com> - 2026-07-05 14:03 +0200
          Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-07-05 14:41 +0000
            Re: How to inline the main function of a thread? Bonita Montero <Bonita.Montero@gmail.com> - 2026-07-05 20:08 +0200
              Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-05 13:05 -0700
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-05 14:03 -0700
              Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-05 14:36 -0700
              Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-07-06 17:47 +0000
                Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-06 21:49 +0300
                Re: How to inline the main function of a thread? Bonita Montero <Bonita.Montero@gmail.com> - 2026-07-08 15:47 +0200
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-08 14:32 -0700
                Re: How to inline the main function of a thread? Bonita Montero <Bonita.Montero@gmail.com> - 2026-07-09 10:34 +0200
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-09 13:01 -0700
                Re: How to inline the main function of a thread? Bonita Montero <Bonita.Montero@gmail.com> - 2026-07-10 05:58 +0200
                Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-12 11:19 -0700
                Re: How to inline the main function of a thread? Bonita Montero <Bonita.Montero@gmail.com> - 2026-07-17 13:56 +0200
      Re: How to inline the main function of a thread? Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2026-07-28 13:31 +0100
    Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-06-30 15:39 +0000
      Re: How to inline the main function of a thread? Wuns Haerst <Wuns.Haerst@wurstfabrik.at> - 2026-06-30 18:00 +0200
        Re: How to inline the main function of a thread? scott@slp53.sl.home (Scott Lurndal) - 2026-06-30 17:05 +0000
          Re: How to inline the main function of a thread? boltar@caprica.universe - 2026-07-01 08:22 +0000
            Re: How to inline the main function of a thread? Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2026-07-28 14:43 +0100
              Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-28 12:31 -0700
              Re: How to inline the main function of a thread? boltar@uxvz2mpj0o8fzg70vyzzcf46nvx2.biz - 2026-07-29 08:36 +0000
  Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-06-30 23:29 +0300
    Re: How to inline the main function of a thread? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2026-07-04 23:47 -0700
  Re: How to inline the main function of a thread? Wuns Haerst <Wuns.Haerst@wurstfabrik.at> - 2026-07-17 13:45 +0200
    Re: How to inline the main function of a thread? Michael S <already5chosen@yahoo.com> - 2026-07-17 15:23 +0300

csiph-web