HomeSort by relevance Sort by last modified time
    Searched defs:thread0 (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
1-1.c 16 * 2. Main creats thread0.
17 * 3. Thread0 does pthread_rwlock_timedwrlock(), should get the lock successfully then unlock.
95 pthread_t thread0, thread1, thread2; local
102 printf("main: create thread0\n");
104 if (pthread_create(&thread0, NULL, fn_wr, NULL) != 0) {
105 printf("Error creating thread0\n");
109 /* thread0 should not block at all since no one else has locked rwlock */
122 printf("thread0 correctly acquired the write lock.\n");
125 ("Test FAILED: thread0 incorrectly blocked on timedwrlock\n");
128 printf("Unexpected state for thread0 %d\n", thread_state)
    [all...]
3-1.c 16 * 2. Main creats thread0.
17 * 3. Thread0 does pthread_rwlock_timedwrlock(), should get the lock successfully then unlock.
115 pthread_t thread0, thread1, thread2; local
122 printf("main: create thread0\n");
124 if (pthread_create(&thread0, NULL, fn_wr, NULL) != 0) {
125 printf("Error creating thread0\n");
129 /* thread0 should not block at all since no one else has locked rwlock */
142 printf("thread0 correctly acquired the write lock.\n");
145 ("Test FAILED: thread0 incorrectly blocked on timedwrlock\n");
148 printf("Unexpected state for thread0 %d\n", thread_state)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 98 struct thread0 struct
148 struct thread0 thread0; member in struct:brw_clip_unit_state
403 struct thread0 thread0; member in struct:brw_sf_unit_state
470 struct thread0 thread0; member in struct:brw_gs_unit_state
514 struct thread0 thread0; member in struct:brw_vs_unit_state
549 struct thread0 thread0 member in struct:brw_wm_unit_state
    [all...]

Completed in 207 milliseconds