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

/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c1867 struct Tcl_Time tcl_time; local
1875 tcl_time.sec = NUM2LONG(RARRAY_PTR(divmod)[0]);
1876 tcl_time.usec = NUM2LONG(RARRAY_PTR(divmod)[1]);
1882 tcl_time.sec = NUM2LONG(RARRAY_PTR(divmod)[0]);
1883 tcl_time.usec = (long)(NUM2DBL(RARRAY_PTR(divmod)[1]) * 1000000);
1893 Tcl_SetMaxBlockTime(&tcl_time);
1993 Tcl_Time tcl_time; local
1994 tcl_time.sec = 0;
1995 tcl_time.usec = 1000L * (long)no_event_tick;
1996 Tcl_SetMaxBlockTime(&tcl_time);
[all...]

Completed in 184 milliseconds