Searched refs:TPNotify (Results 1 – 2 of 2) sorted by relevance
99 typedef unsigned int(*TPNotify)(unsigned int, void*); typedef100 static TPNotify FUNC_NotifyEvent=NULL;389 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()391 …FUNC_NotifyEvent = reinterpret_cast<TPNotify>(reinterpret_cast<intptr_t>(dlsym(m_libHandle, "Notif… in loadiJIT_Funcs()
61 typedef unsigned int(*TPNotify)(unsigned int, void*); typedef62 static TPNotify FUNC_NotifyEvent=NULL;373 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()375 FUNC_NotifyEvent = (TPNotify)(intptr_t)dlsym(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()