Home
last modified time | relevance | path

Searched refs:thidval (Results 1 – 2 of 2) sorted by relevance

/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dcommon_thread.c259 pthread_setaffinity_np (thrdptr->thidval, sizeof (cpu_set_t), &cpuset); in threadLaunch2()
277 pthread_detach (thrdptr->thidval); /* Detach since nobody will join for us */ in threadLaunch2()
289 pthread_join (thrdtmp->thidval, &o2); /* Get return value from end thread */ in threadLaunch2()
359 if (pthread_create (&thrdptr->thidval, NULL, threadLaunch2, (void *) dataptr) != 0) { in threadLaunch()
367 thrdptr->thidval = pthread_self (); in threadLaunch()
H A Dcommon.h317 pthread_t thidval; /*+ Thread ID +*/ member