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

  /src/external/bsd/pcc/dist/pcc/driver/
driver.h 74 int pthread; member in struct:options
  /src/external/bsd/iscsi/dist/include/
iscsiutil.h 59 #include <pthread.h>
376 pthread_t pthread; member in struct:iscsi_thread_t
381 #define ISCSI_SET_THREAD(ME) /* for user pthread id set by pthread_create
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c 27 #include <pthread.h>
357 pthread_t pthread = pthread_self (); local
359 int err = pthread_getattr_np (pthread, &attr);
360 TprintfT (DBG_LT1, "__collector_ext_unwind_key_init: pthread: 0x%lx err: %d\n", pthread, err);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c 27 #include <pthread.h>
357 pthread_t pthread = pthread_self (); local
359 int err = pthread_getattr_np (pthread, &attr);
360 TprintfT (DBG_LT1, "__collector_ext_unwind_key_init: pthread: 0x%lx err: %d\n", pthread, err);

Completed in 36 milliseconds