Searched refs:TPNotify (Results 1 – 1 of 1) sorted by relevance
59 typedef unsigned int(*TPNotify)(unsigned int, void*); typedef60 static TPNotify FUNC_NotifyEvent=NULL;371 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()373 FUNC_NotifyEvent = (TPNotify)(intptr_t)dlsym(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()