Home
last modified time | relevance | path

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

12

/Linux-v5.10/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.10/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.10/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.10/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.c41 pthread_mutex_unlock(&cachep->lock); in kmem_cache_alloc()
45 pthread_mutex_unlock(&cachep->lock); in kmem_cache_alloc()
78 pthread_mutex_unlock(&cachep->lock); in kmem_cache_free()
/Linux-v5.10/tools/perf/ui/tui/
Dutil.c128 pthread_mutex_unlock(&ui__lock); in ui_browser__input_window()
138 pthread_mutex_unlock(&ui__lock); in ui_browser__input_window()
150 pthread_mutex_unlock(&ui__lock); in ui_browser__input_window()
221 pthread_mutex_unlock(&ui__lock); in ui__info_window()
230 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()
/Linux-v5.10/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.10/tools/testing/selftests/timers/
Dthreadtest.c72 pthread_mutex_unlock(&print_lock); in checklist()
94 pthread_mutex_unlock(&list_lock); in shared_thread()
/Linux-v5.10/tools/perf/bench/
Dfutex-wake.c69 pthread_mutex_unlock(&thread_lock); in workerfn()
177 pthread_mutex_unlock(&thread_lock); in bench_futex_wake()
Dfutex-requeue.c81 pthread_mutex_unlock(&thread_lock); in workerfn()
172 pthread_mutex_unlock(&thread_lock); in bench_futex_requeue()
Dfutex-hash.c79 pthread_mutex_unlock(&thread_lock); in workerfn()
191 pthread_mutex_unlock(&thread_lock); in bench_futex_hash()
Dfutex-lock-pi.c89 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()
294 pthread_mutex_unlock(&thread_lock); in bench_futex_wake_parallel()
Dnuma.c1156 pthread_mutex_unlock(&g->startup_mutex); in worker_thread()
1165 pthread_mutex_unlock(&g->start_work_mutex); in worker_thread()
1186 pthread_mutex_unlock(td->process_lock); in worker_thread()
1194 pthread_mutex_unlock(td->process_lock); in worker_thread()
1292 pthread_mutex_unlock(&g->stop_work_mutex); in worker_thread()
1556 pthread_mutex_unlock(&g->startup_mutex); in __bench_numa()
1562 pthread_mutex_unlock(&g->start_work_mutex); in __bench_numa()
1582 pthread_mutex_unlock(&g->start_work_mutex); in __bench_numa()
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dsockopt_inherit.c77 pthread_mutex_unlock(&server_started_mtx); in server_thread()
201 pthread_mutex_unlock(&server_started_mtx); in run_test()
/Linux-v5.10/samples/bpf/
Dxsk_fwd.c277 pthread_mutex_unlock(&bp->lock); in bcache_init()
285 pthread_mutex_unlock(&bp->lock); in bcache_init()
307 pthread_mutex_unlock(&bp->lock); in bcache_free()
343 pthread_mutex_unlock(&bp->lock); in bcache_cons_check()
351 pthread_mutex_unlock(&bp->lock); in bcache_cons_check()
399 pthread_mutex_unlock(&bp->lock); in bcache_prod()
/Linux-v5.10/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.10/tools/perf/util/
Ddso.c654 pthread_mutex_unlock(&dso__data_open_lock); in dso__data_close()
709 pthread_mutex_unlock(&dso__data_open_lock); in dso__data_get_fd()
716 pthread_mutex_unlock(&dso__data_open_lock); in dso__data_put_fd()
784 pthread_mutex_unlock(&dso->lock); in dso_cache__free()
842 pthread_mutex_unlock(&dso->lock); in dso_cache__insert()
880 pthread_mutex_unlock(&dso__data_open_lock); in file_read()
1010 pthread_mutex_unlock(&dso__data_open_lock); in file_size()
/Linux-v5.10/tools/perf/
Dbuiltin-top.c141 pthread_mutex_unlock(&notes->lock); in perf_top__parse_source()
157 pthread_mutex_unlock(&notes->lock); in perf_top__parse_source()
215 pthread_mutex_unlock(&notes->lock); in perf_top__record_precise_ip()
222 pthread_mutex_unlock(&he->hists->lock); in perf_top__record_precise_ip()
273 pthread_mutex_unlock(&notes->lock); in perf_top__show_details()
848 pthread_mutex_unlock(&hists->lock); in perf_event__process_sample()
907 pthread_mutex_unlock(&top->qe.mutex); in perf_top__mmap_read_idx()
1114 pthread_mutex_unlock(&top->qe.mutex); in process_thread()
/Linux-v5.10/tools/testing/selftests/powerpc/nx-gzip/include/
Dnx_dbg.h43 pthread_mutex_unlock(&mutex_log); \
/Linux-v5.10/tools/testing/selftests/timens/
Dclock_nanosleep.c37 pthread_mutex_unlock(args->lock); in call_nanosleep()

12