Searched defs:_func (Results 1 – 1 of 1) sorted by relevance
| /include/ |
| A D | event.h | 286 #define _ESPY_REC(_type, _func) { _func, _type, 0, #_func, } argument 287 #define _ESPY_REC_SIMPLE(_type, _func) { _func, _type, EVSPYF_SIMPLE, #_func, } argument 289 #define _ESPY_REC(_type, _func) { _func, _type, } argument 290 #define _ESPY_REC_SIMPLE(_type, _func) { _func, _type, EVSPYF_SIMPLE } argument 333 #define EVENT_SPY_FULL(_type, _func) \ argument 338 #define EVENT_SPY_SIMPLE(_type, _func) \ argument
|
Completed in 4 milliseconds