Home
last modified time | relevance | path

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

/linux-4.1.27/tools/lib/lockdep/tests/
DAA.c10 pthread_mutex_lock(&a); in main()
11 pthread_mutex_lock(&b); in main()
12 pthread_mutex_lock(&a); in main()
Dcommon.h6 pthread_mutex_lock(&(a)); \
7 pthread_mutex_lock(&(b)); \
Dunlock_balance.c9 pthread_mutex_lock(&a); in main()
/linux-4.1.27/tools/lib/lockdep/include/liblockdep/
Dmutex.h39 return pthread_mutex_lock(&lock->mutex); in liblockdep_pthread_mutex_lock()
63 #define pthread_mutex_lock liblockdep_pthread_mutex_lock macro
/linux-4.1.27/tools/perf/ui/tui/
Dutil.c95 pthread_mutex_lock(&ui__lock); in ui_browser__input_window()
131 pthread_mutex_lock(&ui__lock); in ui_browser__input_window()
187 pthread_mutex_lock(&ui__lock); in ui__question_window()
Dprogress.c22 pthread_mutex_lock(&ui__lock); in tui_progress__update()
Dhelpline.c34 pthread_mutex_lock(&ui__lock); in tui_helpline__show()
Dsetup.c28 pthread_mutex_lock(&ui__lock); in ui__refresh_dimensions()
/linux-4.1.27/tools/testing/selftests/timers/
Dthreadtest.c71 pthread_mutex_lock(&print_lock); in checklist()
97 pthread_mutex_lock(&list_lock); in shared_thread()
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/
Dspinlock.h12 pthread_mutex_lock(mutex); in arch_spin_lock()
/linux-4.1.27/tools/perf/bench/
Dfutex-wake.c56 pthread_mutex_lock(&thread_lock); in workerfn()
157 pthread_mutex_lock(&thread_lock); in bench_futex_wake()
Dfutex-requeue.c68 pthread_mutex_lock(&thread_lock); in workerfn()
157 pthread_mutex_lock(&thread_lock); in bench_futex_requeue()
Dfutex-hash.c64 pthread_mutex_lock(&thread_lock); in workerfn()
173 pthread_mutex_lock(&thread_lock); in bench_futex_hash()
Dnuma.c1071 pthread_mutex_lock(&g->startup_mutex); in worker_thread()
1076 pthread_mutex_lock(&g->start_work_mutex); in worker_thread()
1102 pthread_mutex_lock(td->process_lock); in worker_thread()
1110 pthread_mutex_lock(td->process_lock); in worker_thread()
1200 pthread_mutex_lock(&g->stop_work_mutex); in worker_thread()
1432 pthread_mutex_lock(&g->start_work_mutex); in __bench_numa()
1464 pthread_mutex_lock(&g->startup_done_mutex); in __bench_numa()
1470 pthread_mutex_lock(&g->startup_done_mutex); in __bench_numa()
/linux-4.1.27/tools/perf/ui/
Dbrowser.c242 pthread_mutex_lock(&ui__lock); in ui_browser__show_title()
258 pthread_mutex_lock(&ui__lock); in ui_browser__show()
275 pthread_mutex_lock(&ui__lock); in ui_browser__hide()
324 pthread_mutex_lock(&ui__lock); in ui_browser__refresh()
362 pthread_mutex_lock(&ui__lock); in ui_browser__run()
/linux-4.1.27/tools/virtio/virtio-trace/
Dtrace-agent-rw.c117 pthread_mutex_lock(&mutex_notify); in rw_thread_main()
/linux-4.1.27/tools/perf/
Dbuiltin-top.c115 pthread_mutex_lock(&notes->lock); in perf_top__parse_source()
119 pthread_mutex_lock(&notes->lock); in perf_top__parse_source()
212 pthread_mutex_lock(&he->hists->lock); in perf_top__record_precise_ip()
228 pthread_mutex_lock(&notes->lock); in perf_top__show_details()
786 pthread_mutex_lock(&hists->lock); in perf_event__process_sample()
Dbuiltin-sched.c519 ret = pthread_mutex_lock(&sched->start_work_mutex); in thread_func()
536 ret = pthread_mutex_lock(&sched->work_done_wait_mutex); in thread_func()
556 err = pthread_mutex_lock(&sched->start_work_mutex); in create_tasks()
558 err = pthread_mutex_lock(&sched->work_done_wait_mutex); in create_tasks()
591 ret = pthread_mutex_lock(&sched->work_done_wait_mutex); in wait_for_tasks()
618 ret = pthread_mutex_lock(&sched->start_work_mutex); in wait_for_tasks()
/linux-4.1.27/tools/thermal/tmon/
Dtmon.c89 pthread_mutex_lock(&input_lock); in tmon_cleanup()
Dtui.c492 pthread_mutex_lock(&input_lock); in handle_tui_events()
/linux-4.1.27/tools/lib/lockdep/
Dpreload.c249 int pthread_mutex_lock(pthread_mutex_t *mutex) in pthread_mutex_lock() function
/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c353 pthread_mutex_lock(&notes->lock); in annotate_browser__calc_percent()
469 pthread_mutex_lock(&notes->lock); in annotate_browser__callq()
/linux-4.1.27/Documentation/
Drobust-futexes.txt34 created: pthread_mutex_lock() returns an error value if the owner exits
/linux-4.1.27/tools/perf/util/
Dhist.c1001 pthread_mutex_lock(&hists->lock); in hists__get_rotate_entries_in()
Dannotate.c480 pthread_mutex_lock(&notes->lock); in symbol__annotate_zero_histograms()