Home
last modified time | relevance | path

Searched defs:xTask (Results 1 – 23 of 23) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dthreads.c46 void *(*xTask)(void*); /* The thread routine */ member
117 void *(*xTask)(void*); /* The routine to run as a thread */ member
220 void *(*xTask)(void*); /* The routine to run as a thread */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dthreads.c46 void *(*xTask)(void*); /* The thread routine */ member
117 void *(*xTask)(void*); /* The routine to run as a thread */ member
220 void *(*xTask)(void*); /* The routine to run as a thread */ member
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dthreads.c46 void *(*xTask)(void*); /* The thread routine */ member
117 void *(*xTask)(void*); /* The routine to run as a thread */ member
220 void *(*xTask)(void*); /* The routine to run as a thread */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dthreads.c46 void *(*xTask)(void*); /* The thread routine */ member
117 void *(*xTask)(void*); /* The routine to run as a thread */ member
220 void *(*xTask)(void*); /* The routine to run as a thread */ member
/dports/lang/micropython/micropython-1.17/ports/cc3200/FreeRTOS/Source/
H A Dtasks.c1269 eTaskState eTaskGetState( TaskHandle_t xTask ) in eTaskGetState()
1340 UBaseType_t uxTaskPriorityGet( TaskHandle_t xTask ) in uxTaskPriorityGet()
1362 UBaseType_t uxTaskPriorityGetFromISR( TaskHandle_t xTask ) in uxTaskPriorityGetFromISR()
1402 void vTaskPrioritySet( TaskHandle_t xTask, UBaseType_t uxNewPriority ) in vTaskPrioritySet()
1656 static BaseType_t prvTaskIsTaskSuspended( const TaskHandle_t xTask ) in prvTaskIsTaskSuspended()
2427 BaseType_t xTaskAbortDelay( TaskHandle_t xTask ) in xTaskAbortDelay()
2700 TaskHookFunction_t xTaskGetApplicationTaskTag( TaskHandle_t xTask ) in xTaskGetApplicationTaskTag()
3084 UBaseType_t uxTaskGetTaskNumber( TaskHandle_t xTask ) in uxTaskGetTaskNumber()
3107 void vTaskSetTaskNumber( TaskHandle_t xTask, const UBaseType_t uxHandle ) in vTaskSetTaskNumber()
3553 UBaseType_t uxTaskGetStackHighWaterMark( TaskHandle_t xTask ) in uxTaskGetStackHighWaterMark()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dviewfrm2.cxx218 Reference < XCloseable > xTask( GetFrame().GetFrameInterface(), UNO_QUERY ); in Exec_Impl() local
294 Reference < XCloseable > xTask( GetFrame().GetFrameInterface(), UNO_QUERY ); in GetState_Impl() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dviewfrm2.cxx222 Reference < XCloseable > xTask( GetFrame().GetFrameInterface(), UNO_QUERY ); in Exec_Impl() local
298 Reference < XCloseable > xTask( GetFrame().GetFrameInterface(), UNO_QUERY ); in GetState_Impl() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/classes/
H A Dtaskcreator.cxx102 …css::uno::Reference< css::frame::XFrame > xTask(xCreator->createInstanceWithArguments(lArgs), css:… in createTask() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/classes/
H A Dtaskcreator.cxx118 …css::uno::Reference< css::frame::XFrame > xTask(xCreator->createInstanceWithArguments(lArgs), css:… in createTask() local
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/freertos/
H A Dtask.h2841 #define xTaskNotifyStateClear( xTask ) \ argument
2843 #define xTaskNotifyStateClearIndexed( xTask, uxIndexToClear ) \ argument
2912 #define ulTaskNotifyValueClear( xTask, ulBitsToClear ) \ argument
2914 #define ulTaskNotifyValueClearIndexed( xTask, uxIndexToClear, ulBitsToClear ) \ argument
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/freertos/
H A Dtask.h2794 #define xTaskNotifyStateClear( xTask ) \ argument
2796 #define xTaskNotifyStateClearIndexed( xTask, uxIndexToClear ) \ argument
2864 #define ulTaskNotifyValueClear( xTask, ulBitsToClear ) \ argument
2866 #define ulTaskNotifyValueClearIndexed( xTask, uxIndexToClear, ulBitsToClear ) \ argument
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/freertos/
H A Dtask.h2841 #define xTaskNotifyStateClear( xTask ) \ argument
2843 #define xTaskNotifyStateClearIndexed( xTask, uxIndexToClear ) \ argument
2912 #define ulTaskNotifyValueClear( xTask, ulBitsToClear ) \ argument
2914 #define ulTaskNotifyValueClearIndexed( xTask, uxIndexToClear, ulBitsToClear ) \ argument
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/freertos/
H A Dtask.h2745 #define xTaskNotifyStateClear( xTask ) \ argument
2747 #define xTaskNotifyStateClearIndexed( xTask, uxIndexToClear ) \ argument
2814 #define ulTaskNotifyValueClear( xTask, ulBitsToClear ) \ argument
2816 #define ulTaskNotifyValueClearIndexed( xTask, uxIndexToClear, ulBitsToClear ) \ argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/unodraw/
H A Drecoveryui.cxx295 css::uno::Reference< css::frame::XFrame > xTask; in impl_showAllRecoveredDocs() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/unodraw/
H A Drecoveryui.cxx300 css::uno::Reference< css::frame::XFrame > xTask; in impl_showAllRecoveredDocs() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java785 … com.sun.star.frame.XTask xTask = UnoRuntime.queryInterface(com.sun.star.frame.XTask.class, in closeFrame() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java785 … com.sun.star.frame.XTask xTask = UnoRuntime.queryInterface(com.sun.star.frame.XTask.class, in closeFrame() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/loadenv/
H A Dloadenv.cxx1311 css::uno::Reference< css::frame::XFrame > xTask; in impl_searchAlreadyLoaded() local
1485 css::uno::Reference< css::frame::XFrame > xTask = xSupplier->getActiveFrame(); in impl_searchRecycleTarget() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/loadenv/
H A Dloadenv.cxx1313 css::uno::Reference< css::frame::XFrame > xTask; in impl_searchAlreadyLoaded() local
1466 css::uno::Reference< css::frame::XFrame > xTask = xSupplier->getActiveFrame(); in impl_searchRecycleTarget() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dappserv.cxx499 Reference < XCloseable > xTask; in MiscExec_Impl() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dappserv.cxx438 Reference < XCloseable > xTask; in MiscExec_Impl() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/app/
H A Dapp.cxx2254 Reference< css::frame::XFrame > xTask = xDesktop->getActiveFrame(); in HandleAppEvent() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/app/
H A Dapp.cxx2290 Reference< css::frame::XFrame > xTask = xDesktop->getActiveFrame(); in HandleAppEvent() local