Home
last modified time | relevance | path

Searched refs:timespec (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dsystem.h215 …fine SLEEP_TIMESPEC(timespec) (timespec .tv_sec > 0) ? sleep(timespec .tv_sec), nanosleep(times… argument
238 # define SLEEP_TIMESPEC(timespec) nsleep(&timespec, 0) argument
365 # define NORMALIZE_TIMESPEC(timespec) \ argument
366 timespec . tv_sec += timespec . tv_nsec / 1000000000; \
367 timespec . tv_nsec %= 1000000000;
371 # define SET_TIMESPEC(timespec, sec, nsec) \ argument
372 timespec . tv_sec = (sec); \
373 timespec . tv_nsec = (nsec); \
374 NORMALIZE_TIMESPEC(timespec);
378 # define SLEEP_TIMESPEC(timespec) nanosleep(&timespec, 0) argument
H A Dconditn.c236 struct timespec to; in osl_waitCondition()
H A Dthread.c547 struct timespec delay; in osl_waitThread()
/aoo42x/main/sal/osl/os2/
H A Dsystem.h244 …fine SLEEP_TIMESPEC(timespec) (timespec .tv_sec > 0) ? sleep(timespec .tv_sec), nanosleep(times… argument
267 # define SLEEP_TIMESPEC(timespec) nsleep(&timespec, 0) argument
386 # define NORMALIZE_TIMESPEC(timespec) \ argument
387 timespec . tv_sec += timespec . tv_nsec / 1000000000; \
388 timespec . tv_nsec %= 1000000000;
392 # define SET_TIMESPEC(timespec, sec, nsec) \ argument
393 timespec . tv_sec = (sec); \
394 timespec . tv_nsec = (nsec); \
395 NORMALIZE_TIMESPEC(timespec);
399 # define SLEEP_TIMESPEC(timespec) nanosleep(&timespec, 0) argument
/aoo42x/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1102 struct timespec aTimer; in drawPolyPolygon()
1132 struct timespec aTimer; in strokePolyPolygon()
1242 struct timespec aTimer; in fillPolyPolygon()
1415 struct timespec aTimer; in drawBitmap()
1446 struct timespec aTimer; in drawBitmapModulated()
1500 struct timespec aTimer; in getScaledBitmap()
H A Dcairo_spritehelper.cxx97 struct timespec aTimer; in redraw()
H A Dcairo_canvashelper_text.cxx295 struct timespec aTimer; in drawText()
/aoo42x/main/sal/rtl/source/
H A Dalloc_cache.c1420 struct timespec wakeup; in rtl_cache_wsupdate_wait()

Completed in 93 milliseconds