Searched refs:threaded (Results 1 - 8 of 8) 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/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMksymlists.pm78 my $threaded = ($Config::Config{archname} =~ /-thread/ ? " threaded" : "");
88 $Config::Config{version}, $threaded, $patchlevel, $data->{NAME};
/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)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm976 There is some problem with the way C<goto &f> works under threaded
980 on threaded perls than unthreaded perls.
1034 under threaded Perl, to Alex Dudkevich for reporting the bug in
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk18 # multi-threaded program, then define the following macro
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py1059 def __init__(self, socket, threaded=True, locale=None):
1068 threaded: boolean (default: True)
1121 if threaded:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm328 This might be to run a threaded Perl, for example.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL493 standards and MT-LEVEL to note safeness for use in threaded programs or

Completed in 68 milliseconds