~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/srv/srv0que.c

  • Committer: Brian Aker
  • Date: 2008-09-04 19:31:00 UTC
  • Revision ID: brian@tangent.org-20080904193100-l849hgghfy4urj43
Changing default character set from this point on.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
thread starts processing a task. Before leaving, it again checks the task
20
20
queue and picks a new task if any exists. This is called by a SRV_WORKER
21
21
thread. */
22
 
UNIV_INTERN
 
22
 
23
23
void
24
24
srv_que_task_queue_check(void)
25
25
/*==========================*/
48
48
/**************************************************************************
49
49
Performs round-robin on the server tasks. This is called by a SRV_WORKER
50
50
thread every second or so. */
51
 
UNIV_INTERN
 
51
 
52
52
que_thr_t*
53
53
srv_que_round_robin(
54
54
/*================*/
75
75
/**************************************************************************
76
76
Enqueues a task to server task queue and releases a worker thread, if there
77
77
is a suspended one. */
78
 
UNIV_INTERN
 
78
 
79
79
void
80
80
srv_que_task_enqueue_low(
81
81
/*=====================*/
92
92
/**************************************************************************
93
93
Enqueues a task to server task queue and releases a worker thread, if there
94
94
is a suspended one. */
95
 
UNIV_INTERN
 
95
 
96
96
void
97
97
srv_que_task_enqueue(
98
98
/*=================*/