OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:semaphore_info
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/drd/
drd_semaphore.h
36
struct
semaphore_info
;
40
struct
semaphore_info
* DRD_(semaphore_init)(const Addr semaphore,
44
struct
semaphore_info
* DRD_(semaphore_open)(const Addr semaphore,
drd_semaphore.c
39
static void semaphore_cleanup(struct
semaphore_info
* p);
51
static void drd_segment_push(struct
semaphore_info
* p, Segment* sg)
65
static Segment* drd_segment_pop(struct
semaphore_info
* p)
92
* Initialize the memory 'p' points at as a
semaphore_info
structure for the
96
void drd_semaphore_initialize(struct
semaphore_info
* const p,
117
static void semaphore_cleanup(struct
semaphore_info
* p)
142
struct
semaphore_info
*
145
struct
semaphore_info
*p;
162
static struct
semaphore_info
* semaphore_get(const Addr semaphore)
169
struct
semaphore_info
* DRD_(semaphore_init)(const Addr semaphore
[
all
...]
drd_clientobj.h
99
struct
semaphore_info
struct
150
struct
semaphore_info
semaphore;
Completed in 109 milliseconds