Searched refs:tvsleep (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmsleep.c | 41 return tvsleep(&tv, NiL); in tmsleep()
|
H A D | tmxsleep.c | 40 return tvsleep(&tv, NiL); in tmxsleep()
|
H A D | tvsleep.c | 36 int tvsleep(const Tv_t *tv, Tv_t *rv) { in tvsleep() function
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/aso/ |
H A D | asorelax.c | 46 return tvsleep(&tv, 0);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | sleep.c | 179 while (tvsleep(&ts, &tx) < 0 && errno == EINTR) { in sh_delay()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | tv | 78 extern int tvsleep(const Tv_t*, Tv_t*);
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | tv | 107 extern __MANGLE__ int tvsleep __PROTO__((const Tv_t*, Tv_t*));
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | tv | 107 extern __MANGLE__ int tvsleep __PROTO__((const Tv_t*, Tv_t*));
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | tv | 107 extern __MANGLE__ int tvsleep __PROTO__((const Tv_t*, Tv_t*));
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | tv | 107 extern __MANGLE__ int tvsleep __PROTO__((const Tv_t*, Tv_t*));
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | tail.c | 656 else if (sh_checksig(context) || tvsleep(&tv, NiL) && sh_checksig(context)) in b_tail() 709 tvsleep(&tv, NiL); in b_tail()
|
H A D | RELEASE | 2 12-06-19 tail.c: be nice and use sh_sigcheck() and tvsleep() to verify interrupts
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 899 tvsleep;
|
H A D | Makefile.defs | 604 tm/tvsleep.o \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 105 tvcmp.c tvgettime.c tvsettime.c tvsleep.c tvtouch.c \
|
H A D | Mamfile | 2457 make tvsleep.o 2458 make tm/tvsleep.c 2462 done tm/tvsleep.c 2463 meta tvsleep.o %.c>%.o tm/tvsleep.c tvsleep 2464 prev tm/tvsleep.c 2465 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c tm/tvsleep.c 2466 done tvsleep.o generated 6102 …ettime.o tmxsleep.o tmxtime.o tmxtouch.o tvcmp.o tvgettime.o tvsettime.o tvsleep.o tvtouch.o cmdar…
|