OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MutexT
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/drd/
drd_mutex.h
29
#include "drd_clientreq.h" //
MutexT
39
struct mutex_info* DRD_(mutex_init)(const Addr mutex, const
MutexT
mutex_type);
43
void DRD_(mutex_pre_lock)(const Addr mutex, const
MutexT
mutex_type,
47
void DRD_(mutex_unlock)(const Addr mutex, const
MutexT
mutex_type);
50
const char* DRD_(mutex_type_name)(const
MutexT
mt);
drd_clientreq.h
87
/* args: Addr,
MutexT
*/
96
/* args: Addr,
MutexT
*/
99
/* args: Addr,
MutexT
, Bool */
130
/* args: Addr cond, Addr mutex,
MutexT
mt */
237
}
MutexT
;
drd_qtcore_intercepts.c
63
static
MutexT
qt_to_drd_mutex_type(qt_mutex_mode mode)
79
static
MutexT
mutex_type(void* qt4_mutex)
drd_mutex.c
69
const Addr mutex, const
MutexT
mutex_type)
141
DRD_(mutex_get_or_allocate)(const Addr mutex, const
MutexT
mutex_type)
177
DRD_(mutex_init)(const Addr mutex, const
MutexT
mutex_type)
233
void DRD_(mutex_pre_lock)(const Addr mutex,
MutexT
mutex_type,
347
void DRD_(mutex_unlock)(const Addr mutex,
MutexT
mutex_type)
455
const char* DRD_(mutex_type_name)(const
MutexT
mt)
drd_clientobj.h
30
#include "drd_clientreq.h" /*
MutexT
*/
69
MutexT
mutex_type; // pthread_mutex_t or pthread_spinlock_t.
drd_clientreq.c
384
const
MutexT
mutex_type = arg[3];
drd_pthread_intercepts.c
246
static
MutexT
DRD_(pthread_to_drd_mutex_type)(const int kind)
281
static __always_inline
MutexT
DRD_(mutex_type)(pthread_mutex_t* mutex)
[
all
...]
Completed in 153 milliseconds