Welcome, Guest. Please login or register.

Author Topic: Start of task/process list  (Read 2605 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline kwoolridgeTopic starter

  • Newbie
  • *
  • Join Date: Sep 2007
  • Posts: 8
    • Show all replies
Start of task/process list
« on: June 01, 2017, 03:01:27 PM »
I would like to walk the task/process list to determine all the currently running tasks/processes.  However, I do not see any library function that will get me the
start of the list.

Does anyone know how I can accomplish this?
 

Offline kwoolridgeTopic starter

  • Newbie
  • *
  • Join Date: Sep 2007
  • Posts: 8
    • Show all replies
Re: Start of task/process list
« Reply #1 on: June 02, 2017, 08:01:06 PM »
Thank you for your example.  I compiled it okay.  However, when I attempt to link it, the linker (blink from SAS C) complains about an undefined symbol __XCOVF.  I am not very familiar with C/C++ so I am not sure about this.  Can you explain this symbol, please?
 

Offline kwoolridgeTopic starter

  • Newbie
  • *
  • Join Date: Sep 2007
  • Posts: 8
    • Show all replies
Re: Start of task/process list
« Reply #2 on: June 04, 2017, 12:49:59 PM »
Thank you all!  I got the program above working.