Searched refs:stackAddr (Results 1 – 1 of 1) sorted by relevance
115 void *stackAddr = NULL; in Test_PalThreadCreate() local156 stackAddr = (void *)(threadStr->stackAddrToFree + in Test_PalThreadCreate()158 stackAddr = (void *)((size_t)stackAddr & (-STACK_ALIGN)); in Test_PalThreadCreate()160 if (pthread_attr_setstack(&attr, stackAddr, stackSize) != 0) { in Test_PalThreadCreate()