Home
last modified time | relevance | path

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

12

/Linux-v5.4/tools/include/linux/
Dspinlock.h14 #define spin_unlock(x) pthread_mutex_unlock(x)
16 #define spin_unlock_bh(x) pthread_mutex_unlock(x)
18 #define spin_unlock_irq(x) pthread_mutex_unlock(x)
20 #define spin_unlock_irqrestore(x, f) (void)f, pthread_mutex_unlock(x)
32 pthread_mutex_unlock(mutex); in arch_spin_unlock()
/Linux-v5.4/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()
Dcommon.h9 pthread_mutex_unlock(&(b)); \
10 pthread_mutex_unlock(&(a)); \
Dunlock_balance.c11 pthread_mutex_unlock(&a); in main()
12 pthread_mutex_unlock(&a); in main()
/Linux-v5.4/tools/testing/selftests/membarrier/
Dmembarrier_test_multi_thread.c23 pthread_mutex_unlock(&test_membarrier_thread_mutex); in test_membarrier_thread()
29 pthread_mutex_unlock(&test_membarrier_thread_mutex); in test_membarrier_thread()
46 pthread_mutex_unlock(&test_membarrier_thread_mutex); in test_mt_membarrier()
55 pthread_mutex_unlock(&test_membarrier_thread_mutex); in test_mt_membarrier()
/Linux-v5.4/tools/testing/radix-tree/
Dregression1.c96 pthread_mutex_unlock(&page->lock); in find_get_pages()
106 pthread_mutex_unlock(&page->lock); in find_get_pages()
141 pthread_mutex_unlock(&p->lock); in regression1_fn()
149 pthread_mutex_unlock(&p->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()
/Linux-v5.4/tools/perf/ui/tui/
Dutil.c124 pthread_mutex_unlock(&ui__lock); in ui_browser__input_window()
134 pthread_mutex_unlock(&ui__lock); in ui_browser__input_window()
146 pthread_mutex_unlock(&ui__lock); in ui_browser__input_window()
217 pthread_mutex_unlock(&ui__lock); in ui__info_window()
226 pthread_mutex_unlock(&ui__lock); in ui__question_window()
Dprogress.c59 pthread_mutex_unlock(&ui__lock); in tui_progress__update()
75 pthread_mutex_unlock(&ui__lock); in tui_progress__finish()
Dhelpline.c48 pthread_mutex_unlock(&ui__lock); in tui_helpline__show()
Dsetup.c35 pthread_mutex_unlock(&ui__lock); in ui__refresh_dimensions()
/Linux-v5.4/tools/lib/lockdep/include/liblockdep/
Dmutex.h46 return pthread_mutex_unlock(&lock->mutex); in liblockdep_pthread_mutex_unlock()
67 #define pthread_mutex_unlock liblockdep_pthread_mutex_unlock macro
/Linux-v5.4/tools/testing/selftests/timers/
Dthreadtest.c72 pthread_mutex_unlock(&print_lock); in checklist()
94 pthread_mutex_unlock(&list_lock); in shared_thread()
/Linux-v5.4/tools/perf/bench/
Dfutex-wake.c69 pthread_mutex_unlock(&thread_lock); in workerfn()
176 pthread_mutex_unlock(&thread_lock); in bench_futex_wake()
Dfutex-requeue.c81 pthread_mutex_unlock(&thread_lock); in workerfn()
171 pthread_mutex_unlock(&thread_lock); in bench_futex_requeue()
Dfutex-hash.c79 pthread_mutex_unlock(&thread_lock); in workerfn()
190 pthread_mutex_unlock(&thread_lock); in bench_futex_hash()
Dfutex-lock-pi.c90 pthread_mutex_unlock(&thread_lock); in workerfn()
197 pthread_mutex_unlock(&thread_lock); in bench_futex_lock_pi()
Dfutex-wake-parallel.c130 pthread_mutex_unlock(&thread_lock); in blocked_workerfn()
293 pthread_mutex_unlock(&thread_lock); in bench_futex_wake_parallel()
Dnuma.c1138 pthread_mutex_unlock(&g->startup_mutex); in worker_thread()
1146 pthread_mutex_unlock(&g->startup_done_mutex); in worker_thread()
1148 pthread_mutex_unlock(&g->start_work_mutex); in worker_thread()
1169 pthread_mutex_unlock(td->process_lock); in worker_thread()
1177 pthread_mutex_unlock(td->process_lock); in worker_thread()
1275 pthread_mutex_unlock(&g->stop_work_mutex); in worker_thread()
1540 pthread_mutex_unlock(&g->start_work_mutex); in __bench_numa()
1557 pthread_mutex_unlock(&g->startup_done_mutex); in __bench_numa()
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dsockopt_inherit.c77 pthread_mutex_unlock(&server_started_mtx); in server_thread()
202 pthread_mutex_unlock(&server_started_mtx); in run_test()
Dtcp_rtt.c221 pthread_mutex_unlock(&server_started_mtx); in server_thread()
267 pthread_mutex_unlock(&server_started_mtx); in test_tcp_rtt()
/Linux-v5.4/tools/perf/ui/
Dbrowser.c273 pthread_mutex_unlock(&ui__lock); in ui_browser__show_title()
298 pthread_mutex_unlock(&ui__lock); in ui_browser__show()
307 pthread_mutex_unlock(&ui__lock); in ui_browser__hide()
357 pthread_mutex_unlock(&ui__lock); in ui_browser__refresh()
396 pthread_mutex_unlock(&ui__lock); in ui_browser__run()
/Linux-v5.4/tools/perf/util/
Ddso.c638 pthread_mutex_unlock(&dso__data_open_lock); in dso__data_close()
693 pthread_mutex_unlock(&dso__data_open_lock); in dso__data_get_fd()
700 pthread_mutex_unlock(&dso__data_open_lock); in dso__data_put_fd()
768 pthread_mutex_unlock(&dso->lock); in dso_cache__free()
826 pthread_mutex_unlock(&dso->lock); in dso_cache__insert()
862 pthread_mutex_unlock(&dso__data_open_lock); in file_read()
980 pthread_mutex_unlock(&dso__data_open_lock); in file_size()
/Linux-v5.4/tools/perf/
Dbuiltin-top.c138 pthread_mutex_unlock(&notes->lock); in perf_top__parse_source()
154 pthread_mutex_unlock(&notes->lock); in perf_top__parse_source()
212 pthread_mutex_unlock(&notes->lock); in perf_top__record_precise_ip()
219 pthread_mutex_unlock(&he->hists->lock); in perf_top__record_precise_ip()
270 pthread_mutex_unlock(&notes->lock); in perf_top__show_details()
833 pthread_mutex_unlock(&hists->lock); in perf_event__process_sample()
892 pthread_mutex_unlock(&top->qe.mutex); in perf_top__mmap_read_idx()
1100 pthread_mutex_unlock(&top->qe.mutex); in process_thread()
/Linux-v5.4/tools/virtio/virtio-trace/
Dtrace-agent-rw.c117 pthread_mutex_unlock(&mutex_notify); in rw_thread_main()

12