Home
last modified time | relevance | path

Searched refs:update_thread (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dupdate.c58 void * update_thread(void *);
297 if (0 != thr_create(NULL, NULL, update_thread, new_map, in update_map_if_required()
341 update_thread(void *arg) in update_thread() function
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.c274 update_thread(void *arg __unused) in update_thread() function
359 if ((err = pthread_create(NULL, NULL, update_thread, NULL)) != 0) { in sunFmModuleTable_init()
H A Dresource.c269 update_thread(void *arg __unused) in update_thread() function
356 if ((err = pthread_create(NULL, NULL, update_thread, NULL)) != 0) { in sunFmResourceTable_init()
H A Dproblem.c278 update_thread(void *arg __unused) in update_thread() function
350 if ((err = pthread_create(NULL, NULL, update_thread, NULL)) != 0) { in sunFmProblemTable_init()