Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A DSynchronize.h43 void unlock() { in unlock() function
71 m_mutex.unlock(); in ~scoped_lock()
H A Dbackend.cpp187 void unlock(size_t size) { in unlock() function in rml::internal::GuardedSize
236 void setMeFree(size_t size) { myL.unlock(size); } in setMeFree()
240 void setLeftFree(size_t sz) { leftL.unlock(sz); } in setLeftFree()
/oneTBB/include/oneapi/tbb/detail/
H A D_scoped_lock.h64 m_mutex->unlock(); in release()
129 m->unlock(); in release()
/oneTBB/test/conformance/
H A Dconformance_mutex.h263 my_mutex->my_iso_mutex.unlock(); in release()
270 my_mutex->my_iso_mutex.unlock(); in release()
306 my_mutex->my_iso_mutex.unlock(); in downgrade_to_reader()
384 m.unlock(); in TestNullMutex()
397 m.unlock(); in TestNullRWMutex()
/oneTBB/src/tbb/
H A Dthread_dispatcher.cpp80 my_list_mutex.unlock(); in try_unregister_client()
89 my_list_mutex.unlock(); in try_unregister_client()
H A Dmain.h66 static void unlock() { InitializationLock.clear(std::memory_order_release); } in unlock() function
H A Darena_slot.cpp166 goto unlock; in steal_task()
202 unlock: in steal_task()
H A Dconcurrent_monitor_mutex.h62 void unlock() { in unlock() function
H A Dmain.cpp142 __TBB_InitOnce::unlock(); in DoOneTimeInitialization()
H A Drtm_mutex.cpp45 s.m_mutex->unlock(); in release()
H A Dprofiling.cpp100 __TBB_InitOnce::unlock(); in ITT_DoOneTimeInitialization()
H A Drtm_rw_mutex.cpp53 s.m_mutex->unlock(); in release()
H A Dglobal_control.cpp157 controls[i]->my_list_mutex.unlock(); in global_control_unlock()
/oneTBB/include/oneapi/tbb/
H A Dnull_mutex.h69 void unlock() {} in unlock() function
H A Dnull_rw_mutex.h73 void unlock() {} in unlock() function
H A Dmutex.h72 void unlock() { in unlock() function
H A Dspin_mutex.h86 void unlock() { in unlock() function
H A Dspin_rw_mutex.h95 void unlock() { in unlock() function
H A Drw_mutex.h86 void unlock() { in unlock() function
/oneTBB/doc/main/tbb_userguide/
H A DSummary_of_Loops_and_Pipelines.rst10 Have fun using these templates to unlock the power of multi-core.
/oneTBB/doc/main/reference/
H A Dcustom_mutex_chmap.rst116 my_mutex_ptr->my_mutex.unlock();
134 my_mutex_ptr->my_mutex.unlock();
/oneTBB/test/tbb/
H A Dtest_scheduler_mix.cpp168 m->unlock(); in release()
232 void unlock() { in unlock() function in PtrRWMutex
H A Dtest_concurrent_hash_map.cpp567 my_mutex_ptr->my_mutex.unlock(); in release()