OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evthread_lock_callbacks
(Results
1 - 5
of
5
) sorted by null
/external/libevent/include/event2/
thread.h
93
struct
evthread_lock_callbacks
{
struct
121
* documentation for the individual members of
evthread_lock_callbacks
.
127
int evthread_set_lock_callbacks(const struct
evthread_lock_callbacks
*);
/external/libevent/
evthread.c
49
GLOBAL struct
evthread_lock_callbacks
_evthread_lock_fns = {
58
static struct
evthread_lock_callbacks
_original_lock_fns = {
72
evthread_set_lock_callbacks(const struct
evthread_lock_callbacks
*cbs)
74
struct
evthread_lock_callbacks
*target =
269
struct
evthread_lock_callbacks
cbs = {
280
sizeof(struct
evthread_lock_callbacks
));
282
sizeof(struct
evthread_lock_callbacks
));
evthread_pthread.c
164
struct
evthread_lock_callbacks
cbs = {
evthread-internal.h
50
extern struct
evthread_lock_callbacks
_evthread_lock_fns;
evthread_win32.c
300
struct
evthread_lock_callbacks
cbs = {
Completed in 435 milliseconds