Searched refs:_function (Results 1 – 2 of 2) sorted by relevance
35 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_e… argument36 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIAL… argument
217 void (*_function)(sigval_t); member224 #define sigev_notify_function _sigev_un._sigev_thread._function