Home
last modified time | relevance | path

Searched defs:task (Results 1 – 17 of 17) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A D_task.h48 struct task { struct
53 task_fn_t *ta_func; /* (c) task handler */ argument
54 void *ta_context; /* (c) argument for handler */
/haiku/src/add-ons/kernel/file_systems/fat/bsd/sys/
H A D_task.h34 struct task { struct
35 int (*ta_func)(void*);
36 void* ta_context;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DTaskManager.cpp104 TaskManager::RunTask(Task* task) in RunTask()
121 Task* task = fTasks.First(); in RemoveDoneTasks() local
137 while (Task* task = fTasks.First()) { in TerminateAllTasks() local
/haiku/src/preferences/repositories/
H A DTaskLooper.cpp126 Task* task = fTaskQueue.ItemAt(index); in MessageReceived() local
179 Task* task; in MessageReceived() local
200 Task* task; in MessageReceived() local
217 TaskLooper::_RemoveAndDelete(Task* task) in _RemoveAndDelete()
232 Task* task = (Task*)data; in _DoTask() local
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_taskqueue.c195 taskqueue_enqueue_locked(struct taskqueue *queue, struct task *task) in taskqueue_enqueue_locked()
243 taskqueue_enqueue(struct taskqueue *queue, struct task *task) in taskqueue_enqueue()
336 struct task *task; in taskqueue_run_locked() local
387 task_is_running(struct taskqueue *queue, struct task *task) in task_is_running()
400 taskqueue_cancel_locked(struct taskqueue *queue, struct task *task, in taskqueue_cancel_locked()
413 taskqueue_cancel(struct taskqueue *queue, struct task *task, u_int *pendp) in taskqueue_cancel()
H A Dtaskqueue.c133 taskqueue_drain(struct taskqueue *taskQueue, struct task *task) in taskqueue_drain()
173 _task_init(struct task *task, int prio, task_fn_t handler, void *context) in _task_init()
/haiku/src/kits/tracker/
H A DTaskLoop.cpp340 TaskLoop::RunLater(DelayedTask* task) in RunLater()
391 AccumulatedOneShotDelayedTask* task in AccumulatedRunLater() local
416 DelayedTask* task = fTaskList.ItemAt(index); in Pulse() local
464 TaskLoop::RemoveTask(DelayedTask* task) in RemoveTask()
472 TaskLoop::AddTask(DelayedTask* task) in AddTask()
H A DFindPanel.cpp3693 DeleteTransientQueriesFunctor(DeleteTransientQueriesTask* task) in DeleteTransientQueriesFunctor()
3703 DeleteTransientQueriesTask* task; member in BPrivate::DeleteTransientQueriesFunctor
H A DFSUtils.cpp3465 BMessage* task = new BMessage; in AsynchLaunchBinder() local
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerManager.cpp249 ServerInfoTask task(this, NULL, serverInfo); in AddServer() local
382 ServerInfoTask* task = new(std::nothrow) ServerInfoTask(this, oldServerInfo, in _BroadcastListener() local
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequests.cpp369 RequestAddressInfoGetter task(infos, count); in get_request_address_infos() local
385 RequestChecker task; in check_request() local
514 RequestRelocator task(requestBufferSize, areas, count); in relocate_request() local
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp349 UserDialogTask* task = new(std::nothrow) UserDialogTask(this, in _RequestThread() local
/haiku/src/apps/diskusage/
H A DPieView.cpp385 const char* task = fScanner->Task(); in _DrawProgressBar() local
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_var.h869 ieee80211_runtask(struct ieee80211com *ic, struct task *task) in ieee80211_runtask()
878 ieee80211_draintask(struct ieee80211com *ic, struct task *task) in ieee80211_draintask()
/haiku/headers/private/userlandfs/private/
H A DRequests.h1983 do_for_request(Request* request, Task& task) in do_for_request()
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c7504 iwx_add_task(struct iwx_softc *sc, struct taskq *taskq, struct task *task) in iwx_add_task()
7520 iwx_del_task(struct iwx_softc *sc, struct taskq *taskq, struct task *task) in iwx_del_task()
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c8506 iwm_add_task(struct iwm_softc *sc, struct taskq *taskq, struct task *task) in iwm_add_task()
8522 iwm_del_task(struct iwm_softc *sc, struct taskq *taskq, struct task *task) in iwm_del_task()