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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
pthreads.c 118 pthread_t tid1, tid2; local
146 res = pthread_create (&tid1, &attr, thread1, (void *) 0xfeedface);
153 printf ("Made thread %ld\n", (long) tid1);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
pthreads.c 118 pthread_t tid1, tid2; local
146 res = pthread_create (&tid1, &attr, thread1, (void *) 0xfeedface);
153 printf ("Made thread %ld\n", (long) tid1);
  /src/sys/dev/pci/
if_aq.c 3320 uint32_t tid0, tid1, reg, *data, size; local
3336 tid1 = AQ_READ_REG(sc, AQ2_FW_INTERFACE_OUT_TRANSACTION_ID_REG);
3337 if (tid0 == tid1)

Completed in 37 milliseconds