Searched refs:ThreadCookie (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/system/kernel/unit/
H A DTestContext.cpp32 struct GlobalTestContext::ThreadCookie { struct in class:GlobalTestContext
37 ThreadCookie(GlobalTestContext* context, thread_func function, void* arg) function in struct:GlobalTestContext::ThreadCookie
118 ThreadCookie* cookie = new(std::nothrow) ThreadCookie(this, function, arg);
178 ThreadCookie* cookie = (ThreadCookie*)data;
H A DTestContext.h71 struct ThreadCookie;

Completed in 41 milliseconds