Home
last modified time | relevance | path

Searched refs:thread_alive (Results 1 – 25 of 93) sorted by relevance

1234

/dports/devel/allegro/allegro-4.4.3.1/src/unix/
H A Duptimer.c68 static int thread_alive; variable
140 while (thread_alive) { in ptimer_thread_func()
179 thread_alive = 1; in ptimer_init()
182 thread_alive = 0; in ptimer_init()
196 if (thread_alive) { in ptimer_exit()
197 thread_alive = 0; in ptimer_exit()
H A Duthreads.c44 static int thread_alive = FALSE; variable
78 while (thread_alive) { in bg_man_pthreads_threadfunc()
125 ASSERT(!thread_alive); in bg_man_pthreads_init()
136 thread_alive = TRUE; in bg_man_pthreads_init()
138 thread_alive = FALSE; in bg_man_pthreads_init()
155 ASSERT(!!thread == !!thread_alive); in bg_man_pthreads_exit()
158 thread_alive = FALSE; in bg_man_pthreads_exit()
/dports/games/retroarch/RetroArch-1.9.7/audio/drivers/
H A Ddsound.c75 volatile bool thread_alive; member
147 while (ds->thread_alive) in dsound_thread()
179 ds->thread_alive = false; in dsound_thread()
223 ds->thread_alive = false; in dsound_stop_thread()
239 ds->thread_alive = true; in dsound_start_thread()
277 ds->thread_alive = false; in dsound_free()
505 if (!ds->thread_alive) in dsound_write()
545 if (!ds->thread_alive) in dsound_write()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A Dtarget.h76 int (*thread_alive) (int pid); member
155 (*the_target->thread_alive) (pid)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A Dtarget.h76 int (*thread_alive) (int pid); member
155 (*the_target->thread_alive) (pid)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dthread.c61 static int thread_alive (struct thread_info *);
376 thread_alive (struct thread_info *tp) in thread_alive() function
396 if (!thread_alive (tp)) in prune_threads()
537 if (thread_alive (tp)) in thread_apply_all_command()
606 else if (!thread_alive (tp)) in thread_apply_command()
657 if (!thread_alive (tp)) in do_captured_thread_select()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dthread.c61 static int thread_alive (struct thread_info *);
376 thread_alive (struct thread_info *tp) in thread_alive() function
396 if (!thread_alive (tp)) in prune_threads()
537 if (thread_alive (tp)) in thread_apply_all_command()
606 else if (!thread_alive (tp)) in thread_apply_command()
657 if (!thread_alive (tp)) in do_captured_thread_select()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dhandshake.cpp149 bool thread_alive() const { return _thread_alive; } in thread_alive() function in VM_HandshakeOneThread
233 bool thread_alive() const { return _thread_alive; } in thread_alive() function in VM_HandshakeFallbackOperation
267 return handshake.thread_alive(); in execute()
271 return op.thread_alive(); in execute()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dhandshake.cpp149 bool thread_alive() const { return _thread_alive; } in thread_alive() function in VM_HandshakeOneThread
233 bool thread_alive() const { return _thread_alive; } in thread_alive() function in VM_HandshakeFallbackOperation
267 return handshake.thread_alive(); in execute()
271 return op.thread_alive(); in execute()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dhandshake.cpp259 bool thread_alive() const { return _thread_alive; } in thread_alive() function in VM_HandshakeOneThread
357 bool thread_alive() const { return _thread_alive; } in thread_alive() function in VM_HandshakeFallbackOperation
397 return handshake.thread_alive(); in execute()
401 return op.thread_alive(); in execute()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dhandshake.cpp259 bool thread_alive() const { return _thread_alive; } in thread_alive() function in VM_HandshakeOneThread
357 bool thread_alive() const { return _thread_alive; } in thread_alive() function in VM_HandshakeFallbackOperation
397 return handshake.thread_alive(); in execute()
401 return op.thread_alive(); in execute()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcdtvcr.cpp84 static volatile int thread_alive; variable
850 thread_alive = 1; in dev_thread()
855 thread_alive = -1; in dev_thread()
984 if (!thread_alive) { in cdtvcr_reset()
987 while (!thread_alive) in cdtvcr_reset()
1002 if (thread_alive > 0) { in cdtvcr_free()
1004 while (thread_alive > 0) in cdtvcr_free()
1008 thread_alive = 0; in cdtvcr_free()
H A Dcdtv.cpp64 static volatile int thread_alive; variable
680 thread_alive = 1; in dev_thread()
685 thread_alive = -1; in dev_thread()
1616 if (thread_alive > 0) { in cdtv_free()
1621 while (thread_alive > 0) in cdtv_free()
1625 thread_alive = 0; in cdtv_free()
1633 if (!thread_alive) { in cdtv_init()
1636 while (!thread_alive) in cdtv_init()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dbsd-uthread.c59 bool thread_alive (ptid_t ptid) override;
438 bsd_uthread_target::thread_alive (ptid_t ptid) in thread_alive() function
455 return beneath ()->thread_alive (ptid); in thread_alive()
H A Dinf-ptrace.h49 bool thread_alive (ptid_t ptid) override;
H A Dnetbsd-nat.h33 bool thread_alive (ptid_t ptid) override;
H A Dbsd-kvm.c95 bool thread_alive (ptid_t ptid) override;
368 bsd_kvm_target::thread_alive (ptid_t ptid) in thread_alive() function
/dports/devel/gdb/gdb-11.1/gdb/nat/
H A Dnetbsd-nat.h37 extern bool thread_alive (ptid_t ptid);
/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/
H A Dtarget.h153 int (*thread_alive) (ptid_t pid); member
398 (*the_target->thread_alive) (pid)
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcdtv.c66 static volatile int thread_alive; variable
686 thread_alive = 1; in dev_thread()
691 thread_alive = -1; in dev_thread()
1675 if (thread_alive > 0) { in cdtv_free()
1680 while (thread_alive > 0) in cdtv_free()
1684 thread_alive = 0; in cdtv_free()
1734 if (!thread_alive) { in cdtv_init()
1737 while (!thread_alive) in cdtv_init()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dthread.c62 static int thread_alive (struct thread_info *);
534 thread_alive (struct thread_info *tp) in thread_alive() function
551 if (!thread_alive (tp)) in prune_threads()
1197 if (thread_alive (tp)) in thread_apply_all_command()
1247 else if (!thread_alive (tp)) in thread_apply_command()
1391 if (!thread_alive (tp)) in do_captured_thread_select()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dthread.c62 static int thread_alive (struct thread_info *);
529 thread_alive (struct thread_info *tp) in thread_alive() function
546 if (!thread_alive (tp)) in prune_threads()
1199 if (thread_alive (tp)) in thread_apply_all_command()
1248 else if (!thread_alive (tp)) in thread_apply_command()
1391 if (!thread_alive (tp)) in do_captured_thread_select()
/dports/comms/py-libimobiledevice/libimobiledevice-1.3.0/common/
H A Dthread.h55 int thread_alive(THREAD_T thread);
/dports/comms/libimobiledevice/libimobiledevice-1.3.0/common/
H A Dthread.h55 int thread_alive(THREAD_T thread);
/dports/comms/libusbmuxd/libusbmuxd-2.0.2/common/
H A Dthread.h55 int thread_alive(THREAD_T thread);

1234