Home
last modified time | relevance | path

Searched refs:cc_storage (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/threads/
H A Dstorage.cpp89 static cc_storage *
93 cc_storage * storage = (cc_storage *) malloc(sizeof(cc_storage)); in cc_storage_init()
108 cc_storage * storage = (cc_storage*) closure; in cc_storage_hash_destruct_cb()
119 cc_storage *
125 cc_storage *
136 cc_storage_destruct(cc_storage * storage) in cc_storage_destruct()
156 cc_storage_get(cc_storage * storage) in cc_storage_get()
199 cc_storage_apply_to_all(cc_storage * storage, in cc_storage_apply_to_all()
H A Dstoragep.h53 struct cc_storage { struct
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/C/threads/
H A Dstorage.h50 COIN_DLL_API cc_storage * cc_storage_construct(unsigned int size);
51 COIN_DLL_API cc_storage * cc_storage_construct_etc(unsigned int size,
54 COIN_DLL_API void cc_storage_destruct(cc_storage * storage);
56 COIN_DLL_API void * cc_storage_get(cc_storage * storage);
57 COIN_DLL_API void cc_storage_apply_to_all(cc_storage * storage,
H A Dcommon.h61 typedef struct cc_storage cc_storage; typedef
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/threads/
H A DSbTypedStorage.h49 cc_storage * storage;
H A DSbStorage.h54 cc_storage * storage;
/dports/graphics/Coin/coin-Coin-4.0.0/src/rendering/
H A DSoGLBigImage.cpp127 cc_storage * storage;
/dports/graphics/Coin/coin-Coin-4.0.0/docs/
H A DChangeLog.20044818 Build fixes: SbStorage / cc_storage should now be built even though thread-
4874 Internal interface fix: make SbStorage / cc_storage work even when no
H A DChangeLog.20027373 Reimplemented cc_storage to make it platform independent.