OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:table_lock
(Results
1 - 4
of
4
) sorted by null
/external/libdrm/freedreno/
freedreno_bo.c
36
static pthread_mutex_t
table_lock
= PTHREAD_MUTEX_INITIALIZER;
variable
40
/* set buffer name, and add to table, call w/
table_lock
held: */
48
/* lookup a buffer, call w/
table_lock
held: */
62
/* allocate a new buffer object, call w/
table_lock
held */
86
/* Frees older cached buffers. Called under
table_lock
*/
150
pthread_mutex_lock(&
table_lock
);
167
pthread_mutex_unlock(&
table_lock
);
199
pthread_mutex_lock(&
table_lock
);
202
pthread_mutex_unlock(&
table_lock
);
212
pthread_mutex_lock(&
table_lock
);
[
all
...]
freedreno_device.c
40
static pthread_mutex_t
table_lock
= PTHREAD_MUTEX_INITIALIZER;
variable
159
pthread_mutex_lock(&
table_lock
);
161
pthread_mutex_unlock(&
table_lock
);
freedreno_priv.h
97
/* for where @
table_lock
is already held: */
/external/libdrm/omap/
omap_drm.c
53
static pthread_mutex_t
table_lock
= PTHREAD_MUTEX_INITIALIZER;
variable
99
pthread_mutex_lock(&
table_lock
);
113
pthread_mutex_unlock(&
table_lock
);
128
pthread_mutex_lock(&
table_lock
);
131
pthread_mutex_unlock(&
table_lock
);
163
/* lookup a buffer from it's handle, call w/
table_lock
held: */
175
/* allocate a new buffer object, call w/
table_lock
held */
214
pthread_mutex_lock(&
table_lock
);
216
pthread_mutex_unlock(&
table_lock
);
296
pthread_mutex_lock(&
table_lock
);
[
all
...]
Completed in 1592 milliseconds