Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/util_task.h
| Show All 11 Lines | |||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #ifndef __UTIL_TASK_H__ | #ifndef __UTIL_TASK_H__ | ||||
| #define __UTIL_TASK_H__ | #define __UTIL_TASK_H__ | ||||
| #include "util_list.h" | #include "util/util_list.h" | ||||
| #include "util_string.h" | #include "util/util_string.h" | ||||
| #include "util_thread.h" | #include "util/util_thread.h" | ||||
| #include "util_vector.h" | #include "util/util_vector.h" | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| class Task; | class Task; | ||||
| class TaskPool; | class TaskPool; | ||||
| class TaskScheduler; | class TaskScheduler; | ||||
| /* Notes on Thread ID | /* Notes on Thread ID | ||||
| ▲ Show 20 Lines • Show All 179 Lines • Show Last 20 Lines | |||||