Searched refs:pst (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/util/PluggableLocale/
H A DTimeZoneNameProviderTest.java178 String pst = TimeZone.getTimeZone(PST).getDisplayName(OSAKA);
179 if (!LATIME_IN_OSAKA.equals(pst)) {
180 throw new RuntimeException("Provider's localized name is not available for an alias ID: "+PST+". result: "+pst+" expected: "+LATIME_IN_OSAKA);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp60 SequentialSubTasksDone* pst = sp->par_seq_tasks(); local
63 pst->set_n_threads(n_threads);
64 pst->set_n_tasks(n_strides);
67 while (!pst->is_task_claimed(/* reference */ stride)) {
73 if (pst->all_tasks_completed()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp4006 SequentialSubTasksDone* pst = sp->conc_par_seq_tasks();
4007 int n_tasks = pst->n_tasks();
4010 assert(pst->valid() || n_tasks == 0, "Uninitialized use?");
4023 while (!pst->is_task_claimed(/* reference */ nth_task)) {
4101 pst->all_tasks_completed();
5272 SequentialSubTasksDone* pst = space->par_seq_tasks();
5273 assert(pst->valid(), "Uninitialized use?");
5276 uint n_tasks = pst->n_tasks();
5279 while (!pst->is_task_claimed(/* reference */ nth_task)) {
5306 pst
[all...]
H A DcompactibleFreeListSpace.cpp2986 SequentialSubTasksDone* pst = conc_par_seq_tasks();
2987 assert(!pst->valid(), "Clobbering existing data?");
2990 pst->set_n_threads(n_threads);
2991 pst->set_n_tasks((int)n_tasks);
3028 SequentialSubTasksDone* pst = conc_par_seq_tasks();
3029 assert(!pst->valid(), "Clobbering existing data?");
3032 pst->set_n_threads(n_threads);
3033 pst->set_n_tasks((int)n_tasks);

Completed in 48 milliseconds