Home
last modified time | relevance | path

Searched refs:mail_outbox (Results 1 – 4 of 4) sorted by relevance

/oneTBB/src/tbb/
H A Dmailbox.h45 mail_outbox* outbox;
113 class mail_outbox : padded<unpadded_mail_outbox> {
206 mail_outbox* my_putter;
212 void attach( mail_outbox& putter ) { in attach()
H A Darena.h297 …return sizeof(base_type) + num_slots * (sizeof(mail_outbox) + sizeof(arena_slot) + sizeof(task_dis… in allocation_size()
301 mail_outbox& mailbox( d1::slot_id slot ) { in mailbox()
304 …return reinterpret_cast<mail_outbox*>(this)[-(int)(slot+1)]; // cast to 'int' is redundant but lef… in mailbox()
H A Darena.cpp291 __TBB_ASSERT( sizeof(mail_outbox) == max_nfs_size, "Mailbox padding is wrong" ); in allocate_arena()
297 return *new( storage + num_arena_slots(num_slots, num_reserved_slots) * sizeof(mail_outbox) ) in allocate_arena()
H A Dscheduler_common.h62 class mail_outbox; variable