Searched refs:TF_ThreadOptions (Results 1 – 3 of 3) sorted by relevance
45 typedef struct TF_ThreadOptions { struct57 } TF_ThreadOptions; argument173 TF_CAPI_EXPORT extern void TF_DefaultThreadOptions(TF_ThreadOptions* options);183 TF_CAPI_EXPORT extern TF_Thread* TF_StartThread(const TF_ThreadOptions* options,
163 void TF_DefaultThreadOptions(TF_ThreadOptions* options) { in TF_DefaultThreadOptions()169 TF_Thread* TF_StartThread(const TF_ThreadOptions* options, in TF_StartThread()
119 TF_ThreadOptions options; in TEST()