Home
last modified time | relevance | path

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

/dports/net/kamailio/kamailio-5.4.5/src/modules/seas/
H A Dstatistics.h87 void event_stat(struct cell *t);
H A Dstatistics.c134 void event_stat(struct cell *t) in event_stat() function
H A Devent_dispatcher.c457 event_stat(thepointer.ptr->transaction); in dispatch_relay()
/dports/graphics/openrm/rm160/rmaux/
H A Drmbfuncs.c696 int event_stat; in rmauxEventLoop() local
722 event_stat = XCheckWindowEvent(rmxPipeGetDisplay(pipe), rmPipeGetWindow(pipe), mask, &event); in rmauxEventLoop()
724 event_stat = XWindowEvent(rmxPipeGetDisplay(pipe), rmPipeGetWindow(pipe), mask, &event); in rmauxEventLoop()
726 if ((event_stat == False) && ((staticUserIdleFunc != NULL) || (spinCallbackFunc != NULL))) in rmauxEventLoop()