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

in tbb source code, what "generic_scheduler::create_master" do

guodongdong
Beginner
297 Views
i am reading the source code of tbb, there is some problem:
first,
what "generic_scheduler::create_master" do;
in which function , the thread is created in initlilization;
what the class area mean;
thanks very much
0 Kudos
4 Replies
Andrey_Marochko
New Contributor III
297 Views
See "What does the Market class stand for?" thread for some answers.

Threads are created in the component called RML - resource management layer. See private_rml.cpp for details.
0 Kudos
guodongdong
Beginner
297 Views
could you explain a little in detail
0 Kudos
guodongdong
Beginner
297 Views
tbb 3.0, no private_rml.cpp file ,
0 Kudos
Vladimir_P_1234567890
297 Views
I guess, the correct name is private_server.cpp
0 Kudos
Reply