Searched refs:runnable (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest-port.cc383 static HANDLE CreateThread(Runnable* runnable, argument
385 ThreadMainParam* param = new ThreadMainParam(runnable, thread_can_start);
405 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) argument
406 : runnable_(runnable),
431 ThreadWithParamBase::ThreadWithParamBase(Runnable *runnable, argument
433 : thread_(ThreadWithParamSupport::CreateThread(runnable,
/freebsd-12-stable/usr.sbin/jail/
H A Dcommand.c82 static struct cfjails runnable = TAILQ_HEAD_INITIALIZER(runnable); variable in typeref:struct:cfjails
98 requeue_head(j, &runnable);
100 requeue(j, &runnable);
182 if (!TAILQ_EMPTY(&runnable)) {
183 rj = TAILQ_FIRST(&runnable);
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1911 ThreadWithParamBase(Runnable *runnable, Notification* thread_can_start);

Completed in 89 milliseconds