Home
last modified time | relevance | path

Searched refs:thread_hook (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/include/nitro/wfs/
Dserver.h70 void (*thread_hook)(void *thread, void *argument); member
/TwlSDK-5.4/build/libraries/wfs/common/src/
Dwfs_server.c36 (*context->thread_hook)(context->thread_work, argument); in WFSi_NotifySegmentEvent()
459 context->thread_hook = NULL; in WFS_InitServer()
481 (*context->thread_hook)(context->thread_work, NULL); in WFS_EndServer()
Dwfs_thread.c242 context->thread_hook = WFSi_ThreadHook; in WFS_ExecuteRomServerThread()