Searched defs:Cojob_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libcoshell/
H A Dcoshell.h43 struct Cojob_s; typedef struct Cojob_s Cojob_t; typedef in typeref:struct:Cojob_s
50 #define COJOB Cojob_t
125 extern Cojob_t* coexec(Coshell_t*, const char*, int, const char*, const char*, const char*);
128 extern int cokill(Coshell_t*, Cojob_t*, int);
132 extern Cojob_t* cowait(Coshell_t*, Cojob_t*, int);

Completed in 7 milliseconds