Changeset 976162a6 in rtems for cpukit/posix/src/conddestroy.c
- Timestamp:
- Dec 3, 2007, 10:23:13 PM (12 years ago)
- Branches:
- 4.10, 4.11, 4.9, master
- Children:
- 2f1d801
- Parents:
- 3e066540
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/posix/src/conddestroy.c
r3e066540 r976162a6 47 47 48 48 _POSIX_Condition_variables_Free( the_cond ); 49 50 #if defined(RTEMS_MULTIPROCESSING)51 if ( the_cond->process_shared == PTHREAD_PROCESS_SHARED ) {52 53 _Objects_MP_Close(54 &_POSIX_Condition_variables_Information,55 the_cond->Object.id56 );57 58 _POSIX_Condition_variables_MP_Send_process_packet(59 POSIX_CONDITION_VARIABLES_MP_ANNOUNCE_DELETE,60 the_cond->Object.id,61 0, /* Not used */62 0 /* Not used */63 );64 }65 #endif66 49 _Thread_Enable_dispatch(); 67 50 return 0;
Note: See TracChangeset
for help on using the changeset viewer.