Home
last modified time | relevance | path

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

/third_party/boost/libs/interprocess/test/
Dsharable_mutex_test_template.hpp44 shared_val += 10; in plain_exclusive()
45 pdata->m_value = shared_val; in plain_exclusive()
56 pdata->m_value = shared_val; in plain_shared()
66 shared_val += 10; in try_exclusive()
67 pdata->m_value = shared_val; in try_exclusive()
80 pdata->m_value = shared_val; in try_shared()
93 shared_val += 10; in timed_exclusive()
94 pdata->m_value = shared_val; in timed_exclusive()
109 pdata->m_value = shared_val; in timed_shared()
117 shared_val = 0; in test_plain_sharable_mutex()
[all …]
Dmutex_test_template.hpp179 ++shared_val; in lock_and_sleep()
180 pdata->m_value = shared_val; in lock_and_sleep()
196 ++shared_val; in lock_and_catch_errors()
197 pdata->m_value = shared_val; in lock_and_catch_errors()
212 ++shared_val; in try_lock_and_sleep()
213 pdata->m_value = shared_val; in try_lock_and_sleep()
226 ++shared_val; in timed_lock_and_sleep()
227 pdata->m_value = shared_val; in timed_lock_and_sleep()
234 shared_val = 0; in test_mutex_lock()
265 shared_val = 0; in test_mutex_lock_timeout()
[all …]
Dutil.hpp86 static int shared_val = 0; variable