ts                185 ext/threads/mutex.c     struct timespec ts, *pts;
ts                190 ext/threads/mutex.c     pts = Scm_GetTimeSpec(timeout, &ts);
ts                232 ext/threads/mutex.c     struct timespec ts, *pts;
ts                235 ext/threads/mutex.c     pts = Scm_GetTimeSpec(timeout, &ts);
ts                190 ext/threads/threads.c     struct timespec ts, *pts;
ts                194 ext/threads/threads.c     pts = Scm_GetTimeSpec(timeout, &ts);
ts                244 ext/threads/threads.c     struct timespec ts, *pts;
ts                248 ext/threads/threads.c     pts = Scm_GetTimeSpec(timeout, &ts);
ts                669 gc/aix_irix_threads.c 	    struct timespec ts;
ts                674 gc/aix_irix_threads.c 	    ts.tv_sec = 0;
ts                675 gc/aix_irix_threads.c 	    ts.tv_nsec = 1 << i;
ts                676 gc/aix_irix_threads.c 	    nanosleep(&ts, 0);
ts               1455 gc/pthread_support.c 	    struct timespec ts;
ts               1460 gc/pthread_support.c 	    ts.tv_sec = 0;
ts               1461 gc/pthread_support.c 	    ts.tv_nsec = 1 << i;
ts               1462 gc/pthread_support.c 	    nanosleep(&ts, 0);
ts                 83 gc/solaris_threads.c     struct timespec ts;
ts                 85 gc/solaris_threads.c     ts.tv_sec = 0;
ts                 86 gc/solaris_threads.c     ts.tv_nsec = 1000000*n;
ts                 87 gc/solaris_threads.c     if (syscall(SYS_nanosleep, &ts, 0) < 0) {