Home | History | Annotate | Download | only in utils

Lines Matching full:joinable

41                       LocRunnable* runnable, bool joinable);
45 const char* threadName, LocRunnable* runnable, bool joinable);
47 // bye() is for the parent thread to go away. if joinable,
66 const char* threadName, LocRunnable* runnable, bool joinable) :
67 mRunnable(runnable), mJoinable(joinable), mThandle(NULL),
93 // detach, if not joinable
94 if (!joinable) {
112 const char* threadName, LocRunnable* runnable, bool joinable) {
115 thread = new LocThreadDelegate(creator, threadName, runnable, joinable);
211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) {
214 mThread = LocThreadDelegate::create(creator, threadName, runnable, joinable);
248 // test joinable thread: valgrind ./a.out 1