Searched defs:wait (Results 1 - 21 of 21) sorted by relevance

/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
/forgerock/opendj2.6.2/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
/forgerock/opendj2-hg/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/opendj2-jel-hg/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
/forgerock/opendj-v3/opendj-server-legacy/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/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2.6.2/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2-jel-hg/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2-hg/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 106 milliseconds