Home
last modified time | relevance | path

Searched refs:child_func (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dsemaphore.c22 static void *child_func(void *p1) in child_func() function
80 ret = pthread_create(&thread1, &attr1, child_func, NULL); in test_posix_semaphore()
123 zassert_equal(pthread_create(&thread2, &attr2, child_func, NULL), 0, in test_posix_semaphore()