Home
last modified time | relevance | path

Searched refs:pthread_attr_setstack (Results 1 - 4 of 4) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_test_019.cpp71 ret = pthread_attr_setstack(&attr, stack, stackSize); in GroupProcess()
82 ret = pthread_attr_setstack(&attr, stack, stackSize); in GroupProcess()
H A Dpthread_test_018.cpp73 ret = pthread_attr_setstack(&attr, stack, stackSize); in GroupProcess()
97 ret = pthread_attr_setstack(&attr, stack, stackSize); in GroupProcess()
/kernel/liteos_m/kal/posix/src/
H A Dpthread_attr.c225 int pthread_attr_setstack(pthread_attr_t *attr, void *stackAddr, size_t stackSize) in pthread_attr_setstack() function
/kernel/liteos_m/testsuites/sample/posix/
H A Dpthread_func_test.c991 ret = pthread_attr_setstack(&attr, stackAddr, OS_TSK_TEST_STACK_SIZE);

Completed in 3 milliseconds