Searched defs:ThreadAttr (Results 1 – 2 of 2) sorted by relevance
29 typedef struct ThreadAttr ThreadAttr; typedef30 struct ThreadAttr { struct48 ThreadId THREAD_Create(Runnable run, void *argv, const ThreadAttr *attr); argument
32 typedef struct ThreadAttr ThreadAttr; typedef33 struct ThreadAttr { struct41 static inline ThreadId ThreadCreate(Runnable entry, void* arg, const ThreadAttr* attr) in ThreadCreate() argument