Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dmailbox.h33 static const intptr_t mailbox_bit = 1<<1; member
34 static const intptr_t location_mask = pool_bit | mailbox_bit;
H A Dtask_dispatcher.h443 if (d1::task* result = tp->extract_task<task_proxy::mailbox_bit>()) { in get_mailbox_task()