Searched defs:stopProfiling (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/profiler/
H A DProfilerThread.java63 private boolean stopProfiling; field in class:ProfilerThread
101 stopProfiling = false;
118 while (! stopProfiling)
165 if (! stopProfiling)
196 public void stopProfiling() method in class:ProfilerThread
198 stopProfiling = true;
/forgerock/opendj2/src/server/org/opends/server/plugins/profiler/
H A DProfilerThread.java62 private boolean stopProfiling; field in class:ProfilerThread
100 stopProfiling = false;
117 while (! stopProfiling)
164 if (! stopProfiling)
195 public void stopProfiling() method in class:ProfilerThread
197 stopProfiling = true;
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/profiler/
H A DProfilerThread.java63 private boolean stopProfiling; field in class:ProfilerThread
101 stopProfiling = false;
118 while (! stopProfiling)
165 if (! stopProfiling)
196 public void stopProfiling() method in class:ProfilerThread
198 stopProfiling = true;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/profiler/
H A DProfilerThread.java63 private boolean stopProfiling; field in class:ProfilerThread
101 stopProfiling = false;
118 while (! stopProfiling)
165 if (! stopProfiling)
196 public void stopProfiling() method in class:ProfilerThread
198 stopProfiling = true;
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/profiler/
H A DProfilerThread.java62 private boolean stopProfiling; field in class:ProfilerThread
100 stopProfiling = false;
117 while (! stopProfiling)
164 if (! stopProfiling)
195 public void stopProfiling() method in class:ProfilerThread
197 stopProfiling = true;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/
H A DProfilerThread.java55 private boolean stopProfiling; field in class:ProfilerThread
93 stopProfiling = false;
110 while (! stopProfiling)
157 if (! stopProfiling)
185 public void stopProfiling() method in class:ProfilerThread
187 stopProfiling = true;

Completed in 22 milliseconds