Changeset 310e5b7 for src/libcfa/concurrency
- Timestamp:
 - Sep 14, 2017, 4:26:54 PM (8 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
 - Children:
 - e149f77
 - Parents:
 - 1dcd9554
 - Location:
 - src/libcfa/concurrency
 - Files:
 - 
      
- 2 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/libcfa/concurrency/monitor
r1dcd9554 r310e5b7 111 111 }; 112 112 113 int __ accept_internal( unsigned short count, __acceptable_t * acceptables, int duration );113 int __waitfor_internal( unsigned short count, __acceptable_t * acceptables, int duration ); 114 114 115 115 // Local Variables: //  - 
      
src/libcfa/concurrency/monitor.c
r1dcd9554 r310e5b7 398 398 //----------------------------------------------------------------------------- 399 399 // Internal scheduling 400 int __ accept_internal( unsigned short acc_count, __acceptable_t * acceptables ) {400 int __waitfor_internal( unsigned short acc_count, __acceptable_t * acceptables ) { 401 401 thread_desc * thrd = this_thread; 402 402  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.