亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? changelog

?? pthread source code,you can compile directly
??
?? 第 1 頁 / 共 2 頁
字號:
2005-05-18  Ross Johnson  <rpj@callisto.canberra.edu.au>	* reuse2.c (main): Must use a read with memory barrier semantics	when polling 'done' to force the cache into coherence on MP systems.2005-05-15  Ross Johnson  <rpj@callisto.canberra.edu.au>	* detach1.c: New test.	* join1.c: Reduce sleep times.	* join0.c: Remove MSVCRT conditional compile - join should always	return the thread exit code.	* join1.c: Likewise.	* join2.c: Likewise.	* join3.c: Likewise.2005-04-18  Ross Johnson  <rpj@callisto.canberra.edu.au>	* condvar3.c: Remove locks from around signalling calls - should not	be required for normal operation and only serve to mask deficiencies;	ensure that CV destruction is not premature after removing guards.	* condvar3_1.c: Likewise.	* condvar3_2.c: Likewise.	* condvar3_3.c: Likewise.	* condvar4.c: Likewise.	* condvar5.c: Likewise.	* condvar6.c: Likewise.	* condvar7.c: Likewise.	* condvar8.c: Likewise.	* condvar9.c: Likewise.2005-04-11  Ross Johnson  <rpj@callisto.canberra.edu.au>        * once4.c: New test; tries to test priority adjustments        in pthread_once(); set priority class to realtime so that        any failures can be seen.2005-04-06  Ross Johnson  <rpj@callisto.canberra.edu.au>	* cleanup0.c: Fix unguarded global variable accesses.	* cleanup1.c: Likewise.	* cleanup2.c: Likewise.	* cleanup3.c: Likewise.	* once2.c: Likewise.	* once3.c: Likewise.2005-04-01  Ross Johnson  <rpj@callisto.canberra.edu.au>	* GNUmakefile: Add target to test linking static link library.	* Makefile: Likewise.	* self1.c: Run process attach/detach routines when static linked.2005-03-16  Ross Johnson  <rpj@callisto.canberra.edu.au>	* mutex5.c: Prevent optimiser from removing asserts.2005-03-12  Ross Johnson  <rpj@callisto.canberra.edu.au>	* once3.c: New test.2005-03-08  Ross Johnson  <rpj@callisto.canberra.edu.au>        * once2.c: New test.2004-11-19  Ross Johnson  <rpj@callisto.canberra.edu.au>	* Bmakefile: New makefile for Borland.	* Makefile (DLL_VER): Added.	* GNUmakefile (DLL_VER): Added.	* Wmakefile (DLL_VER): Added.2004-10-29  Ross Johnson  <rpj@callisto.canberra.edu.au>	* semaphore4.c: New test.	* semaphore4t.c: New test.	* Debug.dsp (et al): Created MSVC Workspace project to aid debugging.	* All: Many tests have been modified to work with the new pthread	ID type; some other corrections were made after some library	functions were semantically strengthened. For example,	pthread_cond_destroy() no longer destroys a busy CV, which	required minor redesigns of some tests, including some where	the mutex associated with the CV was not locked during	signaling and broadcasting.2004-10-23  Ross Johnson  <rpj@callisto.canberra.edu.au>	* condvar3.c: Fixed mutex operations that were incorrectly	placed in relation to their condition variable operations.	The error became evident after sem_destroy() was rewritten	and conditions for destroing the semaphore were tightened.	As a result, pthread_cond_destroy() was not able to	destroy the cv queueing sempahore.	* condvar3_1.c: Likewise.	* condvar3_2.c: Likewise.	* condvar4.c: Likewise.	* condvar5.c: Likewise.	* condvar6.c: Likewise.	* condvar7.c: Likewise.	* condvar8.c: Likewise.	* condvar9.c: Likewise.2004-10-19  Ross Johnson  <rpj@callisto.canberra.edu.au>	* semaphore3.c: New test.2004-10-14  Ross Johnson  <rpj@callisto.canberra.edu.au>	* rwlock7.c (main): Tidy up statistics reporting; randomise	update accesses.	* rwlock8.c: New test.2004-09-08  Alexandre Girao  <alexgirao@gmail.com>	* cancel7.c (main): Win98 wants a valid (non-NULL) location	for the last arg of _beginthreadex().	* cancel8.c (main): Likewise.	* exit4.c (main): Likewise.	* exit5.c (main): Likewise.2004-08-26  Ross Johnson  <rpj@callisto.canberra.edu.au>	* create3.c: New test.2004-06-21  Ross Johnson  <rpj@callisto.canberra.edu.au>	* mutex2r.c: New test.	* mutex2e.c: New test.	* mutex3r.c: New test.	* mutex3e.c: New test.	* mutex6s.c: New test.	* mutex6rs.c: New test.	* mutex6es.c: New test.2004-05-21  Ross Johnson  <rpj@callisto.canberra.edu.au>	* join3.c: New test.2004-05-16  Ross Johnson  <rpj@callisto.canberra.edu.au>	* condvar2.c (WIN32_WINNT): Define to avoid redefinition warning	from inclusion of implement.h.	* convar2_1.c: Likewise.	* condvar3_1.c: Likewise.	* condvar3_2.c: Likewise.	* context1.c: Likewise.	* sizes.c: Likewise.	* Makefile: Don't define _WIN32_WINNT on compiler command line.	* GNUmakefile: Likewise.	* priority1.c (main): Add column to output for actual win32	priority.2004-05-16  Ross Johnson  <rpj@callisto.canberra.edu.au>	* cancel9.c: New test.	* cancel3.c: Remove inappropriate conditional compilation;	GNU C version of test suite no longer quietly skips this test.	* cancel5.c: Likewise.	* GNUmakefile: Can now build individual test app using default	C version of library using 'make clean testname.c'.	* Makefile: Likewise for VC using 'nmake clean test testname.c'.2003-10-14  Ross Johnson  <rpj@callisto.canberra.edu.au>	* Wmakefile: New makefile for Watcom testing.2003-09-18  Ross Johnson  <rpj@callisto.canberra.edu.au>	* benchtest.h: Move old mutex code into benchlib.c.	* benchlib.c: New statically linked module to ensure that	bench apps don't inline the code and therefore have an unfair	advantage over the pthreads lib routines. Made little or no	difference.	* benchtest1.c: Minor change to avoid compiler warnings.	* benchtest5.c: Likewise.	* benchtest2.c: Fix misinformation in output report.	* README.BENCH: Add comments on results.2003-09-14  Ross Johnson  <rpj@callisto.canberra.edu.au>	* priority1.c: Reworked to comply with modified priority	management and provide additional output.	* priority2.c: Likewise.	* inherit1.c: Likewise.2003-09-03  Ross Johnson  <rpj@callisto.canberra.edu.au>	* exit4.c: New test.	* exit5.c: New test.	* cancel7.c: New test.	* cancel8.c: New test.2003-08-13  Ross Johnson  <rpj@ise.canberra.edu.au>	* reuse1.c: New test.	* reuse1.c: New test.	* valid1.c: New test.	* valid2.c: New test.	* kill1.c: New test. 	* create2.c: Now included in test regime.2003-07-19  Ross Johnson  <rpj@ise.canberra.edu.au>	* eyal1.c (waste_time): Make threads do more work to ensure that	all threads get to do some work.	* semaphore1.c: Make it clear that certain errors are expected.	* exception2.c (non_MSVC code sections): Change to include	C++ standard include file, i.e. change <new.h> to <exception>.	* exception3.c (non_MSVC code sections): Likewise; qualify std::	namespace entities where necessary.	* GNUmakefile: modified to work in the MsysDTK (newer MinGW)	environment; define CC as gcc or g++ as appropriate because	using gcc -x c++ doesn't link with required c++ libs by default,	but g++ does.2002-12-11  Ross Johnson  <ross@special.ise.canberra.edu.au>	* mutex7e.c: Assert EBUSY return instead of EDEADLK.2002-06-03  Ross Johnson  <rpj@digit.ise.canberra.edu.au>	* semaphore2.c: New test.2002-03-02  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* Makefile (CFLAGS): Changed /MT to /MD to link with	the correct library MSVCRT.LIB. Otherwise errno doesn't	work.2002-02-28  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* exception3.c: Correct recent change.	* semaphore1.c: New test.	* Makefile: Add rule to generate pre-processor output.2002-02-28  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* exception3.c (terminateFunction): For MSVC++, call	exit() rather than pthread_exit(). Add comments to explain	why.	   * Notes from the MSVC++ manual:	   *       1) A term_func() should call exit(), otherwise	   *          abort() will be called on return to the caller.	   *          abort() raises SIGABRT. The default signal handler	   *          for all signals terminates the calling program with	   *          exit code 3.	   *       2) A term_func() must not throw an exception. Therefore	   *          term_func() should not call pthread_exit() if an	   *          an exception-using version of pthreads-win32 library	   *          is being used (i.e. either pthreadVCE or pthreadVSE).2002-02-23  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* rwlock2_t.c: New test.	* rwlock3_t.c: New test.	* rwlock4_t.c: New test.	* rwlock5_t.c: New test.	* rwlock6_t.c: New test.	* rwlock6_t2.c: New test.	* rwlock6.c (main): Swap thread and result variables	to correspond to actual thread functions.	* rwlock1.c: Change test description comment to correspond	to the actual test.	* condvar1_2.c: Loop over the test many times in the hope	of detecting any intermittent deadlocks. This is to	test a fixed problem in pthread_cond_destroy.c.	* spin4.c: Remove unused variable.2002-02-17  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* condvar1_1.c: New test.	* condvar1_2.c: New test.2002-02-07  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* delay1.c: New test.	* delay2.c: New test.	* exit4.c: New test.2002-02-02  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* mutex8: New test.	* mutex8n: New test.	* mutex8e: New test.	* mutex8r: New test.	* cancel6a: New test.	* cancel6d: New test.	* cleanup0.c: Add pragmas for inline optimisation control.	* cleanup1.c: Add pragmas for inline optimisation control.	* cleanup2.c: Add pragmas for inline optimisation control.	* cleanup3.c: Add pragmas for inline optimisation control.	* condvar7.c: Add pragmas for inline optimisation control.	* condvar8.c: Add pragmas for inline optimisation control.	* condvar9.c: Add pragmas for inline optimisation control.2002-01-30  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* cleanup1.c (): Must be declared __cdecl when compiled	as C++ AND testing the standard C library version.2002-01-16  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* spin4.c (main): Fix renamed function call.2002-01-14  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* exception3.c (main): Shorten wait time.2002-01-09  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* mutex7.c: New test.	* mutex7n.c: New test.	* mutex7e.c: New test.	* mutex7r.c: New test.	* mutex6.c: Modified to avoid leaving the locked mutex	around on exit.2001-10-25  Ross Johnson  <rpj@setup1.ise.canberra.edu.au>	* condvar2.c: Remove reference to cv->nWaitersUnblocked.	* condvar2_1.c: Likewise; lower NUMTHREADS from 60 to 30.	* condvar3_1.c: Likewise.	* condvar3_2.c: Likewise.	* count1.c: lower NUMTHREADS from 60 to 30.	* inherit1.c: Determine valid priority values and then	assert values returned by POSIX routines are the same.	* priority1.c: Likewise.	* priority2.c: Likewise.	2001-07-12  Ross Johnson  <rpj@setup1.ise.canberra.edu.au>	* barrier5.c: Assert that precisely one thread receives	PTHREAD_BARRIER_SERIAL_THREAD at each barrier.2001-07-09  Ross Johnson  <rpj@setup1.ise.canberra.edu.au>	* barrier3.c: Fixed.	* barrier4.c: Fixed.	* barrier5.c: New; proves that all threads in the group	reaching the barrier wait and then resume together. Repeats the test	using groups of 1 to 16 threads. Each group of threads must negotiate	a large number of barriers (10000).	* spin4.c: Fixed.	* test.h (error_string): Modified the success (0) value.2001-07-07  Ross Johnson  <rpj@setup1.ise.canberra.edu.au>	* spin3.c: Changed test and fixed.	* spin4.c: Fixed.	* barrier3.c: Fixed.	* barrier4.c: Fixed.2001-07-05  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* spin1.c: New; testing spinlocks.	* spin2.c: New; testing spinlocks.	* spin3.c: New; testing spinlocks.	* spin4.c: New; testing spinlocks.	* barrier1.c: New; testing barriers.	* barrier2.c: New; testing barriers.	* barrier3.c: New; testing barriers.	* barrier4.c: New; testing barriers.	* GNUmakefile: Add new tests.	* Makefile: Add new tests.2001-07-01  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* benchtest3.c: New; timing mutexes.	* benchtest4.c: New; time mutexes.	* condvar3_1.c: Fixed bug - Alexander Terekhov	* condvar3_3.c: New test.2001-06-25  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* priority1.c: New test.	* priority2.c: New test.	* inherit1.c: New test.	* benchtest1.c: New; timing mutexes.	* benchtest2.c: New; timing mutexes.	* mutex4.c: Modified to test all mutex types.2001-06-8  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* mutex5.c: Insert inert change to quell compiler warnings.	* condvar3_2.c: Remove unused variable.	2001-06-3  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* condvar2_1.c: New test.	* condvar3_1.c: New test.	* condvar3_2.c: New test.2001-05-30  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* mutex1n.c: New test.	* mutex1e.c: New test.	* mutex1r.c: New test.	* mutex4.c: Now locks and unlocks a mutex.	* mutex5.c: New test.	* mutex6.c: New test.	* mutex6n.c: New test.	* mutex6e.c: New test.	* mutex6r.c: New test.	* Makefile: Added new tests; reorganised.	* GNUmakefile: Likewise.	* rwlock6.c: Fix to properly prove read-while-write locking	and single writer locking.2001-05-29  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* Makefile: Reorganisation.	* GNUmakefile: Likewise.	- Thomas Pfaff <tpfaff@gmx.net>	* exception1.c: Add stdio.h include to define fprintf and stderr	in non-exception C version of main().	* exception2.c: Likewise.	* exception3.c: Likewise.	* Makefile (rwlock7): Add new test.	* GNUmakefile (rwlock7): Add new test.	* rwlock7.c: New test.	* rwlock6.c: Changed to test that writer has priority.	* eyal1.c (main): Unlock each mutex_start lock before destroying	it.2000-12-29  Ross Johnson  <rpj@special.ise.canberra.edu.au>	* GNUmakefile: Add mutex4 test; ensure libpthreadw32.a is	removed for "clean" target.	* Makefile: Add mutex4 test.	* exception3.c: Remove SEH code; automatically pass the test	under SEH (which is an N/A environment).	* mutex4.c: New test.	* eyal1.c (do_work_unit): Add a dummy "if" to force the	optimiser to retain code; reduce thread work loads.	* condvar8.c (main): Add an additional "assert" for debugging;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美视频一二三区| 中文字幕在线不卡国产视频| 国产精品视频线看| 水蜜桃久久夜色精品一区的特点| 国产精品一区免费在线观看| 欧美亚洲综合在线| 国产精品久久久久久久午夜片| 日本不卡一区二区三区高清视频| 97精品电影院| 欧美激情一区二区三区四区| 美日韩黄色大片| 欧美影院午夜播放| 中文字幕一区在线观看视频| 激情五月激情综合网| 欧美日韩不卡在线| 亚洲中国最大av网站| a亚洲天堂av| 中文子幕无线码一区tr| 国产成人综合在线观看| 精品日韩欧美一区二区| 首页国产丝袜综合| 欧美色男人天堂| 亚洲成人动漫精品| 在线免费观看日本一区| 亚洲另类色综合网站| 99精品国产一区二区三区不卡| 国产日韩欧美精品一区| 精品亚洲国内自在自线福利| 日韩欧美在线一区二区三区| 青青青爽久久午夜综合久久午夜| 欧美美女一区二区| 日韩精品一二三| 日韩精品一区国产麻豆| 免费观看日韩电影| 欧美videofree性高清杂交| 毛片av中文字幕一区二区| 精品美女在线播放| 国产成人在线观看| 中文字幕在线观看不卡| 91啪在线观看| 亚洲国产乱码最新视频| 欧美一区二区三区白人| 韩国av一区二区三区在线观看| 久久综合久久综合亚洲| 国产91丝袜在线播放0| 国产精品久久久久久久久果冻传媒| 国产精品自在欧美一区| 中文一区在线播放| 一本色道**综合亚洲精品蜜桃冫| 亚洲国产精品久久不卡毛片 | 日韩激情中文字幕| 制服丝袜中文字幕一区| 激情文学综合网| 国产精品国模大尺度视频| 色久优优欧美色久优优| 午夜精品福利久久久| 日韩免费一区二区三区在线播放| 国产一区二区调教| 一区二区不卡在线视频 午夜欧美不卡在 | 亚洲综合一区在线| 6080午夜不卡| 国产成人8x视频一区二区| 亚洲在线成人精品| 日韩精品一区二区三区在线 | 日韩伦理免费电影| 欧美色图天堂网| 久久精品国产秦先生| ...av二区三区久久精品| 欧美日韩欧美一区二区| 国产专区欧美精品| 亚洲另类在线视频| 久久久精品免费观看| 一本大道久久a久久综合| 免费成人深夜小野草| 国产精品毛片久久久久久| 3d动漫精品啪啪1区2区免费 | 国产一区二区电影| 亚洲黄色性网站| 国产欧美精品一区二区色综合| 欧美综合一区二区| 国产高清无密码一区二区三区| 一区二区三区.www| 国产欧美一区二区在线| 欧美精品一二三区| www.久久久久久久久| 久久99精品久久久久久久久久久久 | 国产在线一区二区| 午夜不卡在线视频| 国产精品成人免费在线| 日韩精品一区二区三区四区| 欧美综合在线视频| 99久久精品国产观看| 国产一区二三区| 日本亚洲天堂网| 亚洲国产一区二区在线播放| 国产亚洲一区二区三区四区| 欧美一区二区观看视频| 在线亚洲高清视频| 91浏览器打开| 91一区二区在线观看| 国产不卡高清在线观看视频| 国内精品伊人久久久久av影院| 丝袜美腿成人在线| 天天亚洲美女在线视频| 亚洲愉拍自拍另类高清精品| 亚洲精品欧美综合四区| 日韩毛片在线免费观看| 亚洲手机成人高清视频| 国产精品短视频| 中文字幕一区二区三| 中文字幕在线不卡一区 | 精品三级av在线| 日韩三级免费观看| 欧美成人午夜电影| 日韩欧美亚洲国产另类| 精品对白一区国产伦| 精品理论电影在线观看| 久久先锋影音av鲁色资源| 2023国产精品| 国产精品无码永久免费888| 中文久久乱码一区二区| 国产精品久久久久久久久久免费看| 国产精品美女久久久久久久| 国产精品美女久久久久aⅴ| 国产精品视频一二| 亚洲色图在线视频| 亚洲美女淫视频| 亚洲成人先锋电影| 美腿丝袜一区二区三区| 国产在线视频一区二区| 一区二区三区日本| 国产成人免费在线视频| 99精品视频一区二区三区| 日韩影院在线观看| 日韩国产高清影视| 九色|91porny| 波多野结衣欧美| 欧美最新大片在线看| 在线不卡中文字幕播放| 精品国产91久久久久久久妲己 | 国产白丝网站精品污在线入口| 成人午夜在线播放| 在线中文字幕一区| 日韩精品一区二区在线| 中文字幕在线一区| 亚洲成人免费av| 国产麻豆欧美日韩一区| 色8久久精品久久久久久蜜| 日韩欧美一二三四区| 1区2区3区精品视频| 日韩一区欧美二区| 99视频一区二区| 欧美电影精品一区二区| 成人免费在线观看入口| 丝袜亚洲另类欧美综合| 波多野结衣中文字幕一区二区三区| 欧美日韩黄色影视| 国产精品第四页| 麻豆91精品91久久久的内涵| av在线不卡免费看| 欧美一级二级三级乱码| 亚洲欧洲日韩在线| 国精品**一区二区三区在线蜜桃| 色婷婷国产精品综合在线观看| 精品国产三级电影在线观看| 国产精品传媒视频| 美国毛片一区二区| 欧美日韩高清一区二区不卡| 亚洲国产精品二十页| 日本中文字幕一区二区有限公司| 不卡视频免费播放| 精品国产乱码久久久久久图片| 亚洲一区二区三区四区在线 | 国产成人av一区| 欧美一卡二卡在线| 亚洲精品成人悠悠色影视| 国产老妇另类xxxxx| 51精品国自产在线| 亚洲一二三四在线| 不卡的av电影| 久久久久久**毛片大全| 麻豆国产精品官网| 欧美一区二区三区在线观看| 亚洲永久免费av| 91久久精品一区二区三区| 国产精品水嫩水嫩| 国产成人无遮挡在线视频| 日韩欧美你懂的| 蜜臀精品一区二区三区在线观看| 欧美性极品少妇| 亚洲午夜精品网| 欧美日韩中文另类| 亚洲在线视频网站| 欧美日韩你懂得| 日韩精品视频网站| 67194成人在线观看| 蜜臀av性久久久久蜜臀aⅴ四虎| 欧美日韩国产中文| 日韩高清在线不卡| 日韩免费视频一区|