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

  /src/sys/external/bsd/compiler_rt/dist/lib/safestack/
safestack.cc 123 /// Safe stack per-thread information passed to the thread_start function
135 static void *thread_start(void *arg) { function in typeref:typename:void *
250 return REAL(pthread_create)(thread, attr, thread_start, tinfo);
  /src/usr.bin/mail/
thread.c 1276 struct message *thread_start; local in function:reversecmd_core
1281 thread_start = tp->t_head;
1283 assert(thread_start->m_blink == NULL);
1286 for (mp = thread_start; mp; mp = old_flink) {
1292 if (thread_start->m_plink)
1293 thread_start->m_plink->m_clink = lastmp;

Completed in 12 milliseconds