Home
last modified time | relevance | path

Searched refs:j_yield (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_spin.c104 if (__db_jump.j_yield != NULL && __db_jump.j_yield() == 0)
H A Dos_config.c106 __db_jump.j_yield = (int (*) __P((void)))func;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dos_jump.h37 int (*j_yield) __P((void)); /* DB_FUNC_YIELD */ member