Searched refs:thread_work (Results 1 – 3 of 3) sorted by relevance
34 if (context->thread_work) in WFSi_NotifySegmentEvent()36 (*context->thread_hook)(context->thread_work, argument); in WFSi_NotifySegmentEvent()458 context->thread_work = NULL; in WFS_InitServer()479 if (context->thread_work) in WFS_EndServer()481 (*context->thread_hook)(context->thread_work, NULL); in WFS_EndServer()482 MI_CallFree(context->allocator, context->thread_work); in WFS_EndServer()483 context->thread_work = NULL; in WFS_EndServer()
241 context->thread_work = thread; in WFS_ExecuteRomServerThread()
69 void *thread_work; member