Searched refs:TPNotify (Results 1 – 1 of 1) sorted by relevance
99 typedef unsigned int(JITAPI *TPNotify)(unsigned int, void*); typedef100 static TPNotify FUNC_NotifyEvent=NULL;275 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()277 FUNC_NotifyEvent = (TPNotify)dlsym(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
Completed in 6 milliseconds