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

  /src/external/bsd/libevent/dist/include/event2/
thread.h 96 struct evthread_lock_callbacks { struct
124 * documentation for the individual members of evthread_lock_callbacks.
131 int evthread_set_lock_callbacks(const struct evthread_lock_callbacks *);
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
thread.h 97 struct evthread_lock_callbacks { struct
125 * documentation for the individual members of evthread_lock_callbacks.
132 int evthread_set_lock_callbacks(const struct evthread_lock_callbacks *);
  /src/external/bsd/libevent/dist/
evthread.c 59 GLOBAL struct evthread_lock_callbacks evthread_lock_fns_ = {
68 static struct evthread_lock_callbacks original_lock_fns_ = {
81 struct evthread_lock_callbacks *evthread_get_lock_callbacks()
97 evthread_set_lock_callbacks(const struct evthread_lock_callbacks *cbs)
99 struct evthread_lock_callbacks *target = evthread_get_lock_callbacks();
324 struct evthread_lock_callbacks cbs = {
335 sizeof(struct evthread_lock_callbacks));
337 sizeof(struct evthread_lock_callbacks));
evthread_pthread.c 169 struct evthread_lock_callbacks cbs = {
evthread-internal.h 55 extern struct evthread_lock_callbacks evthread_lock_fns_;
394 /** Return current evthread_lock_callbacks */
396 struct evthread_lock_callbacks *evthread_get_lock_callbacks(void);
evthread_win32.c 305 struct evthread_lock_callbacks cbs = {
  /src/external/bsd/ntp/dist/sntp/libevent/
evthread.c 57 GLOBAL struct evthread_lock_callbacks evthread_lock_fns_ = {
66 static struct evthread_lock_callbacks original_lock_fns_ = {
79 struct evthread_lock_callbacks *evthread_get_lock_callbacks()
95 evthread_set_lock_callbacks(const struct evthread_lock_callbacks *cbs)
97 struct evthread_lock_callbacks *target = evthread_get_lock_callbacks();
322 struct evthread_lock_callbacks cbs = {
333 sizeof(struct evthread_lock_callbacks));
335 sizeof(struct evthread_lock_callbacks));
evthread_pthread.c 168 struct evthread_lock_callbacks cbs = {
evthread-internal.h 55 extern struct evthread_lock_callbacks evthread_lock_fns_;
394 /** Return current evthread_lock_callbacks */
396 struct evthread_lock_callbacks *evthread_get_lock_callbacks(void);
evthread_win32.c 304 struct evthread_lock_callbacks cbs = {
  /src/external/bsd/libevent/man/
Makefile 61 evthread_lock_callbacks.3 \
  /src/external/bsd/openldap/dist/servers/lloadd/
libevent_support.c 148 struct evthread_lock_callbacks cbs = {
  /src/external/bsd/libevent/dist/test/
regress_bufferevent.c 239 struct evthread_lock_callbacks cbs;
317 struct evthread_lock_callbacks cbs = {
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_bufferevent.c 237 struct evthread_lock_callbacks cbs;
315 struct evthread_lock_callbacks cbs = {

Completed in 26 milliseconds