HomeSort by: relevance | last modified time | path
    Searched defs:t_info (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/dist/tests/
t_api.c 349 t_info(
352 t_info(
373 t_info("fork failed, errno == %d\n",
413 t_info(const char *format, ...) { function
828 t_info("bad format in %s at line %d\n",
837 t_info("Missing datafile %s\n", filename);
  /src/external/bsd/top/dist/machine/
m_macosx.c 926 struct thread_basic_info t_info; local
931 (thread_info_t)&t_info, &icount);
939 t_utime += t_info.user_time.seconds;
940 t_stime += t_info.system_time.seconds;
941 t_cpu += t_info.cpu_usage;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
trace.h 323 * MFNs will be at ((unsigned long *)(t_info))+(t_info->cpu_offset[cpu]).
325 struct t_info { struct
327 uint16_t mfn_offset[]; /* Offset within t_info structure of the page list per cpu */
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
jprofile.c 576 jvmtiThreadInfo t_info; local
585 err = (*jvmti_env)->GetThreadInfo (jvmti_env, thread, &t_info);
589 thread_name = t_info.name;
590 if (t_info.thread_group)
592 err = (*jvmti_env)->GetThreadGroupInfo (jvmti_env, t_info.thread_group, &g_info);
609 // DeleteLocalRef( t_info.thread_group );
610 // DeleteLocalRef( t_info.context_class_loader );
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
jprofile.c 576 jvmtiThreadInfo t_info; local
585 err = (*jvmti_env)->GetThreadInfo (jvmti_env, thread, &t_info);
589 thread_name = t_info.name;
590 if (t_info.thread_group)
592 err = (*jvmti_env)->GetThreadGroupInfo (jvmti_env, t_info.thread_group, &g_info);
609 // DeleteLocalRef( t_info.thread_group );
610 // DeleteLocalRef( t_info.context_class_loader );

Completed in 37 milliseconds