Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/testing/radix-tree/
Dregression1.c115 pthread_mutex_lock(&page->lock); in find_get_pages()
149 pthread_mutex_lock(&mt_lock); in regression1_fn()
154 pthread_mutex_lock(&mt_lock); in regression1_fn()
158 pthread_mutex_lock(&mt_lock); in regression1_fn()
160 pthread_mutex_lock(&p->lock); in regression1_fn()
166 pthread_mutex_lock(&mt_lock); in regression1_fn()
168 pthread_mutex_lock(&p->lock); in regression1_fn()
Dlinux.c35 pthread_mutex_lock(&cachep->lock); in kmem_cache_alloc()
61 pthread_mutex_lock(&cachep->lock); in kmem_cache_free()
Diteration_check.c41 pthread_mutex_lock(&tree_lock); in add_entries_fn()
153 pthread_mutex_lock(&tree_lock); in remove_entries_fn()
Dtest.c191 pthread_mutex_lock(lock); in tag_tagged_items()
203 pthread_mutex_lock(lock); in tag_tagged_items()
/Linux-v4.19/tools/lib/lockdep/tests/
DABBA_2threads.c13 pthread_mutex_lock(&b); in ba_lock()
18 pthread_mutex_lock(&a); in ba_lock()
34 pthread_mutex_lock(&a); in main()
39 pthread_mutex_lock(&b); in main()
DABA.c11 pthread_mutex_lock(&a); in main()
12 pthread_mutex_lock(&b); in main()
13 pthread_mutex_lock(&a); in main()
DAA.c10 pthread_mutex_lock(&a); in main()
11 pthread_mutex_lock(&a); in main()
Dcommon.h7 pthread_mutex_lock(&(a)); \
8 pthread_mutex_lock(&(b)); \
Dunlock_balance.c10 pthread_mutex_lock(&a); in main()
/Linux-v4.19/tools/include/linux/
Dspinlock.h13 #define spin_lock_irqsave(x, f) (void)f, pthread_mutex_lock(x)
21 pthread_mutex_lock(mutex); in arch_spin_lock()
/Linux-v4.19/tools/lib/lockdep/include/liblockdep/
Dmutex.h40 return pthread_mutex_lock(&lock->mutex); in liblockdep_pthread_mutex_lock()
64 #define pthread_mutex_lock liblockdep_pthread_mutex_lock macro
/Linux-v4.19/tools/perf/ui/tui/
Dprogress.c49 pthread_mutex_lock(&ui__lock); in tui_progress__update()
71 pthread_mutex_lock(&ui__lock); in tui_progress__finish()
Dutil.c96 pthread_mutex_lock(&ui__lock); in ui_browser__input_window()
132 pthread_mutex_lock(&ui__lock); in ui_browser__input_window()
188 pthread_mutex_lock(&ui__lock); in ui__question_window()
Dhelpline.c35 pthread_mutex_lock(&ui__lock); in tui_helpline__show()
Dsetup.c32 pthread_mutex_lock(&ui__lock); in ui__refresh_dimensions()
/Linux-v4.19/tools/testing/selftests/timers/
Dthreadtest.c59 pthread_mutex_lock(&print_lock); in checklist()
85 pthread_mutex_lock(&list_lock); in shared_thread()
/Linux-v4.19/tools/perf/bench/
Dfutex-wake.c63 pthread_mutex_lock(&thread_lock); in workerfn()
171 pthread_mutex_lock(&thread_lock); in bench_futex_wake()
Dfutex-requeue.c75 pthread_mutex_lock(&thread_lock); in workerfn()
166 pthread_mutex_lock(&thread_lock); in bench_futex_requeue()
Dfutex-hash.c72 pthread_mutex_lock(&thread_lock); in workerfn()
184 pthread_mutex_lock(&thread_lock); in bench_futex_hash()
Dfutex-lock-pi.c83 pthread_mutex_lock(&thread_lock); in workerfn()
191 pthread_mutex_lock(&thread_lock); in bench_futex_lock_pi()
Dfutex-wake-parallel.c124 pthread_mutex_lock(&thread_lock); in blocked_workerfn()
288 pthread_mutex_lock(&thread_lock); in bench_futex_wake_parallel()
Dnuma.c1131 pthread_mutex_lock(&g->startup_mutex); in worker_thread()
1136 pthread_mutex_lock(&g->start_work_mutex); in worker_thread()
1162 pthread_mutex_lock(td->process_lock); in worker_thread()
1170 pthread_mutex_lock(td->process_lock); in worker_thread()
1268 pthread_mutex_lock(&g->stop_work_mutex); in worker_thread()
1500 pthread_mutex_lock(&g->start_work_mutex); in __bench_numa()
1532 pthread_mutex_lock(&g->startup_done_mutex); in __bench_numa()
1538 pthread_mutex_lock(&g->startup_done_mutex); in __bench_numa()
/Linux-v4.19/tools/perf/ui/
Dbrowser.c272 pthread_mutex_lock(&ui__lock); in ui_browser__show_title()
288 pthread_mutex_lock(&ui__lock); in ui_browser__show()
305 pthread_mutex_lock(&ui__lock); in ui_browser__hide()
354 pthread_mutex_lock(&ui__lock); in ui_browser__refresh()
392 pthread_mutex_lock(&ui__lock); in ui_browser__run()
/Linux-v4.19/tools/perf/util/
Ddso.c626 pthread_mutex_lock(&dso__data_open_lock); in dso__data_close()
677 if (pthread_mutex_lock(&dso__data_open_lock) < 0) in dso__data_get_fd()
711 pthread_mutex_lock(&dso->lock); in dso_cache__free()
757 pthread_mutex_lock(&dso->lock); in dso_cache__insert()
808 pthread_mutex_lock(&dso__data_open_lock); in dso_cache__read()
909 pthread_mutex_lock(&dso__data_open_lock); in data_file_size()
/Linux-v4.19/tools/virtio/virtio-trace/
Dtrace-agent-rw.c117 pthread_mutex_lock(&mutex_notify); in rw_thread_main()

12