| 2259 | } |
| 2260 | |
| 2261 | BFP_EXPORT bool BFP_CALLTYPE BfpThread_WaitFor(BfpThread* thread, int waitMS) |
| 2262 | { |
| 2263 | return ::WaitForSingleObject((HANDLE)thread, waitMS) == WAIT_OBJECT_0; |
| 2264 | } |
| 2265 | |
| 2266 | BFP_EXPORT BfpThreadPriority BFP_CALLTYPE BfpThread_GetPriority(BfpThread* thread, BfpThreadResult* outResult) |
| 2267 | { |
no outgoing calls
no test coverage detected