Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/vtune/
H A Djitprofiling.c99 typedef unsigned int(JITAPI *TPNotify)(unsigned int, void*); typedef
100 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 4 milliseconds