Searched refs:threaded (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A DMakefile.inc18 opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c \
H A DMakefile.in949 opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DSequenceConfig.java303 boolean threaded = ((db.get_open_flags() & DbConstants.DB_THREAD) != 0);
308 openFlags |= threaded ? DbConstants.DB_THREAD : 0;
H A DEnvironmentConfig.java155 private boolean threaded = true; // Handles are threaded by default in Java field in class:EnvironmentConfig
2487 All recovery processing must be single-threaded; that is, only a single
2540 All recovery processing must be single-threaded; that is, only a single
2645 this.threaded = false;
3029 Configure the handle to be <em>free-threaded</em>; that is, usable
3035 @param threaded
3036 If true, configure the handle to be <em>free-threaded</em>.
3038 public void setThreaded(final boolean threaded) { argument
3039 this.threaded
[all...]
H A DDatabaseConfig.java1971 boolean threaded = (dbenv == null ||
1981 openFlags |= threaded ? DbConstants.DB_THREAD : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drecguard.tex16 single-threaded programs or in combination with some thread synchronization
H A Dtopics.tex42 \helpref{Multi-threaded applications}{wxthreadoverview}\\
H A Dtstream.tex12 they work quite well in most cases, but in the multi-threaded case, for example,
H A Devthand.tex67 thread-safe by using critical sections where needed. In a multi-threaded
H A Dtsamples.tex438 example, that the server application, while being single-threaded
H A Ddatetime.tex567 code might be used in a multi-threaded application, you really should use
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dconfigure1867 --enable-threaded-resolver
1868 Enable threaded resolver
1869 --disable-threaded-resolver
1870 Disable threaded resolver
5498 curl_res_msg="default (--enable-ares / --enable-threaded-resolver)"
38690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable the threaded resolver" >&5
38691 $as_echo_n "checking whether to enable the threaded resolver... " >&6; }
38711 as_fn_error $? "Options --enable-threaded-resolver and --enable-ares are mutually exclusive" "$LINENO" 5
38777 curl_res_msg="POSIX threaded"
[all...]

Completed in 262 milliseconds