Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_beos.h149 int32 threads; in PyThread_exit_thread() local
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp299 ThreadJoiner(const std::vector<std::thread*> threads) : threads_(threads) {} in ThreadJoiner()