Searched defs:linger (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPSocket.java768 * @param on Indicates whether to enable the linger option.
769 * @param linger The length of time in milliseconds to allow the
770 * connection to linger.
773 public void setSoLinger(boolean on, int linger) argument
775 lingerDuration = linger;
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPSocket.java767 * @param on Indicates whether to enable the linger option.
768 * @param linger The length of time in milliseconds to allow the
769 * connection to linger.
772 public void setSoLinger(boolean on, int linger) argument
774 lingerDuration = linger;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPSocket.java768 * @param on Indicates whether to enable the linger option.
769 * @param linger The length of time in milliseconds to allow the
770 * connection to linger.
773 public void setSoLinger(boolean on, int linger) argument
775 lingerDuration = linger;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPSocket.java768 * @param on Indicates whether to enable the linger option.
769 * @param linger The length of time in milliseconds to allow the
770 * connection to linger.
773 public void setSoLinger(boolean on, int linger) argument
775 lingerDuration = linger;
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPSocket.java767 * @param on Indicates whether to enable the linger option.
768 * @param linger The length of time in milliseconds to allow the
769 * connection to linger.
772 public void setSoLinger(boolean on, int linger) argument
774 lingerDuration = linger;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalLDAPSocket.java770 * @param on Indicates whether to enable the linger option.
771 * @param linger The length of time in milliseconds to allow the
772 * connection to linger.
775 public void setSoLinger(boolean on, int linger) argument
777 lingerDuration = linger;
/forgerock/web-agents-v4/source/
H A Dthread.c68 int linger; /* number of seconds excess idle worker threads (greater than min_threads) linger before exiting */ member in struct:am_threadpool
208 ts.tv_sec += pool->linger;
209 if (pool->linger == 0 || pthread_cond_timedwait(&pool->work, &pool->lock, &ts) == ETIMEDOUT) {
314 worker_pool->linger = AM_THREADS_POOL_LINGER;

Completed in 42 milliseconds