Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ timer_notify_function
Function
timer_notify_function
mysys/posix_timers.c:43–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
*/
42
43
static void
44
timer_notify_function(sigval_t sigev_value)
45
{
46
my_timer_t *timer= sigev_value.sival_ptr;
47
timer->notify_function(timer);
48
}
49
50
51
/**
Callers
1
timer_notify_thread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected