Home
last modified time | relevance | path

Searched refs:winthread_id (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dpthread_w.hpp70 DWORD winthread_id; member
H A Dpthread.cpp72 CreateThread(nullptr, 0, (LPTHREAD_START_ROUTINE)start_routine, arg, 0, &th->winthread_id); in pthread_create()