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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 91 static void NOINLINE thread_init() { function in namespace:__anone61b20c20110
106 thread_init();
114 thread_init();
121 thread_init();
131 thread_init();
145 thread_init();
154 thread_init();
162 thread_init();
  /src/usr.bin/mail/
thread.c 61 #define THREAD_INIT {NULL, NULL, 0}
71 static struct thread_s message_array = THREAD_INIT; /* the basic message array */
72 static struct thread_s current_thread = THREAD_INIT; /* the current thread */
469 thread_init(struct thread_s *tp, struct message *mp, int msgCount) function in typeref:typename:void
544 thread_init(&current_thread, message, msgCount);

Completed in 12 milliseconds