Searched refs:timespec (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sal/osl/unx/ |
H A D | system.h | 215 …fine SLEEP_TIMESPEC(timespec) (timespec .tv_sec > 0) ? sleep(timespec .tv_sec), nanosleep(times… argument 238 # define SLEEP_TIMESPEC(timespec) nsleep(×pec, 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(×pec, 0) argument
|
H A D | conditn.c | 236 struct timespec to; in osl_waitCondition()
|
H A D | thread.c | 548 struct timespec delay; in osl_waitThread()
|
/aoo41x/main/sal/osl/os2/ |
H A D | system.h | 244 …fine SLEEP_TIMESPEC(timespec) (timespec .tv_sec > 0) ? sleep(timespec .tv_sec), nanosleep(times… argument 267 # define SLEEP_TIMESPEC(timespec) nsleep(×pec, 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(×pec, 0) argument
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 1102 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 D | cairo_spritehelper.cxx | 97 struct timespec aTimer; in redraw()
|
H A D | cairo_canvashelper_text.cxx | 295 struct timespec aTimer; in drawText()
|
/aoo41x/main/sal/rtl/source/ |
H A D | alloc_cache.c | 1414 struct timespec wakeup; in rtl_cache_wsupdate_wait()
|
Completed in 58 milliseconds