Changeset 121 in libcf for trunk/test/thread.c


Ignore:
Timestamp:
06/10/13 16:45:12 (11 years ago)
Author:
cheese
Message:

#1 revert thread creation function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/thread.c

    r109 r121  
    3232
    3333    for (i = 0 ; i < 10 ; i++) {
    34         if (CF_Thread_CreateCtx (&tid[i], worker, NULL) < 0) {
     34        if (CF_Thread_Create (&tid[i], worker, NULL) < 0) {
    3535            // error
    3636        }
Note: See TracChangeset for help on using the changeset viewer.