Searched refs:writer (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/radix-tree/ |
| A D | regression4.c | 60 pthread_t reader, writer; in regression4_test() local 68 pthread_create(&writer, NULL, writer_fn, NULL)) { in regression4_test() 73 if (pthread_join(reader, NULL) || pthread_join(writer, NULL)) { in regression4_test()
|
| /tools/testing/selftests/powerpc/dscr/ |
| A D | dscr_default_test.c | 41 pthread_t writer; in dscr_default_lockstep_test() local 52 FAIL_IF(pthread_create(&writer, NULL, dscr_default_lockstep_writer, (void *)rw_semaphores)); in dscr_default_lockstep_test() 65 FAIL_IF(pthread_join(writer, NULL)); in dscr_default_lockstep_test()
|
| /tools/perf/util/ |
| A D | data-convert-bt.c | 64 struct bt_ctf_writer *writer; member 92 struct ctf_writer writer; member 804 struct ctf_writer *cw = &c->writer; in process_sample_event() 881 struct ctf_writer *cw = &c->writer; \ 1375 struct bt_ctf_writer *writer = cw->writer; in ctf_writer__setup_env() local 1504 bt_ctf_writer_put(cw->writer); in ctf_writer__cleanup() 1513 struct bt_ctf_writer *writer; in ctf_writer__init() local 1520 writer = bt_ctf_writer_create(path); in ctf_writer__init() 1521 if (!writer) in ctf_writer__init() 1524 cw->writer = writer; in ctf_writer__init() [all …]
|
| /tools/memory-model/litmus-tests/ |
| A D | README | 84 As below, but with the second access of the writer process 94 As below, but with the first access of the writer process
|
| /tools/memory-model/Documentation/ |
| A D | access-marking.txt | 270 reader-writer spinlock is read-held, written only while that same 301 The reader-writer lock prevents the compiler from introducing concurrency
|
| A D | litmus-tests.txt | 510 such as emulating reader-writer locking, which LKMM does not yet model. 1031 e. Reader-writer locking is not modeled. It can be
|
| A D | ordering.txt | 531 as reader-writer locks or sequence locks.
|
Completed in 13 milliseconds