OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_sem_destroy
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/helgrind/tests/
tc24_nonzero_sem.c
16
static int
my_sem_destroy
(sem_t*);
44
r=
my_sem_destroy
(sem); assert(!r);
79
static int
my_sem_destroy
( sem_t* s )
function
tc17_sembar.c
29
static int
my_sem_destroy
(sem_t*);
65
my_sem_destroy
(bar->sem1);
66
my_sem_destroy
(bar->sem2);
67
my_sem_destroy
(bar->xxx);
251
static int
my_sem_destroy
( sem_t* s )
function
tc23_bogus_condwait.c
14
static int
my_sem_destroy
(sem_t*);
86
r=
my_sem_destroy
( quit_now ); assert(!r);
127
static int
my_sem_destroy
( sem_t* s )
function
Completed in 4773 milliseconds