/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
H A D | FileObserver.java | 47 private boolean running; field in class:FileObserver 72 * Returns <code>true</code> if thread is running. 74 * @return <code>true</code> if thread is running. 77 return running; 84 running = false; 88 running = true; 91 while (running) {
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
H A D | FileObserver.java | 47 private boolean running; field in class:FileObserver 72 * Returns <code>true</code> if thread is running. 74 * @return <code>true</code> if thread is running. 77 return running; 84 running = false; 88 running = true; 91 while (running) {
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/blacklist/ |
H A D | CTSSessionBlacklist.java | 202 private final AtomicBoolean running = new AtomicBoolean(false); field in class:CTSSessionBlacklist.PollTask 213 if (running.compareAndSet(false, true)) {
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/blacklist/ |
H A D | CTSBlacklist.java | 204 private final AtomicBoolean running = new AtomicBoolean(false); field in class:CTSBlacklist.PollTask 214 if (running.compareAndSet(false, true)) {
|
/forgerock/web-agents-v4/source/ |
H A D | utility.h | 148 int running; member in struct:url_validator_worker_data
|
H A D | log.c | 110 int running; member in struct:am_log::valid_url 656 /* If the instance id is zero, we are either running a test case, or installing something */ 723 * However if we're running a unit test, this block of memory won't have been set up, even though we 738 * An instance id of zero indicates that we are running in unit test mode, shared memory is not 985 vf->running = 0; 1061 list[j].running = log->valid[i].running; 1120 vf->running = value;
|
/forgerock/openidm-v4/openidm-cluster/src/main/java/org/forgerock/openidm/cluster/ |
H A D | ClusterManager.java | 335 instanceInfo.put("state", "running"); 518 * Performs an instance check-out, setting the state to down if it is currently running. 760 private boolean running = false; field in class:ClusterManager.ClusterManagerThread 768 running = true; 792 // If transitioning to a "running" state, send events 830 running = false; 834 return running;
|
/forgerock/opendj2/src/build-tools/windows/ |
H A D | service.c | 426 // Check if the server is running or not. 428 // the server is running or not and false otherwise. 430 ServiceReturnCode isServerRunning(BOOL *running, BOOL mustDebug) argument 437 debug("Determining if the server is running."); 447 "When determining whether the server is running, the lock file name is '%s'.", 465 debug("Able to lock '%s', so the server is not running.", lockFile); 467 *running = FALSE; 476 debug("Unable to lock '%s', so the server is running.", lockFile); 478 *running = TRUE; 482 *running 576 BOOL running; local 598 BOOL running = FALSE; local 681 BOOL running = TRUE; local 1026 BOOL running; local 1276 BOOL running; local 2411 BOOL running; local [all...] |
/forgerock/opendj-b2.6/src/build-tools/windows/ |
H A D | service.c | 427 // Check if the server is running or not. 429 // the server is running or not and false otherwise. 431 ServiceReturnCode isServerRunning(BOOL *running, BOOL mustDebug) argument 438 debug("Determining if the server is running."); 448 "When determining whether the server is running, the lock file name is '%s'.", 466 debug("Able to lock '%s', so the server is not running.", lockFile); 468 *running = FALSE; 477 debug("Unable to lock '%s', so the server is running.", lockFile); 479 *running = TRUE; 483 *running 577 BOOL running; local 599 BOOL running = FALSE; local 682 BOOL running = TRUE; local 1027 BOOL running; local 1277 BOOL running; local 2412 BOOL running; local [all...] |
/forgerock/opendj2.6.2/src/build-tools/windows/ |
H A D | service.c | 427 // Check if the server is running or not. 429 // the server is running or not and false otherwise. 431 ServiceReturnCode isServerRunning(BOOL *running, BOOL mustDebug) argument 438 debug("Determining if the server is running."); 448 "When determining whether the server is running, the lock file name is '%s'.", 466 debug("Able to lock '%s', so the server is not running.", lockFile); 468 *running = FALSE; 477 debug("Unable to lock '%s', so the server is running.", lockFile); 479 *running = TRUE; 483 *running 577 BOOL running; local 599 BOOL running = FALSE; local 682 BOOL running = TRUE; local 1027 BOOL running; local 1277 BOOL running; local 2412 BOOL running; local [all...] |
/forgerock/opendj2-hg/src/build-tools/windows/ |
H A D | service.c | 426 // Check if the server is running or not. 428 // the server is running or not and false otherwise. 430 ServiceReturnCode isServerRunning(BOOL *running, BOOL mustDebug) argument 437 debug("Determining if the server is running."); 447 "When determining whether the server is running, the lock file name is '%s'.", 465 debug("Able to lock '%s', so the server is not running.", lockFile); 467 *running = FALSE; 476 debug("Unable to lock '%s', so the server is running.", lockFile); 478 *running = TRUE; 482 *running 576 BOOL running; local 598 BOOL running = FALSE; local 681 BOOL running = TRUE; local 1026 BOOL running; local 1276 BOOL running; local 2411 BOOL running; local [all...] |
/forgerock/opendj2-jel-hg/src/build-tools/windows/ |
H A D | service.c | 427 // Check if the server is running or not. 429 // the server is running or not and false otherwise. 431 ServiceReturnCode isServerRunning(BOOL *running, BOOL mustDebug) argument 438 debug("Determining if the server is running."); 448 "When determining whether the server is running, the lock file name is '%s'.", 466 debug("Able to lock '%s', so the server is not running.", lockFile); 468 *running = FALSE; 477 debug("Unable to lock '%s', so the server is running.", lockFile); 479 *running = TRUE; 483 *running 577 BOOL running; local 599 BOOL running = FALSE; local 682 BOOL running = TRUE; local 1027 BOOL running; local 1277 BOOL running; local 2412 BOOL running; local [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/ |
H A D | service.c | 426 // Check if the server is running or not. 428 // the server is running or not and false otherwise. 430 ServiceReturnCode isServerRunning(BOOL *running, BOOL mustDebug) argument 437 debug("Determining if the server is running."); 447 "When determining whether the server is running, the lock file name is '%s'.", 465 debug("Able to lock '%s', so the server is not running.", lockFile); 467 *running = FALSE; 476 debug("Unable to lock '%s', so the server is running.", lockFile); 478 *running = TRUE; 482 *running 576 BOOL running; local 598 BOOL running = FALSE; local 681 BOOL running = TRUE; local 1026 BOOL running; local 1276 BOOL running; local 2411 BOOL running; local [all...] |
/forgerock/opendj2/ext/ant/lib/ |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |