mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-24 22:39:56 +03:00
commit
0e1f9e8f17
4
thpool.c
4
thpool.c
@ -456,11 +456,7 @@ static void jobqueue_push(jobqueue* jobqueue_p, struct job* newjob){
|
|||||||
|
|
||||||
|
|
||||||
/* Get first job from queue(removes it from queue)
|
/* Get first job from queue(removes it from queue)
|
||||||
<<<<<<< HEAD
|
|
||||||
*
|
|
||||||
* Notice: Caller MUST hold a mutex
|
* Notice: Caller MUST hold a mutex
|
||||||
=======
|
|
||||||
>>>>>>> da2c0fe45e43ce0937f272c8cd2704bdc0afb490
|
|
||||||
*/
|
*/
|
||||||
static struct job* jobqueue_pull(jobqueue* jobqueue_p){
|
static struct job* jobqueue_pull(jobqueue* jobqueue_p){
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user