Searched refs:mStackSize (Results 1 – 2 of 2) sorted by relevance
33 : mThread((pthread_t)NULL), mStackSize(stackSize), mFlags(flags) {} in Thread()52 const auto useAttributes = mStackSize != 0; in start()57 pthread_attr_setstacksize(&attr, mStackSize); in start()60 if (pthread_create(&mThread, mStackSize ? &attr : nullptr, thread_main, in start()
123 int mStackSize; variable