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

  /src/external/cddl/osnet/sys/kern/
misc.c 114 thread_exit(void) function
  /src/external/bsd/ntp/dist/libntp/
work_thread.c 65 # define thread_exit(c) _endthreadex(c) macro
72 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c)) macro
120 thread_exit(exitcode); /* see #define thread_exit */
  /src/external/gpl3/gdb/dist/gdb/
observable.c 47 DEFINE_OBSERVABLE (thread_exit); variable
  /src/external/gpl3/gdb.old/dist/gdb/
observable.c 47 DEFINE_OBSERVABLE (thread_exit); variable
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 234 #define thread_exit() thr_exit(NULL) macro

Completed in 27 milliseconds