Home
last modified time | relevance | path

Searched refs:pthread_mutex_unlock (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v4.19/tools/testing/radix-tree/
Dregression1.c117 pthread_mutex_unlock(&page->lock); in find_get_pages()
121 pthread_mutex_unlock(&page->lock); in find_get_pages()
151 pthread_mutex_unlock(&mt_lock); in regression1_fn()
156 pthread_mutex_unlock(&mt_lock); in regression1_fn()
162 pthread_mutex_unlock(&p->lock); in regression1_fn()
163 pthread_mutex_unlock(&mt_lock); in regression1_fn()
170 pthread_mutex_unlock(&p->lock); in regression1_fn()
171 pthread_mutex_unlock(&mt_lock); in regression1_fn()
Dlinux.c40 pthread_mutex_unlock(&cachep->lock); in kmem_cache_alloc()
43 pthread_mutex_unlock(&cachep->lock); in kmem_cache_alloc()
71 pthread_mutex_unlock(&cachep->lock); in kmem_cache_free()
Diteration_check.c49 pthread_mutex_unlock(&tree_lock); in add_entries_fn()
155 pthread_mutex_unlock(&tree_lock); in remove_entries_fn()
Dtest.c201 pthread_mutex_unlock(lock); in tag_tagged_items()
207 pthread_mutex_unlock(lock); in tag_tagged_items()
/Linux-v4.19/tools/lib/lockdep/tests/
DABBA_2threads.c20 pthread_mutex_unlock(&a); in ba_lock()
21 pthread_mutex_unlock(&b); in ba_lock()
41 pthread_mutex_unlock(&b); in main()
42 pthread_mutex_unlock(&a); in main()
Dunlock_balance.c11 pthread_mutex_unlock(&a); in main()
12 pthread_mutex_unlock(&a); in main()
Dcommon.h9 pthread_mutex_unlock(&(b)); \
10 pthread_mutex_unlock(&(a)); \
/Linux-v4.19/tools/include/linux/
Dspinlock.h14 #define spin_unlock_irqrestore(x, f) (void)f, pthread_mutex_unlock(x)
26 pthread_mutex_unlock(mutex); in arch_spin_unlock()
/Linux-v4.19/tools/perf/ui/tui/
Dutil.c126 pthread_mutex_unlock(&ui__lock); in ui_browser__input_window()
136 pthread_mutex_unlock(&ui__lock); in ui_browser__input_window()
148 pthread_mutex_unlock(&ui__lock); in ui_browser__input_window()
212 pthread_mutex_unlock(&ui__lock); in ui__question_window()
Dprogress.c60 pthread_mutex_unlock(&ui__lock); in tui_progress__update()
76 pthread_mutex_unlock(&ui__lock); in tui_progress__finish()
Dhelpline.c47 pthread_mutex_unlock(&ui__lock); in tui_helpline__show()
Dsetup.c35 pthread_mutex_unlock(&ui__lock); in ui__refresh_dimensions()
/Linux-v4.19/tools/lib/lockdep/include/liblockdep/
Dmutex.h46 return pthread_mutex_unlock(&lock->mutex); in liblockdep_pthread_mutex_unlock()
65 #define pthread_mutex_unlock liblockdep_pthread_mutex_unlock macro
/Linux-v4.19/tools/testing/selftests/timers/
Dthreadtest.c72 pthread_mutex_unlock(&print_lock); in checklist()
94 pthread_mutex_unlock(&list_lock); in shared_thread()
/Linux-v4.19/tools/perf/bench/
Dfutex-wake.c68 pthread_mutex_unlock(&thread_lock); in workerfn()
175 pthread_mutex_unlock(&thread_lock); in bench_futex_wake()
Dfutex-requeue.c80 pthread_mutex_unlock(&thread_lock); in workerfn()
170 pthread_mutex_unlock(&thread_lock); in bench_futex_requeue()
Dfutex-hash.c77 pthread_mutex_unlock(&thread_lock); in workerfn()
188 pthread_mutex_unlock(&thread_lock); in bench_futex_hash()
Dfutex-lock-pi.c88 pthread_mutex_unlock(&thread_lock); in workerfn()
195 pthread_mutex_unlock(&thread_lock); in bench_futex_lock_pi()
Dfutex-wake-parallel.c129 pthread_mutex_unlock(&thread_lock); in blocked_workerfn()
292 pthread_mutex_unlock(&thread_lock); in bench_futex_wake_parallel()
Dnuma.c1133 pthread_mutex_unlock(&g->startup_mutex); in worker_thread()
1141 pthread_mutex_unlock(&g->startup_done_mutex); in worker_thread()
1143 pthread_mutex_unlock(&g->start_work_mutex); in worker_thread()
1164 pthread_mutex_unlock(td->process_lock); in worker_thread()
1172 pthread_mutex_unlock(td->process_lock); in worker_thread()
1270 pthread_mutex_unlock(&g->stop_work_mutex); in worker_thread()
1535 pthread_mutex_unlock(&g->start_work_mutex); in __bench_numa()
1552 pthread_mutex_unlock(&g->startup_done_mutex); in __bench_numa()
/Linux-v4.19/tools/perf/ui/
Dbrowser.c274 pthread_mutex_unlock(&ui__lock); in ui_browser__show_title()
299 pthread_mutex_unlock(&ui__lock); in ui_browser__show()
308 pthread_mutex_unlock(&ui__lock); in ui_browser__hide()
356 pthread_mutex_unlock(&ui__lock); in ui_browser__refresh()
395 pthread_mutex_unlock(&ui__lock); in ui_browser__run()
/Linux-v4.19/tools/perf/util/
Ddso.c628 pthread_mutex_unlock(&dso__data_open_lock); in dso__data_close()
683 pthread_mutex_unlock(&dso__data_open_lock); in dso__data_get_fd()
690 pthread_mutex_unlock(&dso__data_open_lock); in dso__data_put_fd()
720 pthread_mutex_unlock(&dso->lock); in dso_cache__free()
778 pthread_mutex_unlock(&dso->lock); in dso_cache__insert()
832 pthread_mutex_unlock(&dso__data_open_lock); in dso_cache__read()
933 pthread_mutex_unlock(&dso__data_open_lock); in data_file_size()
/Linux-v4.19/tools/perf/
Dbuiltin-top.c129 pthread_mutex_unlock(&notes->lock); in perf_top__parse_source()
145 pthread_mutex_unlock(&notes->lock); in perf_top__parse_source()
203 pthread_mutex_unlock(&notes->lock); in perf_top__record_precise_ip()
210 pthread_mutex_unlock(&he->hists->lock); in perf_top__record_precise_ip()
259 pthread_mutex_unlock(&notes->lock); in perf_top__show_details()
797 pthread_mutex_unlock(&hists->lock); in perf_event__process_sample()
/Linux-v4.19/tools/virtio/virtio-trace/
Dtrace-agent-rw.c119 pthread_mutex_unlock(&mutex_notify); in rw_thread_main()
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h33 BUG_ON(pthread_mutex_unlock(&lock->mutex)); in lock_impl_unlock()

12