Home
last modified time | relevance | path

Searched refs:THREAD_READY (Results 1 – 12 of 12) sorted by relevance

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/MacSrc/
H A DXmi.c406 SDL_AtomicSet(&ThreadCommand[i], THREAD_READY); in MyThread()
504 SDL_AtomicSet(&ThreadCommand[i], THREAD_READY); in MyThread()
522 SDL_AtomicSet(&ThreadCommand[i], THREAD_READY); in MyThread()
558 while (SDL_AtomicGet(&ThreadCommand[thread]) != THREAD_READY) SDL_Delay(1); in StartTrack()
591 while (SDL_AtomicGet(&ThreadCommand[thread]) != THREAD_READY) SDL_Delay(1); in StartTrack()
601 while (SDL_AtomicGet(&ThreadCommand[i]) != THREAD_READY) SDL_Delay(1); in StopTrack()
605 while (SDL_AtomicGet(&ThreadCommand[i]) != THREAD_READY) SDL_Delay(1); in StopTrack()
H A DXmi.h4 #define THREAD_READY 1 macro
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/isis/
H A Dthread.c628 case THREAD_READY: in thread_cancel()
710 thread->type = THREAD_READY; in thread_process_fd()
729 thread->type = THREAD_READY; in thread_timer_process()
746 thread->type = THREAD_READY; in thread_process()
H A Dthread.h103 #define THREAD_READY 4 macro
/dports/net/quagga/quagga-1.2.4/lib/
H A Dthread.c970 case THREAD_READY: in thread_cancel()
1082 thread->type = THREAD_READY; in thread_process_fds_helper()
1114 thread->type = THREAD_READY; in thread_timer_process()
1133 thread->type = THREAD_READY; in thread_process()
H A Dthread.h123 #define THREAD_READY 4 macro
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dthread.h136 #define THREAD_READY 4 macro
H A Dthread.c1152 case THREAD_READY: in do_thread_cancel()
1329 thread->type = THREAD_READY; in thread_process_io_helper()
1411 thread->type = THREAD_READY; in thread_process_timers()
1425 thread->type = THREAD_READY; in thread_process()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dthread.h136 #define THREAD_READY 4 macro
H A Dthread.c1152 case THREAD_READY: in do_thread_cancel()
1329 thread->type = THREAD_READY; in thread_process_io_helper()
1411 thread->type = THREAD_READY; in thread_process_timers()
1425 thread->type = THREAD_READY; in thread_process()
/dports/net/frr7-pythontools/frr-frr-7.5.1/doc/developer/
H A Dprocess-architecture.rst75 ``THREAD_READY``
/dports/net/frr7/frr-frr-7.5.1/doc/developer/
H A Dprocess-architecture.rst75 ``THREAD_READY``