Home
last modified time | relevance | path

Searched refs:DBusCondVarFreeFunction (Results 1 – 5 of 5) sorted by relevance

/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-threads.h80 typedef void (* DBusCondVarFreeFunction) (DBusCondVar *cond); typedef
162 DBusCondVarFreeFunction condvar_free; /**< Function to free a condition variable */
/dports/devel/dbus-c++/dbus-cplusplus-0.9.1pw/src/
H A Ddispatcher.cpp287 (DBusCondVarFreeFunction) c2, in _init_threading()
308 (DBusCondVarFreeFunction) c2, in _init_threading()
/dports/devel/fpc-dbus/fpc-3.2.2/packages/dbus/src/
H A Ddbus-threads.inc46 DBusCondVarFreeFunction = procedure (cond: PDBusCondVar); cdecl;
86 condvar_free: DBusCondVarFreeFunction; {< Function to free a condition variable }
/dports/lang/fpc-source/fpc-3.2.2/packages/dbus/src/
H A Ddbus-threads.inc46 DBusCondVarFreeFunction = procedure (cond: PDBusCondVar); cdecl;
86 condvar_free: DBusCondVarFreeFunction; {< Function to free a condition variable }
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/dbus/
H A Ddbus.lisp1801 (def-c-type DBusCondVarFreeFunction unknown
1804 (def-c-type DBusCondVarFreeFunction* (c-pointer DBusCondVarFreeFunction))
1902 (condvar_free DBusCondVarFreeFunction) ; Function to free a condition variable