Searched refs:update_thread (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | update.c | 58 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 D | module.c | 274 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 D | resource.c | 269 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 D | problem.c | 278 update_thread(void *arg __unused) in update_thread() function 350 if ((err = pthread_create(NULL, NULL, update_thread, NULL)) != 0) { in sunFmProblemTable_init()
|