Beispiel #1
0
void
init_server (void)
{
    init_server_type ();
    init_server_func ();
    init_pthreads ();
}
Beispiel #2
0
void
init_key (void)
{
  init_key_type ();
  init_key_func ();
  init_pthreads ();
}
Beispiel #3
0
void
init_channel (void)
{
  init_channel_type ();
  init_channel_func ();
  init_pthreads ();
}
Beispiel #4
0
static void init_streams() {
  init_pthreads();
  dynamic_pthread_once(&init_once_control, &init_streams_once);
}