Home
last modified time | relevance | path

Searched refs:join_struct (Results 1 – 4 of 4) sorted by relevance

/dports/games/abuse_sdl/abuse-0.8/src/
H A Dnetface.h101 struct join_struct struct
105 join_struct *next; argument
165 join_struct *join_list;
H A Dinnet.cpp53 join_struct *join_array=NULL; // points to an array of possible joining clients
168 join_array=(join_struct *)malloc(sizeof(join_struct)*MAX_JOINERS); in net_init()
511 join_struct *join_list=base->join_list; in net_reload()
/dports/games/abuse_sdl/abuse-0.8/src/net/
H A Dgserver.cpp40 extern join_struct *join_array;
419 join_struct *j=base->join_list; in add_client()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.cpp645 join_structure join_struct; member in t_join
665 join_struct.lock_color = 0; in init()
683 join_struct.join_lock = join_struct.n_threads; in init()
684 join_struct.join_restart = join_struct.n_threads - 1; in init()
685 join_struct.r_join_lock = join_struct.n_threads; in init()
686 join_struct.r_join_restart = join_struct.n_threads - 1; in init()
777 join_struct.join_restart = join_struct.n_threads - 1; in join()
822 if (Interlocked::Decrement(&join_struct.r_join_lock) != (join_struct.n_threads - 1)) in r_join()
924 join_struct.join_lock = join_struct.n_threads; in restart()
961 join_struct.r_join_lock = join_struct.n_threads; in r_init()
[all …]