Searched refs:timerId (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXaw/dist/examples/
H A Dxawhisto.c14 static XtIntervalId timerId; variable in typeref:typename:XtIntervalId
26 timerId = XtAppAddTimeOut(app_context, 500 , update, app_context);
78 timerId = XtAppAddTimeOut(app_context, 0, update, app_context);
/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.h268 void handleInputTimeout(XtPointer data, XtIntervalId *timerId);
H A Dx11-ssh-askpass.c1429 void handleInputTimeout(XtPointer data, XtIntervalId *timerId) argument
1431 /* 'gcc -Wall' complains about 'timerId' being an unused parameter.

Completed in 5 milliseconds