Home
last modified time | relevance | path

Searched refs:semaphore (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/device/base/test/unittest/
H A Dsemaphore_test.cpp39 auto semaphore = GetSemaphoreFactory().Create(1); in HWTEST_F() local
40 EXPECT_NE(semaphore, nullptr); in HWTEST_F()
41 EXPECT_TRUE(semaphore->TryWait()); in HWTEST_F()
42 EXPECT_FALSE(semaphore->TimedWait(1, 0)); in HWTEST_F()
52 auto semaphore = GetSemaphoreFactory().Create(1); in HWTEST_F() local
53 ASSERT_NE(semaphore, nullptr); in HWTEST_F()
54 EXPECT_TRUE(semaphore->Wait()); in HWTEST_F()
55 EXPECT_FALSE(semaphore->TryWait()); in HWTEST_F()
65 auto semaphore = GetSemaphoreFactory().Create(0); in HWTEST_F() local
66 ASSERT_NE(semaphore, nullpt in HWTEST_F()
105 auto semaphore = GetSemaphoreFactory(POSIX_SEMAPHORE_FACTORY).Create(0); HWTEST_F() local
116 auto semaphore = GetSemaphoreFactory(PTHREAD_SEMAPHORE_FACTORY).Create(0); HWTEST_F() local
[all...]
/developtools/profiler/device/base/src/
H A Dposix_semaphore.h18 #include <semaphore.h>
/developtools/hdc/hdcd_user_permit/src/
H A Dconnection.h22 #include <semaphore.h>
H A Dconnection.cpp19 #include <semaphore.h>
/developtools/profiler/device/services/shared_memory/test/unittest/
H A Dshared_memory_allocator_test.cpp18 #include <semaphore.h>
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h23839 struct semaphore { struct
27581 struct semaphore request;
[all...]

Completed in 422 milliseconds