Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/process_posix/src/
DPthreadBasicApiTest.cpp883 void FunOnce(void) in FunOnce() function
891 EXPECT_EQ(pthread_once(once, FunOnce), 0); in ThreadOnce()