HomeSort by: relevance | last modified time | path
    Searched refs:evthread_condition_callbacks (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/libevent/dist/include/event2/
thread.h 141 struct evthread_condition_callbacks { struct
175 * documentation for the individual members of evthread_condition_callbacks.
183 const struct evthread_condition_callbacks *);
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
thread.h 142 struct evthread_condition_callbacks { struct
176 * documentation for the individual members of evthread_condition_callbacks.
184 const struct evthread_condition_callbacks *);
  /src/external/bsd/libevent/dist/
evthread.c 63 GLOBAL struct evthread_condition_callbacks evthread_cond_fns_ = {
71 static struct evthread_condition_callbacks original_cond_fns_ = {
86 struct evthread_condition_callbacks *evthread_get_condition_callbacks()
140 evthread_set_condition_callbacks(const struct evthread_condition_callbacks *cbs)
142 struct evthread_condition_callbacks *target = evthread_get_condition_callbacks();
340 sizeof(struct evthread_condition_callbacks));
evthread_pthread.c 177 struct evthread_condition_callbacks cond_cbs = {
evthread-internal.h 57 extern struct evthread_condition_callbacks evthread_cond_fns_;
397 /** Return current evthread_condition_callbacks */
398 struct evthread_condition_callbacks *evthread_get_condition_callbacks(void);
evthread_win32.c 315 struct evthread_condition_callbacks cond_cbs = {
323 struct evthread_condition_callbacks condvar_cbs = {
  /src/external/bsd/ntp/dist/sntp/libevent/
evthread.c 61 GLOBAL struct evthread_condition_callbacks evthread_cond_fns_ = {
69 static struct evthread_condition_callbacks original_cond_fns_ = {
84 struct evthread_condition_callbacks *evthread_get_condition_callbacks()
138 evthread_set_condition_callbacks(const struct evthread_condition_callbacks *cbs)
140 struct evthread_condition_callbacks *target = evthread_get_condition_callbacks();
338 sizeof(struct evthread_condition_callbacks));
evthread_pthread.c 176 struct evthread_condition_callbacks cond_cbs = {
evthread-internal.h 57 extern struct evthread_condition_callbacks evthread_cond_fns_;
397 /** Return current evthread_condition_callbacks */
398 struct evthread_condition_callbacks *evthread_get_condition_callbacks(void);
evthread_win32.c 314 struct evthread_condition_callbacks cond_cbs = {
322 struct evthread_condition_callbacks condvar_cbs = {
  /src/external/bsd/libevent/man/
Makefile 60 evthread_condition_callbacks.3 \
  /src/external/bsd/openldap/dist/servers/lloadd/
libevent_support.c 156 struct evthread_condition_callbacks cond_cbs = {

Completed in 20 milliseconds