Back to home page

LXR

 
 

    


Warning, /testsuites/psxtests/psx10/psx10.scn is written in an unsupported language. File is not indexed.

0001 *** BEGIN OF TEST PSX 10 ***
0002 Init: pthread_condattr_init
0003 Init: pthread_condattr_init - EINVAL (attribute invalid)
0004 Init: pthread_condattr_destroy
0005 Init: pthread_condattr_destroy - EINVAL (attribute invalid)
0006 Init: pthread_condattr_init
0007 Init: pthread_condattr_setpshared - PTHREAD_PROCESS_SHARED
0008 Init: pthread_condattr_setpshared - PTHREAD_PROCESS_PRIVATE
0009 Init: pthread_condattr_setpshared - EINVAL (attribute invalid)
0010 Init: pthread_condattr_setpshared - EINVAL (pshared invalid)
0011 Init: pthread_condattr_getpshared - 0
0012 Init: pthread_condattr_getpshared - EINVAL (attribute invalid)
0013 Init: pthread_cond_init - NULL attr
0014 Init: pthread_cond_init - EINVAL (attr not initialized)
0015 Init: pthread_cond_destroy - EINVAL (cond invalid)
0016 Init: pthread_cond_init - EINVAL (invalid pshared)
0017 Init: pthread_condattr_setpshared - PTHREAD_PROCESS_SHARED
0018 Init: pthread_cond_init - OK
0019 Init: pthread_cond_destroy - OK
0020 Init: pthread_cond_init - attr
0021 
0022 Init: sleep to switch to Task_1
0023 Task_1: ID is 0x0b010002
0024 Task_1: pthread_cond_wait
0025 Init: pthread_cond_destroy - EBUSY (task1 waiting)
0026 Init: pthread_cond_signal
0027 
0028 Init: sleep - switch to Task_1 and Task_2
0029 Task_1: back from pthread_cond_wait release mutex
0030 Task_1: pthread_cond_wait
0031 Task_2: ID is 0x0b010003
0032 Task_2: pthread_cond_wait
0033 Init: pthread_cond_broadcast
0034 Init: sleep - switch to Task_1
0035 Task_1: back from pthread_cond_wait release mutex
0036 Task_1: task exit
0037 Task_2: back from pthread_cond_wait release mutex
0038 Task_2: task exit
0039 Init: pthread_cond_timedwait for 3 seconds
0040 Init: pthread_cond_timedwait - ETIMEDOUT - (mutex not acquired)
0041 
0042 Init: pthread_cond_signal - EINVAL (cond invalid)
0043 Init: pthread_cond_broadcast - EINVAL (cond invalid)
0044 Init: pthread_cond_wait - EINVAL (cond invalid)
0045 Init: pthread_cond_timedwait - EINVAL (cond invalid)
0046 Init: pthread_cond_wait - EINVAL (mutex invalid)
0047 Init: pthread_cond_timedwait - EINVAL (mutex invalid)
0048 Init: pthread_cond_timedwait - EINVAL (abstime NULL)
0049 Init: pthread_cond_timedwait - ETIMEDOUT (abstime->tv_sec < current time)
0050 Init: pthread_cond_timedwait - ETIMEDOUT (abstime->tv_nsec < current time)
0051 Init: pthread_cond_wait - EINVAL (mutex not locked before call)
0052 Init: pthread_cond_timedwait - EINVAL (mutex not locked before call)
0053 
0054 Init: sleep - switch to Task_3
0055 Task_3: ID is 0x0b010004
0056 Task_3: pthread_cond_wait
0057 Init: pthread_cond_signal
0058 Init: sleep - switch to Task_3
0059 Task_3: pthread_cond_wait - EINVAL (mutex not locked after signal)
0060 Task_3: task exit
0061 *** END OF TEST PSX 10 ***