Search:

Type: Posts; User: NightWolf8800

Search: Search took 0.00 seconds.

  1. Yeah thats what I thought... Done that and it...

    Yeah thats what I thought... Done that and it seems to work... Thanks for your help.

    Quick one... Pthreads & signals - what happens if I send SIGSTOP to a thread using pthread_kill()? Will it...
  2. Quick pthread question - starting paused/suspended

    Hey,

    Is there an easy way to create a thread in a suspended/paused state and the resume it later..?

    I mean I could use a lock/sems... But is there a "nicer" way?

    Cheers.
  3. Thanks for your reply. Yeah, this code doesnt...

    Thanks for your reply.

    Yeah, this code doesnt use any standard libs, all functions were written as stand alone for a MCU.

    To run the apps locally we want to be able to rebuild the source using...
  4. Porting code - Override Functions in STDLIB

    Hey,

    I'm porting some code to Unix, and the library/OS that the original code is running on has some function calls named the same as std unix/posix system calls. For example both systems have a...
Results 1 to 4 of 4