Home
last modified time | relevance | path

Searched refs:writer_id (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-tt/nova-tt/
H A Drw_mutex.hpp145 writelock_count(0), writer_id(0) in rw_mutex()
150 assert(writer_id == 0); in ~rw_mutex()
159 writer_id = pthread_self(); in lock()
163 assert(writer_id == pthread_self()); in lock()
178 assert(writer_id == 0); in try_lock()
180 writer_id = pthread_self(); in try_lock()
185 assert(writer_id == pthread_self()); in try_lock()
188 if (writer_id == pthread_self()) in try_lock()
207 assert(writer_id); in unlock()
209 writer_id = 0; in unlock()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_post.h603 int writer_id);
624 int writer_id);
646 int writer_id,
833 cs_post_writer_exists(int writer_id);
918 cs_post_activate_writer(int writer_id,
939 cs_post_disable_writer(int writer_id);
958 cs_post_enable_writer(int writer_id);
971 cs_post_get_writer(int writer_id);
984 cs_post_get_time_control(int writer_id);
997 cs_post_get_writer_time_dep(int writer_id);
[all …]
H A Dcs_post.c1697 int *writer_id = NULL; in _define_probe_export_mesh() local
3811 if (writer_id == 0) in cs_post_define_writer()
3855 w->id = writer_id; in cs_post_define_writer()
3908 if (writer_id == -1) { in cs_post_define_writer()
4579 post_mesh->writer_id[j] = post_mesh->writer_id[i]; in cs_post_mesh_detach_writer()
4652 afi[0] = writer_id; in cs_post_mesh_attach_field()
5219 if (writer_id != 0) { in cs_post_activate_writer()
5255 if (writer_id != 0) { in cs_post_disable_writer()
5292 if (writer_id != 0) { in cs_post_enable_writer()
5398 if (writer_id != 0) { in cs_post_add_writer_t_step()
[all …]
H A Dpost.f90110 subroutine cs_post_activate_writer(writer_id, activate) &
114 integer(c_int), value :: writer_id
200 subroutine post_activate_writer(writer_id, activate) argument
207 integer, intent(in) :: writer_id local
215 c_writer_id = writer_id
/dports/science/code_saturne/code_saturne-7.1.0/bin/model/
H A DOutputControlModel.py258 def __deleteWriter(self, writer_id): argument
269 def deleteWriter(self, writer_id): argument
274 for w in writer_id:
327 writer_id = n['id']
328 return writer_id
332 def getWriterLabel(self, writer_id): argument
475 def getWriterFormat(self, writer_id): argument
924 writer_id = n['id']
925 if writer_id in writer_ids:
976 writer_id = None
[all …]
/dports/net-mgmt/pmacct/pmacct-1.7.5/docs/
H A DMSGLOG_DUMP_FORMATS11 "writer_id": <core_proc_name>"/"<writer_pid> (*),
20 "writer_id": <core_proc_name>"/"<writer_pid> (*),
33 "writer_id": <core_proc_name>"/"<writer_pid> (*),
44 "writer_id": <core_proc_name>"/"<writer_pid> (*),
54 "writer_id": <core_proc_name>"/"<writer_pid> (*),
66 "writer_id": <core_proc_name>"/"<writer_pid> (*),
79 "writer_id": <core_proc_name>"/"<writer_pid> (*),
88 "writer_id": <core_proc_name>"/"<writer_pid> (*),
102 "writer_id": <core_proc_name>"/"<writer_pid> (*),
114 "writer_id": <core_proc_name>"/"<writer_pid> (*),
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Ddevlock.cc50 lock->writer_id = 0; in new_devlock()
229 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in Writelock()
247 rwl->writer_id = pthread_self(); /* save writer thread's id */ in Writelock()
265 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in writetrylock()
274 rwl->writer_id = pthread_self(); /* save writer thread's id */ in writetrylock()
296 if (!pthread_equal(pthread_self(), rwl->writer_id)) { in writeunlock()
322 hold->writer_id = writer_id; in TakeLock()
324 writer_id = pthread_self(); in TakeLock()
337 writer_id = hold->writer_id; in ReturnLock()
338 writer_id = pthread_self(); in ReturnLock()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Ddevlock.cc50 lock->writer_id = 0; in new_devlock()
229 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in Writelock()
247 rwl->writer_id = pthread_self(); /* save writer thread's id */ in Writelock()
265 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in writetrylock()
274 rwl->writer_id = pthread_self(); /* save writer thread's id */ in writetrylock()
296 if (!pthread_equal(pthread_self(), rwl->writer_id)) { in writeunlock()
322 hold->writer_id = writer_id; in TakeLock()
324 writer_id = pthread_self(); in TakeLock()
337 writer_id = hold->writer_id; in ReturnLock()
338 writer_id = pthread_self(); in ReturnLock()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Ddevlock.cc51 lock->writer_id = 0; in new_devlock()
230 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in Writelock()
248 rwl->writer_id = pthread_self(); /* save writer thread's id */ in Writelock()
266 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in writetrylock()
275 rwl->writer_id = pthread_self(); /* save writer thread's id */ in writetrylock()
297 if (!pthread_equal(pthread_self(), rwl->writer_id)) { in writeunlock()
323 hold->writer_id = writer_id; in TakeLock()
325 writer_id = pthread_self(); in TakeLock()
338 writer_id = hold->writer_id; in ReturnLock()
339 writer_id = pthread_self(); in ReturnLock()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Ddevlock.cc51 lock->writer_id = 0; in new_devlock()
230 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in Writelock()
248 rwl->writer_id = pthread_self(); /* save writer thread's id */ in Writelock()
266 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in writetrylock()
275 rwl->writer_id = pthread_self(); /* save writer thread's id */ in writetrylock()
297 if (!pthread_equal(pthread_self(), rwl->writer_id)) { in writeunlock()
323 hold->writer_id = writer_id; in TakeLock()
325 writer_id = pthread_self(); in TakeLock()
338 writer_id = hold->writer_id; in ReturnLock()
339 writer_id = pthread_self(); in ReturnLock()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Ddevlock.cc51 lock->writer_id = 0; in new_devlock()
230 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in Writelock()
248 rwl->writer_id = pthread_self(); /* save writer thread's id */ in Writelock()
266 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in writetrylock()
275 rwl->writer_id = pthread_self(); /* save writer thread's id */ in writetrylock()
297 if (!pthread_equal(pthread_self(), rwl->writer_id)) { in writeunlock()
323 hold->writer_id = writer_id; in TakeLock()
325 writer_id = pthread_self(); in TakeLock()
338 writer_id = hold->writer_id; in ReturnLock()
339 writer_id = pthread_self(); in ReturnLock()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Ddevlock.cc50 lock->writer_id = 0; in new_devlock()
229 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in Writelock()
247 rwl->writer_id = pthread_self(); /* save writer thread's id */ in Writelock()
265 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in writetrylock()
274 rwl->writer_id = pthread_self(); /* save writer thread's id */ in writetrylock()
296 if (!pthread_equal(pthread_self(), rwl->writer_id)) { in writeunlock()
322 hold->writer_id = writer_id; in TakeLock()
324 writer_id = pthread_self(); in TakeLock()
337 writer_id = hold->writer_id; in ReturnLock()
338 writer_id = pthread_self(); in ReturnLock()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Ddevlock.cc51 lock->writer_id = 0; in new_devlock()
230 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in Writelock()
248 rwl->writer_id = pthread_self(); /* save writer thread's id */ in Writelock()
266 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in writetrylock()
275 rwl->writer_id = pthread_self(); /* save writer thread's id */ in writetrylock()
297 if (!pthread_equal(pthread_self(), rwl->writer_id)) { in writeunlock()
323 hold->writer_id = writer_id; in TakeLock()
325 writer_id = pthread_self(); in TakeLock()
338 writer_id = hold->writer_id; in ReturnLock()
339 writer_id = pthread_self(); in ReturnLock()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/lib/
H A Ddevlock.cc50 lock->writer_id = 0; in new_devlock()
229 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in Writelock()
247 rwl->writer_id = pthread_self(); /* save writer thread's id */ in Writelock()
265 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in writetrylock()
274 rwl->writer_id = pthread_self(); /* save writer thread's id */ in writetrylock()
296 if (!pthread_equal(pthread_self(), rwl->writer_id)) { in writeunlock()
322 hold->writer_id = writer_id; in TakeLock()
324 writer_id = pthread_self(); in TakeLock()
337 writer_id = hold->writer_id; in ReturnLock()
338 writer_id = pthread_self(); in ReturnLock()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Ddevlock.cc51 lock->writer_id = 0; in new_devlock()
258 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in Writelock()
278 rwl->writer_id = pthread_self(); /* save writer thread's id */ in Writelock()
301 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in writetrylock()
310 rwl->writer_id = pthread_self(); /* save writer thread's id */ in writetrylock()
337 if (!pthread_equal(pthread_self(), rwl->writer_id)) { in writeunlock()
368 hold->writer_id = writer_id; in TakeLock()
370 writer_id = pthread_self(); in TakeLock()
387 writer_id = hold->writer_id; in ReturnLock()
388 writer_id = pthread_self(); in ReturnLock()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Ddevlock.cc51 lock->writer_id = 0; in new_devlock()
258 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in Writelock()
278 rwl->writer_id = pthread_self(); /* save writer thread's id */ in Writelock()
301 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in writetrylock()
310 rwl->writer_id = pthread_self(); /* save writer thread's id */ in writetrylock()
337 if (!pthread_equal(pthread_self(), rwl->writer_id)) { in writeunlock()
368 hold->writer_id = writer_id; in TakeLock()
370 writer_id = pthread_self(); in TakeLock()
387 writer_id = hold->writer_id; in ReturnLock()
388 writer_id = pthread_self(); in ReturnLock()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Ddevlock.cc51 lock->writer_id = 0; in new_devlock()
258 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in Writelock()
278 rwl->writer_id = pthread_self(); /* save writer thread's id */ in Writelock()
301 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in writetrylock()
310 rwl->writer_id = pthread_self(); /* save writer thread's id */ in writetrylock()
337 if (!pthread_equal(pthread_self(), rwl->writer_id)) { in writeunlock()
368 hold->writer_id = writer_id; in TakeLock()
370 writer_id = pthread_self(); in TakeLock()
387 writer_id = hold->writer_id; in ReturnLock()
388 writer_id = pthread_self(); in ReturnLock()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/lib/
H A Ddevlock.cc51 lock->writer_id = 0; in new_devlock()
258 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in Writelock()
278 rwl->writer_id = pthread_self(); /* save writer thread's id */ in Writelock()
301 if (rwl->w_active && pthread_equal(rwl->writer_id, pthread_self())) { in writetrylock()
310 rwl->writer_id = pthread_self(); /* save writer thread's id */ in writetrylock()
337 if (!pthread_equal(pthread_self(), rwl->writer_id)) { in writeunlock()
368 hold->writer_id = writer_id; in TakeLock()
370 writer_id = pthread_self(); in TakeLock()
387 writer_id = hold->writer_id; in ReturnLock()
388 writer_id = pthread_self(); in ReturnLock()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/tracing/core/
H A Dtrace_buffer.h161 WriterID writer_id; member
193 WriterID writer_id,
297 WriterID writer_id = 0; member
331 : producer_id{p}, writer_id{w}, chunk_id{c} {} in Key()
334 : Key(cr.producer_id, cr.writer_id, cr.chunk_id) {} in Key()
340 return std::tie(producer_id, writer_id, chunk_id) <
341 std::tie(other.producer_id, other.writer_id, other.chunk_id);
345 return std::tie(producer_id, writer_id, chunk_id) ==
355 WriterID writer_id; member
457 WriterID writer_id() const { in writer_id() function
[all …]
H A Dstartup_trace_writer.cc41 WriterID writer_id, in NewChunk() argument
55 header.writer_id.store(writer_id, std::memory_order_relaxed); in NewChunk()
139 WriterID writer_id, in LocalBufferCommitter() argument
152 writer_id_(writer_id), in LocalBufferCommitter()
420 if (packet_sizes_->empty() || !trace_writer->writer_id()) { in BindToArbiter()
433 NewChunk(arbiter, trace_writer->writer_id(), kFirstChunkId, in BindToArbiter()
537 WriterID StartupTraceWriter::writer_id() const { in writer_id() function in perfetto::StartupTraceWriter
544 return trace_writer_->writer_id(); in writer_id()
593 WriterID writer_id, in CommitLocalBufferChunks() argument
598 PERFETTO_DCHECK(writer_id); in CommitLocalBufferChunks()
[all …]
H A Dtrace_buffer.cc111 WriterID writer_id, in CopyChunkUntrusted() argument
151 record.writer_id = writer_id; in CopyChunkUntrusted()
306 auto producer_and_writer_id = std::make_pair(producer_id_trusted, writer_id); in CopyChunkUntrusted()
373 key.producer_id, key.writer_id, key.chunk_id, in DeleteNextChunksFor()
414 WriterID writer_id, in TryPatchChunkContents() argument
419 ChunkMeta::Key key(producer_id, writer_id, chunk_id); in TryPatchChunkContents()
500 std::tie(prev_it->first.producer_id, prev_it->first.writer_id) < in GetReadIterForSequence()
515 auto producer_and_writer_id = std::make_pair(key.producer_id, key.writer_id); in GetReadIterForSequence()
601 const WriterID writer_id = read_iter_.writer_id(); in ReadNextTracePacket() local
701 *sequence_properties = {trusted_producer_id, trusted_uid, writer_id}; in ReadNextTracePacket()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/tracing/core/
H A Dtrace_buffer.h161 WriterID writer_id; member
193 WriterID writer_id,
305 WriterID writer_id = 0; member
339 : producer_id{p}, writer_id{w}, chunk_id{c} {} in Key()
342 : Key(cr.producer_id, cr.writer_id, cr.chunk_id) {} in Key()
348 return std::tie(producer_id, writer_id, chunk_id) <
349 std::tie(other.producer_id, other.writer_id, other.chunk_id);
353 return std::tie(producer_id, writer_id, chunk_id) ==
363 WriterID writer_id; member
465 WriterID writer_id() const { in writer_id() function
[all …]
H A Dtrace_buffer.cc110 WriterID writer_id, in CopyChunkUntrusted() argument
150 record.writer_id = writer_id; in CopyChunkUntrusted()
305 auto producer_and_writer_id = std::make_pair(producer_id_trusted, writer_id); in CopyChunkUntrusted()
372 key.producer_id, key.writer_id, key.chunk_id, in DeleteNextChunksFor()
413 WriterID writer_id, in TryPatchChunkContents() argument
418 ChunkMeta::Key key(producer_id, writer_id, chunk_id); in TryPatchChunkContents()
499 std::tie(prev_it->first.producer_id, prev_it->first.writer_id) < in GetReadIterForSequence()
514 auto producer_and_writer_id = std::make_pair(key.producer_id, key.writer_id); in GetReadIterForSequence()
600 const WriterID writer_id = read_iter_.writer_id(); in ReadNextTracePacket() local
700 *sequence_properties = {trusted_producer_id, trusted_uid, writer_id}; in ReadNextTracePacket()
[all …]
/dports/www/flexget/Flexget-3.2.18/flexget/components/imdb/
H A Dimdb.py227 for writer_id, writer_name in entry.get('imdb_writers', {}).items():
228 if writer_id in rejected or writer_name in rejected:
229 reasons.append('reject_writers %s' % writer_name or writer_id)
235 for writer_id, writer_name in entry.get('imdb_writers', {}).items():
236 if writer_id in accepted or writer_name in accepted:
238 'Accepting because of accept_writers {}', writer_name or writer_id
/dports/science/code_saturne/code_saturne-7.1.0/gui/Pages/
H A DOutputControlView.py919 writer_id = self.dataWriter[row]['id']
955 dico['id'] = writer_id
1793 writer_id = self.mdl.addWriter()
1795 writer_id,
1920 if writer_id == "-3" or writer_id == "-4":
2149 writer_id = None
2161 return row, writer_id, options
2171 if not writer_id: # should not occur
2183 self.mdl.setWriterOptions(writer_id, l)
2193 if not writer_id: # should not occur
[all …]

12345678910>>...12