Home
last modified time | relevance | path

Searched refs:tss (Results 1 – 25 of 27) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dthrd_yield.c24 double ustimer(struct timespec tss, struct timespec tse) in ustimer() argument
26 double sd = difftime(tse.tv_sec, tss.tv_sec); in ustimer()
27 long nsd = tse.tv_nsec - tss.tv_nsec; in ustimer()
37 struct timespec tss, tse; in yieldfunc() local
38 timespec_get(&tss, TIME_UTC); in yieldfunc()
42 } while (ustimer(tss, tse) < 100.0); in yieldfunc()
53 struct timespec tss, tse; in thrd_yield_0100() local
55 result = timespec_get(&tss, TIME_UTC); in thrd_yield_0100()
69 if ((ustimer(tss, tse) - 100.0) < 0) { in thrd_yield_0100()
/third_party/python/Lib/test/
Dtest_thread.py89 for tss in (262144, 0x100000, 0):
90 thread.stack_size(tss)
91 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
92 verbose_print("successfully set stack_size(%d)" % tss)
94 for tss in (262144, 0x100000):
95 verbose_print("trying stack_size = (%d)" % tss)
/third_party/ffmpeg/libavformat/
Dmpegts.c1015 MpegTSSectionFilter *tss = &tss1->u.section_filter; in write_section_data() local
1020 memcpy(tss->section_buf, buf, buf_size); in write_section_data()
1021 tss->section_index = buf_size; in write_section_data()
1022 tss->section_h_size = -1; in write_section_data()
1023 tss->end_of_section_reached = 0; in write_section_data()
1025 if (tss->end_of_section_reached) in write_section_data()
1027 len = MAX_SECTION_SIZE - tss->section_index; in write_section_data()
1030 memcpy(tss->section_buf + tss->section_index, buf, len); in write_section_data()
1031 tss->section_index += len; in write_section_data()
1035 cur_section_buf = tss->section_buf; in write_section_data()
[all …]
/third_party/musl/src/thread/
Dtss_create.c4 int tss_create(tss_t *tss, tss_dtor_t dtor) in tss_create() argument
9 return __pthread_key_create(tss, dtor) ? thrd_error : thrd_success; in tss_create()
/third_party/python/Lib/email/
D_parseaddr.py120 tss = '0'
122 [thh, tmm, tss] = tm
128 tss = 0
130 [thh, tmm, tss] = tm
140 tss = int(tss)
175 return [yy, mm, dd, thh, tmm, tss, 0, 1, -1, tzoffset]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c214 long tsa, tss, tps; in scenar_init() local
219 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE); in scenar_init()
225 output(" TSS: %li\n", tss); in scenar_init()
399 if ((tss > 0) && (tsa > 0)) { /* This routine is dependent on the Thread Stack Address Attribute in scenar_init()
453 if (tss > 0) { /* This routine is dependent on the Thread Stack Size Attribute option */ in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c200 long tsa, tss, tps; in scenar_init() local
205 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE); in scenar_init()
211 output(" TSS: %li\n", tss); in scenar_init()
379 if ((tss > 0) && (tsa > 0)) { in scenar_init()
433 if (tss > 0) { in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c147 long tsa, tss, tps; in scenar_init() local
152 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE); in scenar_init()
158 output(" TSS: %li\n", tss); in scenar_init()
332 if ((tss > 0) && (tsa > 0)) { /* This routine is dependent on the Thread Stack Address Attribute in scenar_init()
386 if (tss > 0) { /* This routine is dependent on the Thread Stack Size Attribute option */ in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c147 long tsa, tss, tps; in scenar_init() local
152 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE); in scenar_init()
158 output(" TSS: %li\n", tss); in scenar_init()
332 if ((tss > 0) && (tsa > 0)) { /* This routine is dependent on the Thread Stack Address Attribute in scenar_init()
386 if (tss > 0) { /* This routine is dependent on the Thread Stack Size Attribute option */ in scenar_init()
/third_party/python/Python/
Dthread_pthread.h261 size_t tss; in PyThread_start_new_thread() local
275 tss = (stacksize != 0) ? stacksize : THREAD_STACK_SIZE; in PyThread_start_new_thread()
276 if (tss != 0) { in PyThread_start_new_thread()
277 if (pthread_attr_setstacksize(&attrs, tss) != 0) { in PyThread_start_new_thread()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_dump.h47 nine_dump_D3DTSS_value(unsigned ch, D3DTEXTURESTAGESTATETYPE tss, DWORD value) in nine_dump_D3DTSS_value() argument
/third_party/ltp/testcases/kernel/kvm/linker/
Dx86.lds69 *(.bss.tss)
Dx86_64.lds69 *(.bss.tss)
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tss.c321 svga_queue_tss(struct ts_queue *q, unsigned unit, unsigned tss, unsigned value) in svga_queue_tss() argument
325 q->ts[q->ts_count].name = tss; in svga_queue_tss()
/third_party/pulseaudio/src/utils/
Dpacat.c1135 char tss[PA_SAMPLE_SPEC_SNPRINT_MAX], tcm[PA_CHANNEL_MAP_SNPRINT_MAX]; in main() local
1139 pa_sample_spec_snprint(tss, sizeof(tss), &sample_spec), in main()
/third_party/ltp/testcases/kernel/kvm/
Dbootstrap_x86.S449 .section .bss.tss
Dbootstrap_x86_64.S603 .section .bss.tss
/third_party/ffmpeg/libavfilter/
Dvf_mestimate.c200 SEARCH_MV(tss); in filter_frame()
/third_party/icu/icu4c/source/data/translit/
Dko_ko_Latn_BGN.txt180 ᆺᄊ → tss ; # HANGUL JONGSEONG SIOS + CHOSEONG SSANGSIOS
/third_party/skia/third_party/externals/icu/source/data/translit/
Dko_ko_Latn_BGN.txt180 ᆺᄊ → tss ; # HANGUL JONGSEONG SIOS + CHOSEONG SSANGSIOS
/third_party/ffmpeg/fftools/
Dffplay.c3425 int tns, thh, tmm, tss; in event_loop() local
3429 tss = (tns % 60); in event_loop()
3437 hh, mm, ss, thh, tmm, tss); in event_loop()
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/
Dhdr-rgb-bellparkpier.hdr306 …jkkk�lkkllmlmmnmnlmmnmmm�n#mnoqpononoonmmnnppoopqpppqpppqrqrrs�q�r�s�r�stss�t�srrsrrr�stttsss…
540 …qrsssrt�ststtuutttsrttuuvt�usttss�t"ststrsrrrsrrrssrqrsrrqrrrssrrqrssr�stss�t$utuvvuvwwvwwwvwwv…
1743 …������������������������������������������������������������~}||{{yyyxww�vtss�rsrrqqppqrrssstttu…
Dhdr-rgb-eveningroad.hdr989 …������������������������������������������rsuvxxtsstxz|{zwvuvvwvvtsrrq�stss�rss�s�������������…
/third_party/rust/crates/regex/bench/src/data/
D1MB.txt3546 tss
44045 tss
/third_party/ffmpeg/doc/
Dfilters.texi16639 @item tss
16729 @item tss

12