|
@ -445,6 +445,7 @@ pin_threads(const std::vector<pthread_t> read_threads_, |
|
|
if(type_.empty() || (type_ == "false")) |
|
|
if(type_.empty() || (type_ == "false")) |
|
|
return; |
|
|
return; |
|
|
if(type_ == "R1L") |
|
|
if(type_ == "R1L") |
|
|
|
|
|
return PinThreads::R1L(read_threads_); |
|
|
return ::pin_threads_R1L(read_threads_); |
|
|
return ::pin_threads_R1L(read_threads_); |
|
|
if(type_ == "R1P") |
|
|
if(type_ == "R1P") |
|
|
return ::pin_threads_R1P(read_threads_); |
|
|
return ::pin_threads_R1P(read_threads_); |
|
|