Technical interviews are often designed to measure the depth of the candidate's knowledge, not any particular ability. Arguably, there has been no need to implement your own linked lists and binary trees for good 15..20 years, yet the questions asking to implement these data structures routinely come up in technical interviews. A smart candidate should be able to figure out high-level concurrency APIs from a short tutorial and the API docs. You ask about thread primitives to see if the candidate understands what is happening behind the scenes when he or she uses concurrency in general, no matter what API is called.
Personally, when I ask questions about things you'd never use, I do not insist on getting the correct names or the right order of the API method parameters. As long as the candidates are clear on the concept, I do not mind them not remembering the particulars of the specific API.