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

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c183 int threaded = __libc_threaded; local
185 if (threaded)
200 if (threaded) {
217 if (threaded)
250 int threaded = __libc_threaded; local
252 if (threaded)
278 if (threaded) {
313 if (threaded)
380 if (threaded)
589 int threaded local
[all...]
/osnet-11/usr/src/lib/libradproto/common/
H A Dradclient.c386 rc_set_threaded(rc_conn_t *client, boolean_t threaded) argument
389 client->rrc_threaded = threaded;
390 if (!threaded)

Completed in 24 milliseconds