IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2021, 2:12:35 PM (5 years ago)
Author:
eugene
Message:

stop threads before freeing data when QUIT is called; fuzz added to last task execution was not correctly added to usec -- this made fast tasks run many invalid attempts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/pantasks.h

    r40424 r41483  
    265265int  DeleteClient (int client);
    266266void *ListenClients (void *data);
     267void QuitClientThread (void);
    267268
    268269// functions related to the server threads
    269270void *CheckJobsAndTasksThread (void *data);
     271void QuitJobsAndTasksThread (void);
     272void QuitControllerThread (void);
    270273
    271274void CheckTasksSetState (int state);
Note: See TracChangeset for help on using the changeset viewer.