Searched refs:update_thread (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/yptol/ |
H A D | update.c | 59 void * update_thread(void *); 298 if (0 != thr_create(NULL, NULL, update_thread, new_map, in update_map_if_required() 342 update_thread(void *arg) in update_thread() function
|
/titanic_41/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | module.c | 275 update_thread(void *arg) in update_thread() function 360 if ((err = pthread_create(NULL, NULL, (void *(*)(void *))update_thread, in sunFmModuleTable_init()
|
H A D | resource.c | 270 update_thread(void *arg) in update_thread() function 357 if ((err = pthread_create(NULL, NULL, (void *(*)(void *))update_thread, in sunFmResourceTable_init()
|
H A D | problem.c | 279 update_thread(void *arg) in update_thread() function 351 if ((err = pthread_create(NULL, NULL, (void *(*)(void *))update_thread, in sunFmProblemTable_init()
|