OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mx1a
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/helgrind/tests/
locked_vs_unlocked2.c
15
pthread_mutex_t
mx1a
;
variable
27
r= pthread_mutex_lock(&
mx1a
); assert(!r);
31
r= pthread_mutex_unlock(&
mx1a
); assert(!r);
32
r= pthread_mutex_destroy(&
mx1a
); assert(!r);
56
r= pthread_mutex_init(&
mx1a
, NULL); assert(!r);
67
// don't destroy
mx1a
; it's already destroyed.
Completed in 48 milliseconds