Home
last modified time | relevance | path

Searched defs:ThreadParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dthread_ex.cpp26 struct ThreadParam { struct
27 ThreadFunc startRoutine;
28 void* args;
29 int priority;
30 std::string name;
33 static int Proxy(const ThreadParam* t) in Proxy()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h436 struct ThreadParam { struct
437 void (*func)(void *param); /* Indicates a pointer to the spunge main thread function. */
438 void *param; /* Indicates a pointer to the spunge instance. */