18 #ifndef XFSTKDLDREXAMPLEPARALLEL_H 19 #define XFSTKDLDREXAMPLEPARALLEL_H 20 #include <QtCore/QCoreApplication> 59 void *
Arg()
const {
return Arg_;}
60 void Arg(
void* a){Arg_ = a;}
63 unsigned int ThreadId_;
72 explicit Dlthread(QObject *parent = 0);
84 #endif // XFSTKDLDREXAMPLEPARALLEL_H void * Arg() const
Definition: dynamic-load/xfstk-dldr-example-parallel.h:59
Definition: xfstk-dldr-example-parallel.h:69
Definition: xfstk-dldr-example-parallel.h:37
void Arg(void *a)
Definition: dynamic-load/xfstk-dldr-example-parallel.h:60
Definition: xfstk-dldr-example-parallel.h:54
void(* xfstkstatuspfn)(char *status, void *)
Represents an optional status callback function that can be provided to xfstk API to obtain status in...
Definition: xfstkdldrapi.h:113
Definition: xfstk-dldr-example-parallel.h:48