Home
last modified time | relevance | path

Searched refs:pthread_mutex_t (Results 1 – 27 of 27) sorted by relevance

/linux-4.1.27/tools/lib/lockdep/
Dpreload.c43 extern int __pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *attr);
44 extern int __pthread_mutex_lock(pthread_mutex_t *mutex);
45 extern int __pthread_mutex_trylock(pthread_mutex_t *mutex);
46 extern int __pthread_mutex_unlock(pthread_mutex_t *mutex);
47 extern int __pthread_mutex_destroy(pthread_mutex_t *mutex);
55 static int (*ll_pthread_mutex_init)(pthread_mutex_t *mutex,
57 static int (*ll_pthread_mutex_lock)(pthread_mutex_t *mutex) = __pthread_mutex_lock;
58 static int (*ll_pthread_mutex_trylock)(pthread_mutex_t *mutex) = __pthread_mutex_trylock;
59 static int (*ll_pthread_mutex_unlock)(pthread_mutex_t *mutex) = __pthread_mutex_unlock;
60 static int (*ll_pthread_mutex_destroy)(pthread_mutex_t *mutex) = __pthread_mutex_destroy;
[all …]
/linux-4.1.27/tools/lib/lockdep/include/liblockdep/
Dmutex.h8 pthread_mutex_t mutex;
61 #define pthread_mutex_t liblockdep_pthread_mutex_t macro
/linux-4.1.27/tools/testing/selftests/timers/
Dthreadtest.c39 pthread_mutex_t list_lock = PTHREAD_MUTEX_INITIALIZER;
41 pthread_mutex_t print_lock = PTHREAD_MUTEX_INITIALIZER;
/linux-4.1.27/tools/lib/lockdep/tests/
Dunlock_balance.c5 pthread_mutex_t a; in main()
DAA.c5 pthread_mutex_t a, b; in main()
DABBA.c6 pthread_mutex_t a, b; in main()
DABCABC.c6 pthread_mutex_t a, b, c; in main()
DABBCCA.c6 pthread_mutex_t a, b, c; in main()
DABCDBDDA.c6 pthread_mutex_t a, b, c, d; in main()
DABCDBCDA.c6 pthread_mutex_t a, b, c, d; in main()
DABBCCDDA.c6 pthread_mutex_t a, b, c, d; in main()
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/
Dspinlock.h7 #define arch_spinlock_t pthread_mutex_t
/linux-4.1.27/tools/perf/ui/
Dui.h8 extern pthread_mutex_t ui__lock;
Dsetup.c8 pthread_mutex_t ui__lock = PTHREAD_MUTEX_INITIALIZER;
/linux-4.1.27/tools/virtio/virtio-trace/
Dtrace-agent.h48 extern pthread_mutex_t mutex_notify;
Dtrace-agent.c28 pthread_mutex_t mutex_notify = PTHREAD_MUTEX_INITIALIZER;
/linux-4.1.27/tools/thermal/tmon/
Dtmon.h44 extern pthread_mutex_t input_lock;
Dtmon.c57 pthread_mutex_t input_lock;
/linux-4.1.27/tools/perf/bench/
Dnuma.c54 pthread_mutex_t *process_lock;
124 pthread_mutex_t startup_mutex;
127 pthread_mutex_t startup_done_mutex;
129 pthread_mutex_t start_work_mutex;
132 pthread_mutex_t stop_work_mutex;
414 static void init_global_mutex(pthread_mutex_t *mutex) in init_global_mutex()
1212 pthread_mutex_t process_lock; in worker_process()
Dfutex-wake.c35 static pthread_mutex_t thread_lock;
Dfutex-requeue.c34 static pthread_mutex_t thread_lock;
Dfutex-hash.c32 static pthread_mutex_t thread_lock;
/linux-4.1.27/tools/perf/util/
Dannotate.h115 pthread_mutex_t lock;
Dhist.h67 pthread_mutex_t lock;
/linux-4.1.27/Documentation/locking/
Drt-mutex.txt5 which enable pthread_mutex_t priority inheritance attributes
/linux-4.1.27/Documentation/
Drobust-futexes.txt27 process exits prematurely while holding a pthread_mutex_t lock that is
29 pthread_mutex_t, or yum is kill -9-ed), then waiters for that lock need
/linux-4.1.27/tools/perf/
Dbuiltin-sched.c131 pthread_mutex_t start_work_mutex;
132 pthread_mutex_t work_done_wait_mutex;