Searched refs:stopped (Results 1 - 10 of 10) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.cpp31 DebugEvent::SetThreadStopped(bool stopped) argument
33 fThreadStopped = stopped;
H A DDebugEvent.h39 void SetThreadStopped(bool stopped);
/haiku/src/libs/compat/freebsd_network/
H A Dcallout.cpp252 int stopped = -1; local
254 stopped = _callout_stop(c, 0, true);
255 return (stopped == -1) ? 0 : 1;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_xmit.c570 * queue is stopped.
584 * zero is not sufficient to say that the queue has stopped.
841 HAL_BOOL stopped; local
846 * First of all, make sure RX has been stopped
850 stopped = ar9300_set_rx_abort(ah, AH_TRUE); /* abort and disable PCU */
852 stopped &= ar9300_stop_dma_receive(ah, 0); /* stop and disable RX DMA */
853 if (!stopped) {
H A Dar9300_reset.c1264 /* TX must be stopped by now */
4539 HAL_BOOL stopped, cal_ret; local
4598 stopped = ar9300_set_rx_abort(ah, AH_TRUE); /* abort and disable PCU */
4600 stopped &= ar9300_stop_dma_receive(ah, 0); /* stop and disable RX DMA */
4601 if (!stopped) {
4812 * If channel_change completed and DMA was stopped
/haiku/headers/os/kernel/
H A Ddebugger.h120 // Value indicating how a stopped thread shall continue.
157 B_DEBUG_MESSAGE_CONTINUE_THREAD, // continue a stopped thread
158 B_DEBUG_MESSAGE_SET_CPU_STATE, // change a stopped thread's CPU state
293 // (bad thread ID, thread not stopped)
294 debug_debugger_message message; // the reason why the thread stopped
619 bool stopped; // if true, the thread is no longer member in struct:__anon79
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp754 // unset the "stopped" state
1191 message.stopped = true;
1420 message.stopped = false;
2414 reply.profiler_update.stopped = true;
2947 // already marked stopped or being told to stop?
/haiku/src/bin/debug/profile/
H A Dprofile.cpp921 if (message.profiler_update.stopped) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c2515 iwx_conf_msix_hw(struct iwx_softc *sc, int stopped) argument
2521 if (!stopped && iwx_nic_lock(sc)) {
2529 if (!stopped && iwx_nic_lock(sc)) {
7642 * Tx queues have been flushed and Tx agg has been stopped.
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c1940 iwm_conf_msix_hw(struct iwm_softc *sc, int stopped) argument
1946 if (sc->sc_mqrx_supported && !stopped && iwm_nic_lock(sc)) {
1954 if (!stopped && iwm_nic_lock(sc)) {
8653 * Tx queues have been flushed and Tx agg has been stopped.

Completed in 137 milliseconds