Searched refs:child_func (Results 1 – 1 of 1) sorted by relevance
22 static void *child_func(void *p1) in child_func() function80 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()