Home
last modified time | relevance | path

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

/external/pigweed/pw_sync/
Dbinary_semaphore_facade_test_c.c48 return pw_sync_BinarySemaphore_Max(); in pw_sync_BinarySemaphore_CallMax()
Dbinary_semaphore.cc47 extern "C" ptrdiff_t pw_sync_BinarySemaphore_Max(void) { in pw_sync_BinarySemaphore_Max() function
Dbinary_semaphore_facade_test.cc168 EXPECT_EQ(BinarySemaphore::max(), pw_sync_BinarySemaphore_Max()); in TEST()
/external/pigweed/pw_sync/public/pw_sync/
Dbinary_semaphore.h116 ptrdiff_t pw_sync_BinarySemaphore_Max(void);