Searched refs:thread_count (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/private/system/
H A Dscheduler_defs.h58 uint32 thread_count; member in struct:scheduling_analysis
H A Dsyscalls.h106 extern status_t _kern_get_sem_count(sem_id id, int32* thread_count);
/haiku/headers/private/kernel/
H A Dsem.h46 status_t _user_get_sem_count(sem_id id, int32* thread_count);
/haiku/src/bin/debug/time_stats/
H A Dscheduling_analysis.cpp171 "%llu thread wait objects\n", analysis.thread_count,
175 std::sort(analysis.threads, analysis.threads + analysis.thread_count,
178 for (uint32 i = 0; i < analysis.thread_count; i++) {
/haiku/src/bin/
H A Dps.c70 printf(Infos[Threads].format, teamInfo->thread_count);
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.cpp131 infos.team_info.team, infos.team_info.thread_count),
H A DProcessController.cpp769 infos[m].thread_info = new thread_info[infos[m].team_info.thread_count];
770 for (h = 0, hcookie = 0; h < infos[m].team_info.thread_count; h++) {
813 infos[m].team_info.team, infos[m].team_info.thread_count);
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty_private.h114 int32 thread_count; member in struct:tty_cookie
H A Dtty.cpp43 tty_cookie::{thread_count,closed}, or more precisely makes access to them
44 atomic. thread_count is the number of threads currently using the cookie
153 cookie->thread_count++;
163 if (--cookie->thread_count == 0 && cookie->closed)
1415 cookie->thread_count = 0;
1451 bool unblock = (cookie->thread_count > 0);
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp217 fAnalysis.thread_count = 0;
311 fAnalysis.thread_count++;
444 sizeof(Thread*) * fAnalysis.thread_count);
/haiku/headers/os/kernel/
H A DOS.h241 int32 thread_count; member in struct:__anon3
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp315 fCodecContext->thread_count = info.cpu_count;
/haiku/src/system/kernel/
H A Dteam.cpp2699 info->thread_count = team->num_threads;

Completed in 200 milliseconds