Searched refs:wait (Results 76 - 100 of 214) sorted by relevance

123456789

/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DInitializeTask.java156 initState.wait(1000);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeSearcherQueue.java177 wait();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeSearcherQueue.java178 wait();
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DInitializeTask.java152 initState.wait(1000);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DECLServerWriter.java145 // wait to be resumed or shutdown
150 wait();
H A DDbHandler.java181 msgQueue.wait(500);
354 msgQueue.wait(1000);
H A DDraftCNDbHandler.java262 this.wait();
288 this.wait(1000);
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DInitializeTask.java156 initState.wait(1000);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeSearcherQueue.java178 wait();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeSearcherQueue.java177 wait();
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeSearcherQueue.java178 wait();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DECLServerWriter.java145 // wait to be resumed or shutdown
150 wait();
H A DDraftCNDbHandler.java253 this.wait();
279 this.wait(1000);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DInitializeTask.java156 initState.wait(1000);
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DInitializeTask.java152 initState.wait(1000);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DInitializeTask.java133 initState.wait(1000);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDraftCNDbHandler.java253 this.wait();
279 this.wait(1000);
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DChangeNumberIndexer.java276 * <li>offline, so do not wait for them in order to compute medium consistency
295 // we must wait for more up to date information from this replica
357 * consistency to wait for all replicas to be alive before moving forward
439 wait();
458 // point. Let's wait for a change that can be published.
468 wait();
594 // wait until clear() has been done by thread, always waking it up
599 // ensures thread wait that this thread's state is cleaned up
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DChangeNumberIndexer.java276 * <li>offline, so do not wait for them in order to compute medium consistency
295 // we must wait for more up to date information from this replica
357 * consistency to wait for all replicas to be alive before moving forward
439 wait();
458 // point. Let's wait for a change that can be published.
468 wait();
594 // wait until clear() has been done by thread, always waking it up
599 // ensures thread wait that this thread's state is cleaned up
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DChangeNumberIndexer.java271 * <li>offline, so do not wait for them in order to compute medium consistency
290 // we must wait for more up to date information from this replica
336 * consistency to wait for all replicas to be alive before moving forward
422 wait();
441 // point. Let's wait for a change that can be published.
451 wait();
600 // wait until clear() has been done by thread, always waking it up
605 // ensures thread wait that this thread's state is cleaned up
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/resourceTypes/
H A DEditResourceTypeView.js205 wait: true
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/resourceTypes/
H A DEditResourceTypeView.js212 wait: true
/forgerock/web-agents-v4/source/
H A Dthread.c63 pthread_cond_t wait; member in struct:am_threadpool
101 pthread_cond_destroy(&worker_pool->wait);
136 pthread_cond_broadcast(&pool->wait);
326 pthread_cond_init(&worker_pool->wait, NULL);
432 /* wait for all active workers to finish */
435 pthread_cond_wait(&worker_pool->wait, &worker_pool->lock);
452 pthread_cond_destroy(&worker_pool->wait);
/forgerock/opendj2/src/build-tools/windows/
H A Dservice.c535 // At this point start-ds.bat has been launched. Try to wait till it
540 DWORD wait = STARTDS_WAIT_DEFAULT_VALUE; local
547 wait = (int)strtol(nWaitForStartDS, (char **)NULL, 10);
548 if (wait <= 0)
550 wait = STARTDS_WAIT_DEFAULT_VALUE;
558 waitOk = waitForProcess(&procInfo, wait, &startDSExit);
577 // Just check once if the server is running or not: since the wait
578 // wait was successful, if the server is getting the lock, it already
1135 // if all is ok wait for the application to die before we leave
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dservice.c536 // At this point start-ds.bat has been launched. Try to wait till it
541 DWORD wait = STARTDS_WAIT_DEFAULT_VALUE; local
548 wait = (int)strtol(nWaitForStartDS, (char **)NULL, 10);
549 if (wait <= 0)
551 wait = STARTDS_WAIT_DEFAULT_VALUE;
559 waitOk = waitForProcess(&procInfo, wait, &startDSExit);
578 // Just check once if the server is running or not: since the wait
579 // wait was successful, if the server is getting the lock, it already
1136 // if all is ok wait for the application to die before we leave

Completed in 152 milliseconds

123456789