Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Mailbox attachment problem

irisshinra308
Beginner
267 Views
I have executed the seimsic from the example directory.
I find out that during the execution the same mailbox would be attach to the same thread repeatly.
Does this mean that the mapping from mailboxs to threads could be altered during the execution?
Or Does the my_affinity_id of threads could be changed during the execution?

Thanks

Dennis


0 Kudos
1 Reply
Dmitry_Vyukov
Valued Contributor I
267 Views
Re: Does this mean that the mapping from mailboxs to threads could be altered during the execution?

No.

Re: Or Does the my_affinity_id of threads could be changed during the execution?

No.

You can change affinity of tasks.

0 Kudos
Reply