Searched refs:uw_thread_ops (Results 1 – 1 of 1) sorted by relevance
202 static struct target_ops uw_thread_ops; variable413 unpush_target (&uw_thread_ops); in deactivate_uw_thread()974 push_target (&uw_thread_ops); /* must precede notice_threads() */ in libthread_init()1037 uw_thread_ops.to_shortname = "unixware-threads"; in init_uw_thread_ops()1038 uw_thread_ops.to_longname = "UnixWare threads and pthread."; in init_uw_thread_ops()1039 uw_thread_ops.to_doc = "UnixWare threads and pthread support."; in init_uw_thread_ops()1040 uw_thread_ops.to_attach = uw_thread_attach; in init_uw_thread_ops()1041 uw_thread_ops.to_detach = uw_thread_detach; in init_uw_thread_ops()1042 uw_thread_ops.to_resume = uw_thread_resume; in init_uw_thread_ops()1043 uw_thread_ops.to_wait = uw_thread_wait; in init_uw_thread_ops()[all …]