Searched refs:ww (Results 1 – 2 of 2) sorted by relevance
68 odd_array_type ww; in TestWrapper() local69 for(int ii = 0; ii < 15; ++ii) { ww[ii] = char('0' + ii); } ww[14] = 0; in TestWrapper()71 Wrapper<odd_array_type> ci(ww); in TestWrapper()72 CHECK_MESSAGE( (!strncmp(ci.value(), ww, 14)), "odd_array_type ci not properly-constructed" ); in TestWrapper()76 CHECK_MESSAGE( (!strncmp(ci2.value(), ww, 14)), "odd_array_type ci2 not properly-constructed" ); in TestWrapper()
410 private_worker* ww = *--w; in wake_some() local411 ww->my_next = nullptr; in wake_some()412 ww->wake_or_launch(); in wake_some()