Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cplusplus/example/cpp_aos/
A Dmutex_test.cpp16 static Mutex * myMutex; variable
27 myMutex->lock(0xFFFFFFFF); in demo_task1()
36 myMutex->unlock(); in demo_task1()
54 myMutex->lock(0xFFFFFFFF); in demo_task2()
57 myMutex->unlock(); in demo_task2()
72 myMutex = new Mutex; in test_mutex()
74 myMutex->create("mutex"); in test_mutex()

Completed in 2 milliseconds