Home
last modified time | relevance | path

Searched refs:have_work (Results 1 – 25 of 57) sorted by relevance

123

/dports/multimedia/pipewire/pipewire-0.3.43/src/pipewire/
H A Dwork-queue.c166 bool have_work = false; in pw_work_queue_add() local
194 have_work = true; in pw_work_queue_add()
198 have_work = true; in pw_work_queue_add()
204 if (have_work) in pw_work_queue_add()
219 bool have_work = false; in pw_work_queue_cancel() local
228 have_work = true; in pw_work_queue_cancel()
231 if (!have_work) { in pw_work_queue_cancel()
251 bool have_work = false; in pw_work_queue_complete() local
259 have_work = true; in pw_work_queue_complete()
262 if (!have_work) { in pw_work_queue_complete()
/dports/graphics/blender/blender-2.91.0/intern/cycles/bvh/
H A Dbvh_sort.cpp99 bool have_work = (start < end); in bvh_reference_sort_threaded() local
100 while (have_work) { in bvh_reference_sort_threaded()
146 have_work = false; in bvh_reference_sort_threaded()
154 have_work = true; in bvh_reference_sort_threaded()
159 have_work = true; in bvh_reference_sort_threaded()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/or/
H A Dscheduler_vanilla.c29 have_work(void) in have_work() function
43 if (!have_work()) { in vanilla_scheduler_schedule()
H A Dscheduler_kist.c483 have_work(void) in have_work() function
555 if (!have_work()) { in kist_scheduler_schedule()
/dports/security/tor/tor-0.4.6.8/src/core/or/
H A Dscheduler_vanilla.c29 have_work(void) in have_work() function
43 if (!have_work()) { in vanilla_scheduler_schedule()
H A Dscheduler_kist.c483 have_work(void) in have_work() function
555 if (!have_work()) { in kist_scheduler_schedule()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dcrop.c89 svn_boolean_t have_work; in crop_children() local
101 NULL, NULL, NULL, NULL, &have_work, in crop_children()
104 if (have_work) in crop_children()
H A Dinfo.c179 svn_boolean_t have_work; in build_info_for_node() local
181 SVN_ERR(svn_wc__db_info_below_working(&have_base, &have_work, in build_info_for_node()
H A Dupdate_editor.c1166 svn_boolean_t have_work; in open_root() local
1211 NULL, NULL, &have_work, in open_root()
1215 if (have_work) in open_root()
1236 else if (have_work) in open_root()
1619 svn_boolean_t have_work; in delete_entry() local
1664 NULL, NULL, &have_work, in delete_entry()
1668 if (!have_work) in delete_entry()
2241 svn_boolean_t have_work; in open_directory() local
2289 if (!have_work) in open_directory()
3439 svn_boolean_t have_work; in open_file() local
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dcrop.c89 svn_boolean_t have_work; in crop_children() local
101 NULL, NULL, NULL, NULL, &have_work, in crop_children()
104 if (have_work) in crop_children()
H A Dinfo.c179 svn_boolean_t have_work; in build_info_for_node() local
181 SVN_ERR(svn_wc__db_info_below_working(&have_base, &have_work, in build_info_for_node()
H A Dupdate_editor.c1166 svn_boolean_t have_work; in open_root() local
1211 NULL, NULL, &have_work, in open_root()
1215 if (have_work) in open_root()
1236 else if (have_work) in open_root()
1619 svn_boolean_t have_work; in delete_entry() local
1664 NULL, NULL, &have_work, in delete_entry()
1668 if (!have_work) in delete_entry()
2241 svn_boolean_t have_work; in open_directory() local
2289 if (!have_work) in open_directory()
3439 svn_boolean_t have_work; in open_file() local
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Dcrop.c89 svn_boolean_t have_work; in crop_children() local
101 NULL, NULL, NULL, NULL, &have_work, in crop_children()
104 if (have_work) in crop_children()
H A Dinfo.c179 svn_boolean_t have_work; in build_info_for_node() local
181 SVN_ERR(svn_wc__db_info_below_working(&have_base, &have_work, in build_info_for_node()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dcrop.c89 svn_boolean_t have_work; in crop_children() local
101 NULL, NULL, NULL, NULL, &have_work, in crop_children()
104 if (have_work) in crop_children()
H A Dinfo.c179 svn_boolean_t have_work; in build_info_for_node() local
181 SVN_ERR(svn_wc__db_info_below_working(&have_base, &have_work, in build_info_for_node()
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dhmmsim.c422 int have_work = TRUE; in mpi_master() local
444 while (have_work || nproc_working) in mpi_master()
447 if (have_work) in mpi_master()
451 have_work = FALSE; in mpi_master()
469 if ( (have_work && nproc_working == cfg->nproc-1) || (! have_work && nproc_working > 0)) in mpi_master()
493 have_work = FALSE; in mpi_master()
503 if (have_work) in mpi_master()
H A Dhmmbuild.c686 int have_work = TRUE; /* TRUE while alignments remain */ in mpi_master() local
783 while (have_work || nproc_working) in mpi_master()
785 if (have_work) in mpi_master()
789 …else if (rstatus == eslEOF) { have_work = FALSE; rstatus = eslOK; ESL_DPRINTF1(("MPI master h… in mpi_master()
790 …else { have_work = FALSE; xstatus = rstatus; ESL_DPRINTF1(("MPI master m… in mpi_master()
793 if ((have_work && nproc_working == cfg->nproc-1) || (!have_work && nproc_working > 0)) in mpi_master()
843 if (have_work) in mpi_master()
/dports/biology/hmmer/hmmer-3.3/src/
H A Dhmmsim.c422 int have_work = TRUE; in mpi_master() local
444 while (have_work || nproc_working) in mpi_master()
447 if (have_work) in mpi_master()
451 have_work = FALSE; in mpi_master()
469 if ( (have_work && nproc_working == cfg->nproc-1) || (! have_work && nproc_working > 0)) in mpi_master()
493 have_work = FALSE; in mpi_master()
503 if (have_work) in mpi_master()
H A Dhmmbuild.c686 int have_work = TRUE; /* TRUE while alignments remain */ in mpi_master() local
783 while (have_work || nproc_working) in mpi_master()
785 if (have_work) in mpi_master()
789 …else if (rstatus == eslEOF) { have_work = FALSE; rstatus = eslOK; ESL_DPRINTF1(("MPI master h… in mpi_master()
790 …else { have_work = FALSE; xstatus = rstatus; ESL_DPRINTF1(("MPI master m… in mpi_master()
793 if ((have_work && nproc_working == cfg->nproc-1) || (!have_work && nproc_working > 0)) in mpi_master()
843 if (have_work) in mpi_master()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/
H A Dservice_state.cc202 bool have_work = memcap < service_state_cache->memcap; in initialize() local
204 return have_work; in initialize()
/dports/devel/monotone/monotone-1.1/src/network/
H A Dautomate_session.hh45 bool have_work() const;
H A Dwrapped_session.hh62 virtual bool have_work() const = 0;
H A Dnetsync_session.hh99 bool have_work() const;
H A Dautomate_session.cc63 bool automate_session::have_work() const in have_work() function in automate_session

123