Home
last modified time | relevance | path

Searched refs:remove_first (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/edk/system/
Dawakable_list_unittest.cc335 AwakableList remove_first; in TEST() local
336 remove_first.Add(&remove2, MOJO_HANDLE_SIGNAL_WRITABLE, 0); in TEST()
337 remove_first.Add(&keep0, MOJO_HANDLE_SIGNAL_WRITABLE, 0); in TEST()
338 remove_first.Add(&keep1, MOJO_HANDLE_SIGNAL_WRITABLE, 0); in TEST()
340 remove_first.AwakeForStateChange(hss); in TEST()
345 remove_first.AwakeForStateChange(hss); in TEST()
350 remove_first.Remove(&keep0); in TEST()
351 remove_first.Remove(&keep1); in TEST()
/external/jemalloc/include/jemalloc/internal/
Dph.h199 a_attr a_type *a_prefix##remove_first(a_ph_type *ph); \
258 a_prefix##remove_first(a_ph_type *ph) \