HomeSort by relevance Sort by last modified time
    Searched refs:init_func (Results 1 - 8 of 8) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
once.h 46 // * A function GogoleOnceInit(ProtobufOnceType* once, void (*init_func)()).
48 // object, will invoke init_func on the first call only, and will make sure
49 // none of the calls return before that first call to init_func has finished.
91 void Init(void (*init_func)());
100 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
103 once->Init(init_func);
114 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
115 pthread_once(once, init_func);
once.cc 70 void ProtobufOnceType::Init(void (*init_func)()) {
79 init_func();
  /external/bluetooth/glib/tests/gobject/
testcommon.h 86 #define INTERFACE_FULL(type, init_func, iface_type) \
90 (GInterfaceInitFunc) init_func, NULL, NULL \
95 #define INTERFACE(init_func, iface_type) \
96 INTERFACE_FULL(object_type, init_func, iface_type)
ifaceinherit.c 117 GInterfaceInitFunc init_func)
121 iface_info.interface_init = init_func;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 98 FstInitFunc init_func = local
100 if (init_func == 0) {
104 (*init_func)();
  /external/clearsilver/mod_ecs/
mod_ecs.c 411 InitFunc init_func; local
417 if ((init_func = (InitFunc)ap_os_dso_sym(dlhandle, ECSInit))) {
418 (*init_func)();
434 InitFunc init_func; local
466 if ((init_func = (InitFunc)ap_os_dso_sym(dlhandle, ECSInit))) {
467 (*init_func)();
  /bionic/linker/
linker.h 141 void (*init_func)(void); member in struct:soinfo
linker.c     [all...]

Completed in 115 milliseconds