Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/vtune/
H A Djitprofiling.c100 static TPNotify FUNC_NotifyEvent=NULL; variable
123 if (!FUNC_NotifyEvent) in iJIT_NotifyEvent()
155 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
190 FUNC_NotifyEvent = NULL; in loadiJIT_Funcs()
275 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
277 FUNC_NotifyEvent = (TPNotify)dlsym(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
279 if (!FUNC_NotifyEvent) in loadiJIT_Funcs()
292 FUNC_NotifyEvent = NULL; in loadiJIT_Funcs()

Completed in 14 milliseconds