Searched refs:PthreadAttr (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/include/ |
H A D | aie_thread_unix.h | 35 } PthreadAttr; typedef 49 void InitThreadAttr(PthreadAttr &attr); 57 void SetThreadAttrStackSize(PthreadAttr &attr, size_t size); 65 void SetThreadAttrScope(PthreadAttr &attr, int scope); 84 int CreateOneThread(PthreadData &tr, PthreadAttr *attr, PthreadRoutine func, void *param);
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/source/ |
H A D | aie_thread_unix.cpp | 52 void InitThreadAttr(PthreadAttr &attr) in InitThreadAttr() 58 void SetThreadAttrStackSize(PthreadAttr &attr, size_t size) in SetThreadAttrStackSize() 63 void SetThreadAttrScope(PthreadAttr &attr, int32_t scope) in SetThreadAttrScope() 68 int CreateOneThread(PthreadData &tr, PthreadAttr *attr, PthreadRoutine func, void *param) in CreateOneThread()
|
H A D | thread.cpp | 93 PthreadAttr attr; in StartThread() 94 PthreadAttr *pattr = nullptr; in StartThread()
|