Searched defs: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,
325 * FUNCTION: update_thread()
341 update_thread(void *arg) function
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.c275 update_thread(void *arg) function
360 if ((err = pthread_create(NULL, NULL, (void *(*)(void *))update_thread,
H A Dresource.c270 update_thread(void *arg) function
357 if ((err = pthread_create(NULL, NULL, (void *(*)(void *))update_thread,
H A Dproblem.c279 update_thread(void *arg) function
351 if ((err = pthread_create(NULL, NULL, (void *(*)(void *))update_thread,

Completed in 49 milliseconds