td_ta_get_nthreads - gets the total number of threads in a process for libc_db
cc [ flag... ] file... -lc_db [ library... ] #include <proc_service.h> #include <thread_db.h> td_err_e td_ta_get_nthreads(const td_thragent_t *ta_p, int *nthread_p);
The td_ta_get_nthreads() function returns the total number of threads in process ta_p, including any system threads. System threads are those created by libc or libc_db on its own behalf. The number of threads is written into *nthread_p.
TD_OK
TD_BADTA
TD_BADPH
TD_DBERR
TD_ERR
See attributes(5) for description of the following attributes:
|
libc_db(3LIB), attributes(5), threads(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |