Searched defs:tsrem (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dthread2-posix.cpp78 struct timespec tsrem = {0,0}; local
82 if (!nanosleep(&ts, &tsrem))
114 struct timespec tsrem = {0,0}; local
118 if (!nanosleep(&ts, &tsrem))

Completed in 48 milliseconds