Searched refs:REPMGR_RUNNABLE (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_method.c28 REPMGR_RUNNABLE *selector, *messenger;
71 sizeof(REPMGR_RUNNABLE *), &db_rep->messengers)) != 0)
101 if ((ret = __os_calloc(env, 1, sizeof(REPMGR_RUNNABLE), &selector))
114 if ((ret = __os_calloc(env, 1, sizeof(REPMGR_RUNNABLE),
294 REPMGR_RUNNABLE *messenger;
H A Drepmgr_elect.c74 REPMGR_RUNNABLE *elector;
79 if ((ret = __os_malloc(env, sizeof(REPMGR_RUNNABLE), &elector))
H A Drepmgr_posix.c32 * PUBLIC: int __repmgr_thread_start __P((ENV *, REPMGR_RUNNABLE *));
37 REPMGR_RUNNABLE *runnable;
81 * PUBLIC: int __repmgr_thread_join __P((REPMGR_RUNNABLE *));
85 REPMGR_RUNNABLE *thread;
H A Drepmgr_windows.c51 REPMGR_RUNNABLE *runnable;
67 REPMGR_RUNNABLE *thread;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Drepmgr_ext.h45 int __repmgr_thread_start __P((ENV *, REPMGR_RUNNABLE *));
46 int __repmgr_thread_join __P((REPMGR_RUNNABLE *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drepmgr.h95 struct __repmgr_runnable; typedef struct __repmgr_runnable REPMGR_RUNNABLE; typedef in typeref:struct:__repmgr_runnable
H A Drep.h495 REPMGR_RUNNABLE *selector, **messengers, *elect_thread;

Completed in 100 milliseconds